1- copyright : Copyright © 2022-2025 RafaÅ‚ KrupiÅ„ski
1+ copyright : Copyright © 2022-2026 RafaÅ‚ KrupiÅ„ski
22site_name : Lapidary
33repo_url : https://github.com/python-lapidary/lapidary
44repo_name : python-lapidary/lapidary
55site_url : https://lapidary.github.io/lapidary
66site_description : " Declarative Web API client for python"
77site_dir : " ../site"
8+ edit_uri : edit/main/docs/
89watch :
910- mkdocs.yaml
1011- ../src
1314docs_dir : ../docs
1415exclude_docs : |
1516 adr
17+ theme
1618
1719nav :
1820- index.md
2123 - usage/operation.md
2224 - usage/auth.md
2325- API reference : reference/api.md
26+ - Lapidary Render : https://lapidary.dev/lapidary-render
2427
2528validation :
2629 omitted_files : warn
@@ -29,27 +32,31 @@ validation:
2932
3033
3134theme :
35+ custom_dir : ../docs/theme
3236 name : material
3337 logo : assets/logo.svg
3438 icon :
3539 logo : assets/logo.svg
40+ repo : fontawesome/brands/git-alt
3641 favicon : assets/logo.svg
42+ repo_branch : main
43+
3744 features :
3845 - announce.dismiss
3946 - content.action.view
4047 - content.code.annotate
4148 - content.code.copy
4249 - content.tooltips
4350 - navigation.footer
51+ - navigation.instant
4452 - navigation.instant.preview
4553 - navigation.path
4654 - navigation.sections
47- - navigation.tabs
48- - navigation.tabs.sticky
4955 - navigation.top
5056 - search.highlight
5157 - search.suggest
5258 - toc.follow
59+ font : false
5360 palette :
5461 - media : " (prefers-color-scheme)"
5562 toggle :
@@ -105,7 +112,7 @@ plugins:
105112 python :
106113 inventories :
107114 - https://docs.python.org/3/objects.inv
108- paths : [src]
115+ paths : [../ src]
109116 options :
110117 backlinks : tree
111118 docstring_section_style : spacy
@@ -127,19 +134,10 @@ plugins:
127134 show_symbol_type_toc : true
128135 signature_crossrefs : true
129136 summary : true
130- - llmstxt :
131- full_output : llms-full.txt
132- sections :
133- Usage :
134- - index.md
135- API :
136- - reference/api.md
137- # - git-revision-date-localized:
138- # enabled: !ENV [DEPLOY, false]
139- # enable_creation_date: true
140- # type: timeago
141137- minify :
142138 minify_html : !ENV [DEPLOY, false]
139+ - privacy :
140+ enabled : true
143141
144142extra :
145143 social :
@@ -150,14 +148,5 @@ extra:
150148 - icon : fontawesome/brands/python
151149 link : https://pypi.org/project/lapidary/
152150 analytics :
153- feedback :
154- title : Was this page helpful?
155- ratings :
156- - icon : material/emoticon-happy-outline
157- name : This page was helpful
158- data : 1
159- note : Thanks for your feedback!
160- - icon : material/emoticon-sad-outline
161- name : This page could be improved
162- data : 0
163- note : Let us know how we can improve this page.
151+ provider : goatcounter
152+ code : lapidary
0 commit comments