Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icons for supplement & solution #62

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Ch01/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

## 计算机性能的增长 {#performance-increase}
Expand Down
6 changes: 5 additions & 1 deletion docs/Ch01/supplement.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 拓展阅读
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

!!! Warning "本文已基本完稿,正在审阅和修订中,不是正式版本。"

Expand Down
4 changes: 4 additions & 0 deletions docs/Ch02/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

## 桌面环境的选择 {#choice-of-desktop-environment}
Expand Down
6 changes: 5 additions & 1 deletion docs/Ch02/supplement.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 拓展阅读
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

!!! Failure "本文目前尚未完稿,存在诸多未尽章节且未经审阅,不是正式版本。"

Expand Down
4 changes: 4 additions & 0 deletions docs/Ch03/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

## Матрёшка {#meta}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch03/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

!!! success "本文已完稿并通过审阅,是正式版本。"
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch04/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

<!-- ## 阻止 ping 命令的输出 {#stop-ping-output}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch04/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

!!! Failure "本文目前尚未完稿,存在诸多未尽章节且未经审阅,不是正式版本。"
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch05/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

## nobody 用户
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch05/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

## 文件系统的特殊权限位 {#special-permission-bit}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch06/solution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/tooltip-question
---

# 思考题解答 {#solution}

## I/O 重定向的小细节
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch06/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

## 类 C 语言的 for 循环 {#c-style-for}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch07/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

## Python 环境的另一种管理方式:Conda {#conda}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch08/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

## 查看容器镜像的工具:Dive {#dive}
Expand Down
4 changes: 4 additions & 0 deletions docs/Ch09/supplement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: material/puzzle
---

# 拓展阅读 {#supplement}

## 正则 {#regex}
Expand Down
Loading