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         - 'Search': 'api/Search.md'
 
  10         - 'Reverse': 'api/Reverse.md'
 
  11         - 'Address Lookup': 'api/Lookup.md'
 
  12     - 'Administration Guide':
 
  13         - 'Basic Installation': 'admin/Installation.md'
 
  14         - 'Importing and Updating' : 'admin/Import-and-Update.md'
 
  15         - 'Migration from older Versions' : 'admin/Migration.md'
 
  16         - 'Troubleshooting' : 'admin/Faq.md'
 
  18         - 'Overview' : 'develop/overview.md'
 
  20         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
 
  21         - 'Installation on Ubuntu 16' : 'appendix/Install-on-Ubuntu-16.md'