mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Requires to shuffle around the documentation. make doc will now compile the documentation in the build directory. The markdowns created from the vagrant files are no longer versioned.
16 lines
645 B
YAML
16 lines
645 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'
|
|
- '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'
|
|
- 'Appendix':
|
|
- 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
|
|
- 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
|