mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Update wiki for gitment (#1907)
This commit is contained in:
parent
e2c08636d5
commit
61e7e28ea0
@ -111,7 +111,7 @@
|
|||||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var gitment = new Gitment({
|
var gitment = new Gitment({
|
||||||
id: '<%= page.title %>', // 可选。默认为 location.href
|
id: {{ page.title }}, // 可选。默认为 location.href
|
||||||
owner: 'wsdjeg',
|
owner: 'wsdjeg',
|
||||||
repo: 'SpaceVim-comments',
|
repo: 'SpaceVim-comments',
|
||||||
oauth: {
|
oauth: {
|
||||||
|
@ -40,6 +40,7 @@ The next release is v0.9.0.
|
|||||||
- Improve pull request template ([#1852](https://github.com/SpaceVim/SpaceVim/pull/1852))
|
- Improve pull request template ([#1852](https://github.com/SpaceVim/SpaceVim/pull/1852))
|
||||||
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
|
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
|
||||||
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
|
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
|
||||||
|
- Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906))
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user