This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c21ab48
commit ba8de2a
Showing
4 changed files
with
28 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# [计算机通用基础知识](./README.md) | ||
|
||
## 目录结构 | ||
|
||
### [操作系统](./docs/操作系统/README.md) | ||
|
||
### [数据结构](./docs/数据结构/README.md) | ||
|
||
### [计算机组成原理](./docs/计算机组成原理/README.md) | ||
|
||
### [计算机网络](./docs/计算机网络/README.md) | ||
|
||
## 部署 | ||
|
||
```sh | ||
pip install mkdocs | ||
mkdocs serve | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
site_name: 408计算机知识架构 | ||
theme: | ||
name: readthedocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters