]> git.openstreetmap.org Git - nominatim.git/blob - docs/mkdocs.yml
clean up docs for lookup call
[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     - 'Administration Guide':
14         - 'Basic Installation': 'admin/Installation.md'
15         - 'Importing and Updating' : 'admin/Import-and-Update.md'
16         - 'Migration from older Versions' : 'admin/Migration.md'
17         - 'Troubleshooting' : 'admin/Faq.md'
18     - 'Developers Guide':
19         - 'Overview' : 'develop/overview.md'
20     - 'Appendix':
21         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
22         - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
23 markdown_extensions:
24     - codehilite:
25         use_pygments: False