1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:20:04 +08:00

docs(wiki): disable github wiki

This commit is contained in:
wsdjeg 2023-06-15 11:18:10 +08:00
parent 122fb92c4f
commit 9be79c8e5a
3 changed files with 6 additions and 21 deletions

View File

@ -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 }}

View File

@ -5,6 +5,7 @@
</h1>
[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)

View File

@ -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.