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 9265c54..0000000 --- a/docs/_Sidebar.md +++ /dev/null @@ -1,7 +0,0 @@ -# [Home](https://github.com/hotosm/osm-fieldwork/wiki) - -[About](https://github.com/hotosm/osm-fieldwork/wiki/about) - -[Usage](https://github.com/hotosm/osm-fieldwork/wiki/usage) - -[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..7daae64 --- /dev/null +++ b/docs/wiki_redirect.md @@ -0,0 +1,4 @@ +# FMTM Splitter + +Please see the docs page at: +[https://hotosm.github.io/fmtm-splitter/](https://hotosm.github.io/fmtm-splitter/)