1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:00:05 +08:00

Add apis page

This commit is contained in:
wsdjeg 2017-02-16 23:23:12 +08:00
parent 6cc1acece0
commit 828ac54e5c
4 changed files with 13 additions and 10 deletions

12
docs/_site/apis.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "APIs"
---
# SpaceVim public APIs:
SpaceVim provide many public apis, you can use this apis in your plugins. here is the list of all the apis:
nanme | description
----- | ------------------
file |
system |

0
docs/_site/blogs.md Normal file
View File

View File

@ -35,7 +35,7 @@ endfunction
## Build with SpaceVim ## Build with SpaceVim
SpaceVim provide a lot of public [APIs](https://spacevim.org/documentation#apis), you can create plugins base on this APIs. also you can add a badge to the README.md of your plugin. SpaceVim provide a lot of public [APIs](https://spacevim.org/apis), you can create plugins base on this APIs. also you can add a badge to the README.md of your plugin.
![](https://img.shields.io/badge/build%20with-SpaceVim-ff69b4.svg) ![](https://img.shields.io/badge/build%20with-SpaceVim-ff69b4.svg)

View File

@ -482,15 +482,6 @@ let g:spacevim_custom_plugins = [
nnoremap <c-l> :Ydc<cr> nnoremap <c-l> :Ydc<cr>
``` ```
## APIs
SpaceVim provide many public apis, you can use this apis in your plugins. here is the list of all the apis:
nanme | description
----- | ------------------
file |
system |
<!-- plublic links --> <!-- plublic links -->
[dein.vim]: https://github.com/Shougo/dein.vim [dein.vim]: https://github.com/Shougo/dein.vim