mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Update wiki home
This commit is contained in:
parent
610caee9fe
commit
5755264259
@ -17,6 +17,8 @@ welcome to <img src="https://spacevim.org/SpaceVim.png" height="17" width="17">
|
|||||||
|
|
||||||
## Developers
|
## Developers
|
||||||
|
|
||||||
|
the wiki is generated from [`wiki/`](https://github.com/SpaceVim/SpaceVim/tree/master/wiki) directory automatically, if you want to contribute to the wiki, please use pull request.
|
||||||
|
|
||||||
- [Support SpaceVim](support-spacevim)
|
- [Support SpaceVim](support-spacevim)
|
||||||
- [contribute to SpaceVim](https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md)
|
- [contribute to SpaceVim](https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md)
|
||||||
- [Write post about SpaceVim](write-post-about-spacevim)
|
- [Write post about SpaceVim](write-post-about-spacevim)
|
||||||
|
@ -5,7 +5,7 @@ cd wiki/
|
|||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update wiki"
|
git commit -m "Update wiki"
|
||||||
git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git
|
git remote add SpaceVimWiki https://SpaceVimBot:${BOTSECRET}:github.com/SpaceVim/SpaceVim.wiki.git
|
||||||
git push -f -u SpaceVimWiki master
|
git push -f -u SpaceVimWiki master
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf ./wiki/.git/
|
rm -rf ./wiki/.git/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user