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

Add api link

This commit is contained in:
wsdjeg 2017-02-15 23:56:04 +08:00
parent 21cf6b3a09
commit d8c00158b6
2 changed files with 4 additions and 2 deletions

View File

@ -35,13 +35,14 @@ endfunction
## Build with SpaceVim
SpaceVim provide a lot of public APIs, you can create plugins base on this APIs. also you can add a badge to the README of your plugin.
SpaceVim provide a lot of public [APIs](https://spacevim.org/development#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)
markdown
```md
[![](https://img.shields.io/badge/build%20with-SpaceVim-ff69b4.svg)](https://spacevim.org)
[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
```
## Changelog

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="128" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h63v20H0z"/><path fill="#ff69b4" d="M63 0h65v20H63z"/><path fill="url(#b)" d="M0 0h128v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="31.5" y="15" fill="#010101" fill-opacity=".3">build with</text><text x="31.5" y="14">build with</text><text x="94.5" y="15" fill="#010101" fill-opacity=".3">SpaceVim</text><text x="94.5" y="14">SpaceVim</text></g></svg>

After

Width:  |  Height:  |  Size: 767 B