docs: replace deprecated pages option

Fixes #2661.
This commit is contained in:
Sarah Hoffmann
2022-06-25 21:29:00 +02:00
parent 161d83af5b
commit 6f15306766

View File

@@ -3,7 +3,7 @@ theme: readthedocs
docs_dir: ${CMAKE_CURRENT_BINARY_DIR} docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
site_url: https://nominatim.org site_url: https://nominatim.org
repo_url: https://github.com/openstreetmap/Nominatim repo_url: https://github.com/openstreetmap/Nominatim
pages: nav:
- 'Introduction' : 'index.md' - 'Introduction' : 'index.md'
- 'API Reference': - 'API Reference':
- 'Overview': 'api/Overview.md' - 'Overview': 'api/Overview.md'