1 site_name: Nominatim Documentation
 
   3 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
 
   4 site_url: https://nominatim.org
 
   5 repo_url: https://github.com/openstreetmap/Nominatim
 
   7     - 'Introduction' : 'index.md'
 
   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'
 
  17     - 'Administration Guide':
 
  18         - 'Basic Installation': 'admin/Installation.md'
 
  19         - 'Import' : 'admin/Import.md'
 
  20         - 'Update' : 'admin/Update.md'
 
  21         - 'Deploy' : 'admin/Deployment.md'
 
  22         - 'Nominatim UI'  : 'admin/Setup-Nominatim-UI.md'
 
  23         - 'Advanced Installations' : 'admin/Advanced-Installations.md'
 
  24         - 'Migration from older Versions' : 'admin/Migration.md'
 
  25         - 'Troubleshooting' : 'admin/Faq.md'
 
  27         - 'Setup for Development' : 'develop/Development-Environment.md'
 
  28         - 'Architecture Overview' : 'develop/overview.md'
 
  29         - 'OSM Data Import' : 'develop/Import.md'
 
  30         - 'Place Ranking' : 'develop/Ranking.md'
 
  31         - 'Postcodes' : 'develop/Postcodes.md'
 
  32         - 'Testing' : 'develop/Testing.md'
 
  33         - 'External Data Sources': 'develop/data-sources.md'
 
  35         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
 
  36         - 'Installation on CentOS 8' : 'appendix/Install-on-Centos-8.md'
 
  37         - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
 
  38         - 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
 
  44 extra_css: [extra.css, styles.css]