From: Sarah Hoffmann Date: Sun, 5 Jul 2020 09:13:28 +0000 (+0200) Subject: docs: move external data sources into simple page X-Git-Tag: v3.6.0~115 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f02d4d9677abc31b0a709f26ff940b19231df75b?ds=sidebyside;hp=-c docs: move external data sources into simple page --- f02d4d9677abc31b0a709f26ff940b19231df75b diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index d9917599..d5143bdb 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -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}) diff --git a/docs/data-sources/overview.md b/docs/develop/data-sources.md similarity index 100% rename from docs/data-sources/overview.md rename to docs/develop/data-sources.md diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 95b21794..924b0ab5 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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'