]> git.openstreetmap.org Git - nominatim.git/blob - docs/mkdocs.yml
docs: more specific chapter title
[nominatim.git] / docs / mkdocs.yml
1 site_name: Nominatim Documentation
2 theme: readthedocs
3 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
4 site_url: http://nominatim.org
5 repo_url: https://github.com/openstreetmap/Nominatim
6 pages:
7     - 'Introduction' : 'index.md'
8     - 'API Reference':
9         - 'Overview': 'api/Overview.md'
10         - 'Search': 'api/Search.md'
11         - 'Reverse': 'api/Reverse.md'
12         - 'Address Lookup': 'api/Lookup.md'
13         - 'Details' : 'api/Details.md'
14         - 'Place Output Formats': 'api/Output.md'
15         - 'FAQ': 'api/Faq.md'
16     - 'Administration Guide':
17         - 'Basic Installation': 'admin/Installation.md'
18         - 'Importing and Updating' : 'admin/Import-and-Update.md'
19         - 'Migration from older Versions' : 'admin/Migration.md'
20         - 'Troubleshooting' : 'admin/Faq.md'
21     - 'Developers Guide':
22         - 'Overview' : 'develop/overview.md'
23     - 'External Data Sources':
24         - 'Overview' : 'data-sources/overview.md'
25         - 'US Census (Tiger)': 'data-sources/US-Tiger.md'
26     - 'Appendix':
27         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
28         - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
29         - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
30 markdown_extensions:
31     - codehilite:
32         use_pygments: False
33     - toc:
34         permalink: 
35 extra_css: [extra.css]