X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/6533af6a914de8f9107f2ffb4e6b431287b21be5..4315debff588a5aa67840eda07bcc85d265f923b:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fd1995ab..74465d1a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,9 @@ -site_name: Nominatim Documentation -theme: readthedocs +site_name: Nominatim Manual +theme: + name: material + features: + - navigation.tabs +copyright: Copyright © Nominatim developer community docs_dir: ${CMAKE_CURRENT_BINARY_DIR} site_url: https://nominatim.org repo_url: https://github.com/openstreetmap/Nominatim @@ -18,7 +22,8 @@ nav: - 'Basic Installation': 'admin/Installation.md' - 'Import' : 'admin/Import.md' - 'Update' : 'admin/Update.md' - - 'Deploy' : 'admin/Deployment.md' + - 'Deploy (Python frontend)' : 'admin/Deployment-Python.md' + - 'Deploy (PHP frontend)' : 'admin/Deployment-PHP.md' - 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md' - 'Advanced Installations' : 'admin/Advanced-Installations.md' - 'Maintenance' : 'admin/Maintenance.md' @@ -35,10 +40,14 @@ nav: - 'Special Phrases': 'customize/Special-Phrases.md' - 'External data: US housenumbers from TIGER': 'customize/Tiger.md' - 'External data: Postcodes': 'customize/Postcodes.md' + - 'Conversion to SQLite': 'customize/SQLite.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 +64,8 @@ markdown_extensions: - codehilite - admonition - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true - def_list - toc: permalink: 