]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: move external data sources into simple page
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 09:13:28 +0000 (11:13 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 09:13:28 +0000 (11:13 +0200)
docs/CMakeLists.txt
docs/develop/data-sources.md [moved from docs/data-sources/overview.md with 100% similarity]
docs/mkdocs.yml

index d99175997c050f38aef41c1ccc000914047fa9dc..d5143bdbe949dfe8865c0e70fe71e462166b3a44 100644 (file)
@@ -5,7 +5,6 @@
 
 configure_file(mkdocs.yml ../mkdocs.yml)
 file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/appendix)
-file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/data-sources)
 
 set (DOC_SOURCES
      admin
@@ -14,7 +13,6 @@ set (DOC_SOURCES
      index.md
      extra.css
      styles.css
-     data-sources/overview.md
     )
 
 foreach (src ${DOC_SOURCES})
index 95b2179482ebfe23aff64c8705cab3bd9853f644..924b0ab5e0f39b4669063d806ec886ee61842741 100644 (file)
@@ -29,8 +29,7 @@ pages:
         - 'Postcodes' : 'develop/Postcodes.md'
         - 'Setup Test Environment' : 'develop/Setup.md'
         - 'Documentation' : 'develop/Documentation.md'
-    - 'External Data Sources':
-        - 'Overview' : 'data-sources/overview.md'
+        - 'External Data Sources': 'develop/data-sources.md'
     - 'Appendix':
         - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'
         - 'Installation on CentOS 8' : 'appendix/Install-on-Centos-8.md'