X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/de9507bc630bfa6b8dea17317d2beef9a2cf5f5b..36398eedcad4b24e9a8e9b6831fbd358cfc2c599:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b0aee5d0..1a690e7b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -5,6 +5,14 @@ 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' + - 'Details' : 'api/Details.md' + - 'Place Output Formats': 'api/Output.md' + - 'FAQ': 'api/Faq.md' - 'Administration Guide': - 'Basic Installation': 'admin/Installation.md' - 'Importing and Updating' : 'admin/Import-and-Update.md' @@ -12,9 +20,16 @@ pages: - 'Troubleshooting' : 'admin/Faq.md' - 'Developers Guide': - 'Overview' : 'develop/overview.md' + - 'External Data Sources': + - 'Overview' : 'data-sources/overview.md' + - 'US Census (Tiger)': 'data-sources/US-Tiger.md' - 'Appendix': - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md' - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md' + - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md' markdown_extensions: - codehilite: use_pygments: False + - toc: + permalink:  +extra_css: [extra.css]