1 site_name: Nominatim Manual
6 copyright: Copyright © Nominatim developer community
7 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
8 site_url: https://nominatim.org
9 repo_url: https://github.com/openstreetmap/Nominatim
11 - 'Introduction' : 'index.md'
13 - 'Overview': 'api/Overview.md'
14 - 'Search': 'api/Search.md'
15 - 'Reverse': 'api/Reverse.md'
16 - 'Address Lookup': 'api/Lookup.md'
17 - 'Details' : 'api/Details.md'
18 - 'Status' : 'api/Status.md'
19 - 'Place Output Formats': 'api/Output.md'
21 - 'Administration Guide':
22 - 'Basic Installation': 'admin/Installation.md'
23 - 'Import' : 'admin/Import.md'
24 - 'Update' : 'admin/Update.md'
25 - 'Deploy (PHP frontend)' : 'admin/Deployment-PHP.md'
26 - 'Deploy (Python frontend)' : 'admin/Deployment-Python.md'
27 - 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md'
28 - 'Advanced Installations' : 'admin/Advanced-Installations.md'
29 - 'Maintenance' : 'admin/Maintenance.md'
30 - 'Migration from older Versions' : 'admin/Migration.md'
31 - 'Troubleshooting' : 'admin/Faq.md'
32 - 'Customization Guide':
33 - 'Overview': 'customize/Overview.md'
34 - 'Import Styles': 'customize/Import-Styles.md'
35 - 'Configuration Settings': 'customize/Settings.md'
36 - 'Per-Country Data': 'customize/Country-Settings.md'
37 - 'Place Ranking' : 'customize/Ranking.md'
38 - 'Importance' : 'customize/Importance.md'
39 - 'Tokenizers' : 'customize/Tokenizers.md'
40 - 'Special Phrases': 'customize/Special-Phrases.md'
41 - 'External data: US housenumbers from TIGER': 'customize/Tiger.md'
42 - 'External data: Postcodes': 'customize/Postcodes.md'
44 - 'Getting Started': 'library/Getting-Started.md'
45 - 'Nominatim API class': 'library/NominatimAPI.md'
46 - 'Configuration': 'library/Configuration.md'
47 - 'Input Parameter Types': 'library/Input-Parameter-Types.md'
48 - 'Result Handling': 'library/Result-Handling.md'
49 - 'Low-level DB Access': 'library/Low-Level-DB-Access.md'
51 - 'Architecture Overview' : 'develop/overview.md'
52 - 'Database Layout' : 'develop/Database-Layout.md'
53 - 'Indexing' : 'develop/Indexing.md'
54 - 'Tokenizers' : 'develop/Tokenizers.md'
55 - 'Custom modules for ICU tokenizer': 'develop/ICU-Tokenizer-Modules.md'
56 - 'Setup for Development' : 'develop/Development-Environment.md'
57 - 'Testing' : 'develop/Testing.md'
58 - 'External Data Sources': 'develop/data-sources.md'
60 - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
61 - 'Installation on Ubuntu 22' : 'appendix/Install-on-Ubuntu-22.md'
65 - pymdownx.superfences
71 extra_css: [extra.css, styles.css]
77 paths: ["${PROJECT_SOURCE_DIR}"]