Skip to content

Commit 000451d

Browse files
committed
📝 Writing docs.
1 parent 9442d4c commit 000451d

5 files changed

Lines changed: 41 additions & 55 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## [linux 教程](docs/linux/README.md)
88

9-
## [shell 教程](docs/shell/README.md)
9+
## [shell 教程](docs/shell.md)
1010

1111
## [vim 教程](docs/vim/README.md)
1212

SUMMARY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Summary
2+
3+
## 教程
4+
5+
* [linux](docs/linux/README.md)
6+
* [linux 系统目录结构](docs/linux/linux系统目录结构.md)
7+
* [linux 文件基本属性](docs/linux/linux文件基本属性.md)
8+
* [linux 监控](docs/linux/linux监控.md)
9+
* [linux 软件](docs/linux/软件/README.md)
10+
* [samba使用详解](docs/linux/软件/samba使用详解.md)
11+
* [linux 常用命令](docs/linux/commands/README.md)
12+
* [命令行的艺术(转载)](docs/linux/commands/命令行的艺术.md)
13+
* [linux 常用命令-文件目录管理](docs/linux/commands/文件目录管理/README.md)
14+
* [linux 常用命令-文件内容查看](docs/linux/commands/文件目录管理/文件内容查看.md)
15+
* [linux 常用命令-文件压缩与解压](docs/linux/commands/文件目录管理/文件压缩与解压.md)
16+
* [linux 常用命令-文件处理](docs/linux/commands/文件目录管理/文件处理.md)
17+
* [linux 常用命令-文件编辑](docs/linux/commands/文件目录管理/文件编辑.md)
18+
* [linux 常用命令-文件权限属性设置](docs/linux/commands/文件目录管理/文件权限属性设置.md)
19+
* [linux 常用命令-文件查找和比较](docs/linux/commands/文件目录管理/文件查找和比较.md)
20+
* [linux 常用命令-目录基本操作](docs/linux/commands/文件目录管理/目录基本操作.md)
21+
* [linux 常用命令-系统管理](docs/linux/commands/系统管理/README.md)
22+
* [linux 常用命令-系统操作](docs/linux/commands/系统管理/系统操作.md)
23+
* [linux 常用命令-系统设置](docs/linux/commands/系统管理/系统设置.md)
24+
* [linux 常用命令-用户和工作组管理](docs/linux/commands/系统管理/用户和工作组管理.md)
25+
* [linux 常用命令-进程和作业管理](docs/linux/commands/系统管理/进程和作业管理.md)
26+
* [linux 常用命令-系统性能管理](docs/linux/commands/系统管理/系统性能管理.md)
27+
* [linux 常用命令-网络管理](docs/linux/commands/网络管理/README.md)
28+
* [linux 常用命令-网络应用](docs/linux/commands/网络管理/网络应用.md)
29+
* [yum 命令](docs/linux/yum.md)
30+
* [shell](docs/shell.md)
31+
* [vim](docs/vim/README.md)
32+
* [vim 学习笔记](docs/vim/vim.md)
33+
* [vim 快捷键图](docs/vim/vim-keyboards.md)
34+
* [git](docs/git/README.md)
35+
* [git 快速指南](docs/git/git-quickstart.md)
36+
* [git-flow 工作流](docs/git/advanced/git-flow.md)
37+
* [docker](docs/docker/README.md)
38+
39+
------

book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "linux 教程",
55
"author": "Zhang Peng",
66
"language": "zh-hans",
7-
"root": "./docs",
7+
"root": ".",
88
"links": {
99
"sidebar": {
1010
"linux": "https://github.com/dunwu/linux"

docs/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/SUMMARY.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)