]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/mkdocs.yml
add base framework for library reference
[nominatim.git] / docs / mkdocs.yml
index eb624d8bd18973b67269e9f6bf7cfe5f4e9abbc9..fd1995ab55b75402ffc7c3a3dc9afead7e9a498c 100644 (file)
@@ -35,6 +35,10 @@ nav:
         - 'Special Phrases': 'customize/Special-Phrases.md'
         - 'External data: US housenumbers from TIGER': 'customize/Tiger.md'
         - 'External data: Postcodes': 'customize/Postcodes.md'
+    - 'Library Guide':
+        - 'Introduction': 'library/Introduction.md'
+        - 'Getting Started': 'library/Getting-Started.md'
+        - 'Reference': 'library/Reference.md'
     - 'Developers Guide':
         - 'Architecture Overview' : 'develop/overview.md'
         - 'Database Layout' : 'develop/Database-Layout.md'
@@ -45,7 +49,6 @@ nav:
         - 'Testing' : 'develop/Testing.md'
         - 'External Data Sources': 'develop/data-sources.md'
     - 'Appendix':
-        - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
         - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
         - 'Installation on Ubuntu 22' : 'appendix/Install-on-Ubuntu-22.md'
 markdown_extensions:
@@ -60,7 +63,8 @@ plugins:
     - search
     - mkdocstrings:
         handlers:
-          python-legacy:
-            rendering:
-              show_source: false
-              show_signature_annotations: false
+          python:
+            paths: ["${PROJECT_SOURCE_DIR}"]
+            options:
+              show_source: False
+              show_bases: False