]> git.openstreetmap.org Git - nominatim.git/blob - docs/mkdocs.yml
small typos and wording in the API docs
[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         - 'Place Output Formats': 'api/Output.md'
14         - 'FAQ': 'api/Faq.md'
15     - 'Administration Guide':
16         - 'Basic Installation': 'admin/Installation.md'
17         - 'Importing and Updating' : 'admin/Import-and-Update.md'
18         - 'Migration from older Versions' : 'admin/Migration.md'
19         - 'Troubleshooting' : 'admin/Faq.md'
20     - 'Developers Guide':
21         - 'Overview' : 'develop/overview.md'
22     - 'Appendix':
23         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
24         - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
25 markdown_extensions:
26     - codehilite:
27         use_pygments: False