X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af85ad390fcafbf6d73577b0d5d95c945d6d70b2..04a3f39371099bbe25536c914809595378aa8533:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f332640f..fa65a11b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -22,8 +22,8 @@ nav: - 'Basic Installation': 'admin/Installation.md' - 'Import' : 'admin/Import.md' - 'Update' : 'admin/Update.md' - - 'Deploy (PHP frontend)' : 'admin/Deployment-PHP.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' @@ -58,8 +58,8 @@ nav: - 'Testing' : 'develop/Testing.md' - 'External Data Sources': 'develop/data-sources.md' - 'Appendix': - - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md' - 'Installation on Ubuntu 22' : 'appendix/Install-on-Ubuntu-22.md' + - 'Installation on Ubuntu 24' : 'appendix/Install-on-Ubuntu-24.md' markdown_extensions: - codehilite - admonition @@ -75,7 +75,7 @@ plugins: - mkdocstrings: handlers: python: - paths: ["${PROJECT_SOURCE_DIR}"] + paths: ["${PROJECT_SOURCE_DIR}/src"] options: show_source: False show_bases: False