]> git.openstreetmap.org Git - nominatim.git/blob - docs/mkdocs.yml
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / mkdocs.yml
1 site_name: Nominatim Documentation
2 theme: readthedocs
3 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
4 site_url: https://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         - 'Details' : 'api/Details.md'
14         - 'Status' : 'api/Status.md'
15         - 'Place Output Formats': 'api/Output.md'
16         - 'FAQ': 'api/Faq.md'
17     - 'Administration Guide':
18         - 'Basic Installation': 'admin/Installation.md'
19         - 'Importing' : 'admin/Import.md'
20         - 'Updating' : 'admin/Update.md'
21         - 'Nominatim UI'  : 'admin/Setup-Nominatim-UI.md'
22         - 'Advanced Installations' : 'admin/Advanced-Installations.md'
23         - 'Migration from older Versions' : 'admin/Migration.md'
24         - 'Troubleshooting' : 'admin/Faq.md'
25     - 'Developers Guide':
26         - 'Overview' : 'develop/overview.md'
27         - 'OSM Data Import' : 'develop/Import.md'
28         - 'Place Ranking' : 'develop/Ranking.md'
29         - 'Postcodes' : 'develop/Postcodes.md'
30         - 'Setup Test Environment' : 'develop/Setup.md'
31         - 'Documentation' : 'develop/Documentation.md'
32     - 'External Data Sources':
33         - 'Overview' : 'data-sources/overview.md'
34         - 'US Census (Tiger)': 'data-sources/US-Tiger.md'
35         - 'GB Postcodes': 'data-sources/GB-Postcodes.md'
36         - 'Country Grid': 'data-sources/Country-Grid.md'
37         - 'Wikipedia & Wikidata': 'data-sources/Wikipedia-Wikidata.md'
38     - 'Appendix':
39         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
40         - 'Installation on CentOS 8' : 'appendix/Install-on-Centos-8.md'
41         - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
42         - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
43 markdown_extensions:
44     - codehilite
45     - admonition
46     - toc:
47         permalink: 
48 extra_css: [extra.css, styles.css]