X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d4110eef7e719f114a5ebc26ac0c657e0313725d..41c4b51be5ff6f1d94e0899665b814a805691d8c:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d647dd87..4018433f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -5,11 +5,19 @@ site_url: http://nominatim.org repo_url: https://github.com/openstreetmap/Nominatim pages: - 'Introduction' : 'index.md' + - 'API Reference': + - 'Overview': 'api/Overview.md' + - 'Search': 'api/Search.md' + - 'Reverse': 'api/Reverse.md' + - 'Address Lookup': 'api/Lookup.md' + - 'Place Output Formats': 'api/Output.md' - 'Administration Guide': - 'Basic Installation': 'admin/Installation.md' - 'Importing and Updating' : 'admin/Import-and-Update.md' - 'Migration from older Versions' : 'admin/Migration.md' - 'Troubleshooting' : 'admin/Faq.md' + - 'Developers Guide': + - 'Overview' : 'develop/overview.md' - 'Appendix': - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md' - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'