X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/cf4f62c82c96d7718a57d6852654210973a0ff57..e5719de65767085202afeaa68a01464d82b11eb6:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2e74b24a..b055e9f0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -16,20 +16,20 @@ pages: - 'FAQ': 'api/Faq.md' - 'Administration Guide': - 'Basic Installation': 'admin/Installation.md' - - 'Importing' : 'admin/Import.md' - - 'Updating' : 'admin/Update.md' - - 'Deploying' : 'admin/Deployment.md' + - 'Import' : 'admin/Import.md' + - 'Update' : 'admin/Update.md' + - 'Deploy' : 'admin/Deployment.md' - 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md' - 'Advanced Installations' : 'admin/Advanced-Installations.md' - 'Migration from older Versions' : 'admin/Migration.md' - 'Troubleshooting' : 'admin/Faq.md' - 'Developers Guide': - - 'Overview' : 'develop/overview.md' + - 'Setup for Development' : 'develop/Development-Environment.md' + - 'Architecture Overview' : 'develop/overview.md' - 'OSM Data Import' : 'develop/Import.md' - 'Place Ranking' : 'develop/Ranking.md' - 'Postcodes' : 'develop/Postcodes.md' - - 'Setup Test Environment' : 'develop/Setup.md' - - 'Building Documentation' : 'develop/Documentation.md' + - 'Testing' : 'develop/Testing.md' - 'External Data Sources': 'develop/data-sources.md' - 'Appendix': - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'