We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b54e5 commit a0095b6Copy full SHA for a0095b6
2 files changed
docs/Ch05/index.md
@@ -353,7 +353,7 @@ graph LR
353
windows_disk --> Users
354
end
355
356
- usr --> usr/bin
+ usr --> usrbin[bin]
357
```
358
359
其他的分区以挂载 (mount) 的形式「挂」在了这棵树上,如图中的 `/mnt/windows_disk/`。
mkdocs.yml
@@ -58,7 +58,6 @@ markdown_extensions:
58
- toc:
59
permalink: true
60
61
-
62
extra:
63
social:
64
- icon: octicons/globe-16
0 commit comments