X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c80c80200c0c2e78811d0b96e225406471e0ad48..c68833cd7f13957d4d8c3fee9906609f187739a1:/docs/mkdocs.yml?ds=sidebyside diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7c3cd895..69926f4e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -20,9 +20,18 @@ pages: - 'Troubleshooting' : 'admin/Faq.md' - 'Developers Guide': - 'Overview' : 'develop/overview.md' + - 'Place Ranking' : 'develop/Ranking.md' + - 'External Data Sources': + - 'Overview' : 'data-sources/overview.md' + - 'US Census (Tiger)': 'data-sources/US-Tiger.md' + - 'Country Grid': 'data-sources/Country-Grid.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]