mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
docs(wiki): disable github wiki
This commit is contained in:
parent
122fb92c4f
commit
9be79c8e5a
21
.github/workflows/async_wiki.yml
vendored
21
.github/workflows/async_wiki.yml
vendored
@ -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 }}
|
|
||||||
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
[Quick Start Guide](https://spacevim.org/quick-start-guide/) \|
|
[Quick Start Guide](https://spacevim.org/quick-start-guide/) \|
|
||||||
|
[Documentation](https://spacevim.org/documentation/) \|
|
||||||
[Chat](https://chat.mozilla.org/#/room/#spacevim:matrix.org) \|
|
[Chat](https://chat.mozilla.org/#/room/#spacevim:matrix.org) \|
|
||||||
[Twitter](https://twitter.com/SpaceVim)
|
[Twitter](https://twitter.com/SpaceVim)
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "Bundle Plugins"
|
||||||
|
description: "A list of SpaceVim's bundle plugins"
|
||||||
|
---
|
||||||
|
|
||||||
## Bundle plugins
|
## Bundle plugins
|
||||||
|
|
||||||
In `bundle/` directory, there are two kinds of plugins: forked plugins without changes and forked plugins which have been changed.
|
In `bundle/` directory, there are two kinds of plugins: forked plugins without changes and forked plugins which have been changed.
|
Loading…
Reference in New Issue
Block a user