diff --git a/.github/workflows/async_wiki.yml b/.github/workflows/async_wiki.yml deleted file mode 100644 index 88e57c223..000000000 --- a/.github/workflows/async_wiki.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Async SpaceVim wiki - -on: [push] - -jobs: - check: - strategy: - fail-fast: false - matrix: - wikiLang: ["cn", "en"] - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@master - - name: Detach ${{ matrix.wikiLang }} - env: - BOTSECRET: ${{ secrets.BOTSECRET }} - BOTSECRET_GITHUB: ${{ secrets.BOTSECRET_GITHUB }} - run: ./wiki/async.sh ${{ matrix.wikiLang }} - - diff --git a/README.md b/README.md index 51ac30c01..0f0f2cfc3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [Quick Start Guide](https://spacevim.org/quick-start-guide/) \| +[Documentation](https://spacevim.org/documentation/) \| [Chat](https://chat.mozilla.org/#/room/#spacevim:matrix.org) \| [Twitter](https://twitter.com/SpaceVim) diff --git a/wiki/en/bundle-plugins.md b/docs/bundle-plugins.md similarity index 98% rename from wiki/en/bundle-plugins.md rename to docs/bundle-plugins.md index 2904cf62b..7a352976e 100644 --- a/wiki/en/bundle-plugins.md +++ b/docs/bundle-plugins.md @@ -1,3 +1,8 @@ +--- +title: "Bundle Plugins" +description: "A list of SpaceVim's bundle plugins" +--- + ## Bundle plugins In `bundle/` directory, there are two kinds of plugins: forked plugins without changes and forked plugins which have been changed.