Skip to content

Commit fd2a9b6

Browse files
committed
📝 Writing docs.
1 parent b264a66 commit fd2a9b6

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

docs/SUMMARY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939

4040
* [数据库](extend/database.md)
4141
* [数据结构和算法](extend/algorithm.md)
42-
* [Linux](extend/linux.md)
42+
* [操作系统](extend/os.md)
43+
* [网络](extend/web/README.md)
44+
* [nginx 快速入门](extend/web/nginx-quickstart.md)
4345

4446
------
4547

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Linux
1+
# 操作系统
22

33
> Linux 知识非常庞大。全部整理归纳在 [**linux-notes**](https://github.com/dunwu/linux-notes) 项目中。

docs/extend/web/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 网络
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# nginx快速入门
1+
---
2+
title: nginx 快速入门
3+
date: 2016-10-10
4+
categories:
5+
- web
6+
tags:
7+
- server
8+
- nginx
9+
- load balance
10+
---
11+
12+
# nginx 快速入门
213

314
## 概述
415

0 commit comments

Comments
 (0)