]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/mkdocs.yml
switch to material theme
[nominatim.git] / docs / mkdocs.yml
index fd1995ab55b75402ffc7c3a3dc9afead7e9a498c..8a9d6e7de510104d8774d500e5550ecbd7e96e9f 100644 (file)
@@ -1,5 +1,8 @@
 site_name: Nominatim Documentation
-theme: readthedocs
+theme:
+  name: material
+  features:
+    - navigation.tabs
 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
 site_url: https://nominatim.org
 repo_url: https://github.com/openstreetmap/Nominatim
@@ -36,9 +39,12 @@ nav:
         - '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'
+        - 'Nominatim API class': 'library/NominatimAPI.md'
+        - 'Configuration': 'library/Configuration.md'
+        - 'Input Parameter Types': 'library/Input-Parameter-Types.md'
+        - 'Result Handling': 'library/Result-Handling.md'
+        - 'Low-level DB Access': 'library/Low-Level-DB-Access.md'
     - 'Developers Guide':
         - 'Architecture Overview' : 'develop/overview.md'
         - 'Database Layout' : 'develop/Database-Layout.md'
@@ -55,6 +61,8 @@ markdown_extensions:
     - codehilite
     - admonition
     - pymdownx.superfences
+    - pymdownx.tabbed:
+        alternate_style: true
     - def_list
     - toc:
         permalink: 