Skip to content

Commit f5514a4

Browse files
committed
docs: 优化虚拟内存文章与字符集目录 — 操作系统文档
- 优化虚拟内存文章表述、结构和面试回答 - 调整字符集侧边栏为明确标题入口 - 仅提交文档与目录改动,未运行站点构建
1 parent 140f92a commit f5514a4

2 files changed

Lines changed: 103 additions & 89 deletions

File tree

docs/.vuepress/sidebar/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,10 @@ export default sidebar({
204204
children: [
205205
"basis",
206206
"nosql",
207-
"character-set",
207+
{
208+
text: "字符集详解",
209+
link: "character-set",
210+
},
208211
{
209212
text: "SQL",
210213
icon: ICONS.SQL,

0 commit comments

Comments
 (0)