X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b8f7563da9656b9f07e6fefbb8ddae12badda717..2c42bda9cef0877ac2f14f0e5353876e3abd8d73:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0bbc48c8..b2ff881c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -5,11 +5,20 @@ site_url: http://nominatim.org repo_url: https://github.com/openstreetmap/Nominatim pages: - 'Introduction' : 'index.md' + - 'API Reference': + - 'Search': 'api/Search.md' + - 'Reverse': 'api/Reverse.md' + - 'Address Lookup': 'api/Lookup.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' +markdown_extensions: + - codehilite: + use_pygments: False