Merge pull request #13

添加边栏
This commit is contained in:
YuCheng Hu 2020-11-28 17:18:21 -05:00 committed by GitHub
commit 023e66a753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 1 deletions

11
CONTACT.md Normal file
View File

@ -0,0 +1,11 @@
# 公众平台
我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号
## 微信公众号
![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png)
## 头条号
我们也在头条号上创建了我们的公众号,请扫描下面的 QR 关注我们的头条号。
![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png)

12
_sidebar.md Normal file
View File

@ -0,0 +1,12 @@
- CWIKIUS 文档概述
- [文档介绍和快速链接](README.md)
- [公众平台](CONTACT.md)
- Gradle
- [Deploy](deploy.md)
- 其他小工具
- [JWT](jwt/README.md)
- [Awesome docsify](awesome.md)
- [Changelog](changelog.md)

View File

@ -23,7 +23,13 @@
<script>
window.$docsify = {
name: 'CWIKIUS 文档手册',
repo: 'https://github.com/cwiki-us-docs/cwikius-docs'
repo: 'https://github.com/cwiki-us-docs/cwikius-docs',
executeScript: true,
loadNavbar: true,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
loadSidebar: true
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>