We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b264a66 commit fd2a9b6Copy full SHA for fd2a9b6
4 files changed
docs/SUMMARY.md
@@ -39,7 +39,9 @@
39
40
* [数据库](extend/database.md)
41
* [数据结构和算法](extend/algorithm.md)
42
-* [Linux](extend/linux.md)
+* [操作系统](extend/os.md)
43
+* [网络](extend/web/README.md)
44
+ * [nginx 快速入门](extend/web/nginx-quickstart.md)
45
46
------
47
docs/extend/linux.md docs/extend/os.mddocs/extend/linux.md renamed to docs/extend/os.md
@@ -1,3 +1,3 @@
1
-# Linux
+# 操作系统
2
3
> Linux 知识非常庞大。全部整理归纳在 [**linux-notes**](https://github.com/dunwu/linux-notes) 项目中。
docs/extend/web/README.md
@@ -0,0 +1 @@
+# 网络
docs/extend/nginx-quickstart.md docs/extend/web/nginx-quickstart.mddocs/extend/nginx-quickstart.md renamed to docs/extend/web/nginx-quickstart.md
@@ -1,4 +1,15 @@
-# nginx快速入门
+---
+title: nginx 快速入门
+date: 2016-10-10
4
+categories:
5
+- web
6
+tags:
7
+- server
8
+- nginx
9
+- load balance
10
11
+
12
+# nginx 快速入门
13
14
## 概述
15
0 commit comments