1 site_name: Nominatim Documentation
 
   3 docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
 
   4 site_url: http://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         - 'Place Output Formats': 'api/Output.md'
 
  16     - 'Administration Guide':
 
  17         - 'Basic Installation': 'admin/Installation.md'
 
  18         - 'Importing and Updating' : 'admin/Import-and-Update.md'
 
  19         - 'Migration from older Versions' : 'admin/Migration.md'
 
  20         - 'Troubleshooting' : 'admin/Faq.md'
 
  22         - 'Overview' : 'develop/overview.md'
 
  23         - 'OSM Data Import' : 'develop/Import.md'
 
  24         - 'Place Ranking' : 'develop/Ranking.md'
 
  25         - 'Postcodes' : 'develop/Postcodes.md'
 
  26         - 'Documentation' : 'develop/Documentation.md'
 
  27     - 'External Data Sources':
 
  28         - 'Overview' : 'data-sources/overview.md'
 
  29         - 'US Census (Tiger)': 'data-sources/US-Tiger.md'
 
  30         - 'GB Postcodes': 'data-sources/GB-Postcodes.md'
 
  31         - 'Country Grid': 'data-sources/Country-Grid.md'
 
  32         - 'Wikipedia & Wikidata': 'data-sources/Wikipedia-Wikidata.md'
 
  34         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
 
  35         - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'
 
  36         - 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
 
  41 extra_css: [extra.css, styles.css]