X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1787892d32351988231a60b71900c6a623609c54..ed7d7a9ad99789dc37268666e7cec94e6b2440e4:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b2ff881c..b620decf 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -6,9 +6,13 @@ 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' @@ -19,6 +23,10 @@ pages: - '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]