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/)