Skip to content

Commit

Permalink
feat: chapter 10
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Oct 15, 2024
1 parent a79a151 commit ca758e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default defineConfig({
{ text: '第7章:设计一个分布式系统中的唯一 ID 生成器', link: '/CHAPTER-7-DESIGN-A-UNIQUE-ID-GENERATOR-IN-DISTRIBUTED-SYSTEMS' },
{ text: '第8章:设计一个 URL 缩短服务', link: '/CHAPTER-8-DESIGN-A-URL-SHORTENER' },
{ text: '第9章:设计一个网页爬虫', link: '/CHAPTER-9-DESIGN-A-WEB-CRAWLER' },
{ text: '第10章:设计一个通知系统', link: '/CHAPTER-10-DESIGN-A-NOTIFICATION-SYSTEM' },
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- [第9章:设计一个网页爬虫](/CHAPTER-9-DESIGN-A-WEB-CRAWLER)

- 第10章:设计一个通知系统
- [第10章:设计一个通知系统](/CHAPTER-10-DESIGN-A-NOTIFICATION-SYSTEM)

- 第11章:设计一个新闻推送系统

Expand Down

0 comments on commit ca758e8

Please sign in to comment.