mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 12:22:10 +03:00
25 lines
924 B
YAML
25 lines
924 B
YAML
site_name: Nominatim Documentation
|
|
theme: readthedocs
|
|
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
|
|
site_url: http://nominatim.org
|
|
repo_url: https://github.com/openstreetmap/Nominatim
|
|
pages:
|
|
- 'Introduction' : 'index.md'
|
|
- 'API Reference':
|
|
- 'Search': 'api/Search.md'
|
|
- 'Reverse': 'api/Reverse.md'
|
|
- 'Address Lookup': 'api/Lookup.md'
|
|
- 'Administration Guide':
|
|
- 'Basic Installation': 'admin/Installation.md'
|
|
- 'Importing and Updating' : 'admin/Import-and-Update.md'
|
|
- 'Migration from older Versions' : 'admin/Migration.md'
|
|
- 'Troubleshooting' : 'admin/Faq.md'
|
|
- 'Developers Guide':
|
|
- 'Overview' : 'develop/overview.md'
|
|
- 'Appendix':
|
|
- 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
|
|
- 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
|
|
markdown_extensions:
|
|
- codehilite:
|
|
use_pygments: False
|