From 21cd6ed3c7b94c95f8cbb1d1974bcb60a500d045 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 25 Oct 2023 10:30:51 +0100 Subject: [PATCH] docs: set wiki to redirect to docs page --- .github/workflows/wiki.yml | 2 +- docs/_Sidebar.md | 17 ----------------- docs/wiki_redirect.md | 4 ++++ 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 docs/_Sidebar.md create mode 100644 docs/wiki_redirect.md diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 6e4762e..724b49a 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -12,4 +12,4 @@ jobs: publish-docs-to-wiki: uses: hotosm/gh-workflows/.github/workflows/wiki.yml@1.0.1 with: - homepage_path: "index.md" + homepage_path: "wiki_redirect.md" diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md deleted file mode 100644 index 8be9605..0000000 --- a/docs/_Sidebar.md +++ /dev/null @@ -1,17 +0,0 @@ -# [Home](https://github.com/hotosm/osm-fieldwork/wiki) - -[About](https://github.com/hotosm/osm-fieldwork/wiki/about) - -[Postgres](https://github.com/hotosm/osm-fieldwork/wiki/postgres) - -[YAML](https://github.com/hotosm/osm-fieldwork/wiki/yaml) - -[JSON](https://github.com/hotosm/osm-fieldwork/wiki/json) - -[Importer](https://github.com/hotosm/osm-fieldwork/wiki/importer) - -[Overture](https://github.com/hotosm/osm-fieldwork/wiki/overture) - -[Geofabrik](https://github.com/hotosm/osm-fieldwork/wiki/geofabrik) - -[API](https://github.com/hotosm/osm-fieldwork/wiki/api) diff --git a/docs/wiki_redirect.md b/docs/wiki_redirect.md new file mode 100644 index 0000000..0969b06 --- /dev/null +++ b/docs/wiki_redirect.md @@ -0,0 +1,4 @@ +# OSM RawData + +Please see the docs page at: +[https://hotosm.github.io/osm-rawdata/](https://hotosm.github.io/osm-rawdata/)