X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dea1d67d03fb3a28eb70c2e1740c1e1470b30261..f5cbe0e6babf9b4649eb2e00717d21474052b08e:/docs/mkdocs.yml diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5cf63f83..88663f8b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Nominatim Documentation theme: readthedocs docs_dir: ${CMAKE_CURRENT_BINARY_DIR} -site_url: http://nominatim.org +site_url: https://nominatim.org repo_url: https://github.com/openstreetmap/Nominatim pages: - 'Introduction' : 'index.md' @@ -11,11 +11,13 @@ pages: - 'Reverse': 'api/Reverse.md' - 'Address Lookup': 'api/Lookup.md' - 'Details' : 'api/Details.md' + - 'Status' : 'api/Status.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' + - 'Advanced Installations' : 'admin/Advanced-Installations.md' - 'Migration from older Versions' : 'admin/Migration.md' - 'Troubleshooting' : 'admin/Faq.md' - 'Developers Guide': @@ -32,10 +34,12 @@ pages: - 'Wikipedia & Wikidata': 'data-sources/Wikipedia-Wikidata.md' - 'Appendix': - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md' - - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md' + - 'Installation on CentOS 8' : 'appendix/Install-on-Centos-8.md' - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md' + - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md' markdown_extensions: - codehilite + - admonition - toc: permalink:  extra_css: [extra.css, styles.css]