X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/3206bf59df0213d24bd3e11df7dd2abaebf89911..2a94bfc703678eb1ee9aef55b3ae3610c9669aac:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ef2ef9a5..bc8a6cdd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -20,6 +20,7 @@ pages: - 'Update' : 'admin/Update.md' - 'Deploy' : 'admin/Deployment.md' - 'Customize Imports' : 'admin/Customization.md' + - 'Tokenizers' : 'admin/Tokenizers.md' - 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md' - 'Advanced Installations' : 'admin/Advanced-Installations.md' - 'Migration from older Versions' : 'admin/Migration.md' @@ -29,6 +30,7 @@ pages: - 'Architecture Overview' : 'develop/overview.md' - 'OSM Data Import' : 'develop/Import.md' - 'Place Ranking' : 'develop/Ranking.md' + - 'Tokenizers' : 'develop/Tokenizers.md' - 'Postcodes' : 'develop/Postcodes.md' - 'Testing' : 'develop/Testing.md' - 'External Data Sources': 'develop/data-sources.md' @@ -43,3 +45,11 @@ markdown_extensions: - toc: permalink:  extra_css: [extra.css, styles.css] +plugins: + - search + - mkdocstrings: + handlers: + python: + rendering: + show_source: false + show_signature_annotations: false