Skip to content

Commit cd1e704

Browse files
committed
docsify生成网站
1 parent 1b5e43e commit cd1e704

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+745
-5783
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
nohup.out

.nojekyll

Whitespace-only changes.

2021/06/24/高并发工具类使用踩坑记/index.html

-616
This file was deleted.

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<h1><center>文档导航页</center></h1>
2+
3+
## 消息总线
4+
5+
1
6+
7+
## 一账通
8+
9+
## 技术支持
10+
11+
[docsify](https://docsify.js.org/#/zh-cn/)
12+
13+
- 启动步骤
14+
15+
````shell
16+
npm i docsify-cli -g
17+
docsify init ./docs
18+
docsify serve docs
19+
````

404.html _404.html

+2-10
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,11 @@
6161
<figcaption>
6262
<h1>404<br />Not Found!</h1>
6363
<h3>
64-
Please check it, Maybe you should read
65-
<a href="https://hexo.io/docs/">Hexo</a> and
66-
<a href="https://shen-yu.gitee.io/2019/ayer/">Ayer</a> Docs
67-
carefully.
68-
</h3>
69-
<h3>
70-
亲,获取不到该路径的页面呢,请检查一下哦,可能你还需要仔细阅读
71-
<a href="https://hexo.io/docs/">Hexo</a>
72-
<a href="https://shen-yu.gitee.io/2019/ayer/">Ayer</a> 的说明文档~
64+
亲,获取不到该路径的页面呢,请检查一下哦~
7365
</h3>
7466
</figcaption>
7567
<img src="https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/404.jpg" />
7668
</figure>
7769
</div>
7870
</body>
79-
</html>
71+
</html>

_aboutus.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
平台组件组

_config.yml

-1
This file was deleted.

_coverpage.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 技术设施平台组件组
2+
3+
> [让汽配采购更放心](https://www.casstime.com)
4+
5+
- 客户至上
6+
- 合作 分享
7+
- 诚信 激情 开放
8+
9+
[Get Started](README)
10+
[GitHub](https://gitlab.casstime.net/kmw/infra-blog)

_navbar.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- _navbar.md -->
2+
3+
- [文档导航页](README)
4+
- [消息总线](消息总线/)
5+
- [一账通](一账通/)
6+
- [学习分享](学习分享/)
7+
8+
- [联系我们]()
9+
- [关于我们](_aboutus.md)
10+

0 commit comments

Comments
 (0)