docs: update index and close #87

* 更新文档首页 footer 和 navbar
* 关闭无效 pull request
This commit is contained in:
yanglbme 2019-07-25 13:00:57 +08:00
parent 3b772690ab
commit 90d39d0a01
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* [分布式](/README#分布式系统)
* [高可用](/README#高可用架构)
* [微服务](/README#微服务架构)
* [读者分享](/docs/from-readers/README)
* [读者](/docs/from-readers/README)
* 页面
* [封面]()

View File

@ -29,7 +29,7 @@
var footer = [
'<hr/>',
'<footer>',
'<span>Copyright © 2018-2019 <a href="https://github.com/doocs" target="_blank">doocs</a>. All rights reserved.</span><br>Welcome to join <a href="https://github.com/doocs/intro" target="_blank">Doocs Open Source organization</a>.',
'<span>Copyright © 2018-2019 <a href="https://github.com/doocs" target="_blank">Doocs</a>. All rights reserved.</span><br>Welcome to join the <a href="https://github.com/doocs/intro" target="_blank">Doocs Open Source organization</a>.',
'</footer>'
].join('')