Skip to content

Commit 1119236

Browse files
committed
整理文档
1 parent 2dfb94d commit 1119236

2 files changed

Lines changed: 24 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Linux 教程
22

3-
> 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial)[gitee](https://gitee.com/turnon/linux-tutorial)
3+
> :keyboard: 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)
4+
>
5+
> :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
46
5-
| :wrench: | :shell: | :memo: | :books: |
6-
| :----------------------------------: | :---------------------: | :--------------------: | :-------------------------: |
7-
| [软件安装配置](#wrench-软件安装配置) | [运维脚本](#shell-运维脚本) | [知识点](#memo-知识点) | [学习资源](#books-学习资源) |
7+
| :wrench: | :shell: | :memo: | :books: |
8+
| :---------------------------: | :-------------------: | :---------------: | :-------------------: |
9+
| [软件安装配置](#软件安装配置) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
810

9-
## :wrench: 软件安装配置
11+
## 软件安装配置
1012

1113
- [JDK 安装](docs/linux/soft/jdk-install.md)
1214
- [Elastic 安装](docs/linux/soft/elastic)
@@ -23,13 +25,15 @@
2325
- [Zookeeper 安装](docs/linux/soft/zookeeper-install.md)
2426
- [Nacos 安装](docs/linux/soft/nacos-install.md)
2527

26-
## :shell: 运维脚本
28+
## 运维脚本
2729

28-
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
30+
- [系统运维脚本集合](codes/linux/sys)
31+
- [软件安装配置脚本集合](codes/linux/soft)
32+
- [工具脚本集合](codes/linux/soft)
2933

3034
> 提供一键式安装、配置软件脚本
3135
32-
## :memo: 知识点
36+
## 知识点
3337

3438
- [Linux 命令教程](docs/linux/cli/README.md)
3539
- [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md)
@@ -58,7 +62,7 @@
5862
- [Linux 典型运维应用](docs/linux/ops/linux典型运维应用.md)
5963
- [samba 使用详解](docs/linux/ops/samba使用详解.md)
6064

61-
## :books: 学习资源
65+
## 学习资源
6266

6367
- 命令行检索
6468
- [Linux 命令大全](http://man.linuxde.net/)

docs/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,25 @@
3434
previousText: "上一章节",
3535
nextText: "下一章节",
3636
crossChapter: true
37-
}
37+
},
3838
// coverpage: true,
3939
// 完整配置参数
40+
// 完整配置参数
41+
search: {
42+
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
43+
paths: ["/", "linux/cli/", "linux/ops/", "linux/soft/", "git/"], // or 'auto'
44+
placeholder: "搜索",
45+
noData: "没有结果!",
46+
// 搜索标题的最大程级, 1 - 6
47+
depth: 4
48+
}
4049
};
4150
</script>
4251
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
4352
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
4453
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
4554
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
55+
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
4656

4757
<!--代码高亮-->
4858
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>

0 commit comments

Comments
 (0)