2018-01-15 01:43:15 +03:00
|
|
|
site_name: Nominatim Documentation
|
|
|
|
theme: readthedocs
|
|
|
|
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
|
2020-04-26 16:00:28 +03:00
|
|
|
site_url: https://nominatim.org
|
2018-01-15 01:43:15 +03:00
|
|
|
repo_url: https://github.com/openstreetmap/Nominatim
|
|
|
|
pages:
|
|
|
|
- 'Introduction' : 'index.md'
|
2018-03-19 19:10:22 +03:00
|
|
|
- 'API Reference':
|
2018-08-06 00:38:19 +03:00
|
|
|
- 'Overview': 'api/Overview.md'
|
2018-03-19 19:10:22 +03:00
|
|
|
- 'Search': 'api/Search.md'
|
|
|
|
- 'Reverse': 'api/Reverse.md'
|
|
|
|
- 'Address Lookup': 'api/Lookup.md'
|
2018-08-23 21:30:07 +03:00
|
|
|
- 'Details' : 'api/Details.md'
|
2020-05-04 18:06:06 +03:00
|
|
|
- 'Status' : 'api/Status.md'
|
2018-08-11 15:17:41 +03:00
|
|
|
- 'Place Output Formats': 'api/Output.md'
|
2018-08-11 15:47:36 +03:00
|
|
|
- 'FAQ': 'api/Faq.md'
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Administration Guide':
|
|
|
|
- 'Basic Installation': 'admin/Installation.md'
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Import' : 'admin/Import.md'
|
|
|
|
- 'Update' : 'admin/Update.md'
|
|
|
|
- 'Deploy' : 'admin/Deployment.md'
|
2020-06-13 21:06:01 +03:00
|
|
|
- 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md'
|
2020-04-15 14:48:57 +03:00
|
|
|
- 'Advanced Installations' : 'admin/Advanced-Installations.md'
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Migration from older Versions' : 'admin/Migration.md'
|
|
|
|
- 'Troubleshooting' : 'admin/Faq.md'
|
2018-02-12 21:51:02 +03:00
|
|
|
- 'Developers Guide':
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Setup for Development' : 'develop/Development-Environment.md'
|
|
|
|
- 'Architecture Overview' : 'develop/overview.md'
|
2018-12-02 19:38:25 +03:00
|
|
|
- 'OSM Data Import' : 'develop/Import.md'
|
2018-11-28 00:59:18 +03:00
|
|
|
- 'Place Ranking' : 'develop/Ranking.md'
|
2019-11-06 18:46:40 +03:00
|
|
|
- 'Postcodes' : 'develop/Postcodes.md'
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Testing' : 'develop/Testing.md'
|
2020-07-05 12:13:28 +03:00
|
|
|
- 'External Data Sources': 'develop/data-sources.md'
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Appendix':
|
|
|
|
- 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
|
2020-05-07 22:55:04 +03:00
|
|
|
- 'Installation on CentOS 8' : 'appendix/Install-on-Centos-8.md'
|
2018-08-24 22:33:24 +03:00
|
|
|
- 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
|
2020-05-07 22:55:04 +03:00
|
|
|
- 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
|
2018-01-16 01:47:00 +03:00
|
|
|
markdown_extensions:
|
2019-10-26 00:57:23 +03:00
|
|
|
- codehilite
|
2020-01-22 13:44:05 +03:00
|
|
|
- admonition
|
2018-08-24 00:12:10 +03:00
|
|
|
- toc:
|
|
|
|
permalink:
|
2019-10-26 00:57:23 +03:00
|
|
|
extra_css: [extra.css, styles.css]
|