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:
parent
6cc1acece0
commit
828ac54e5c
12
docs/_site/apis.md
Normal file
12
docs/_site/apis.md
Normal 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
0
docs/_site/blogs.md
Normal 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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user