feat(docs): enhance interactive demos and improve documentation

- Add new interactive components for frontend routing, browser rendering pipeline, and database transactions
- Improve existing demos with better visuals, explanations, and examples
- Update documentation structure and content for better clarity
- Add new utility scripts and update package.json with new commands
- Fix formatting and alignment in documentation tables
This commit is contained in:
sanbuphy
2026-02-13 22:10:03 +08:00
parent 599052b2e0
commit d174ceea32
88 changed files with 26273 additions and 15539 deletions
+8 -2
View File
@@ -673,8 +673,14 @@ export default defineConfig({
{ text: '系统缓存设计', link: '/zh-cn/appendix/cache-design' },
{ text: '消息队列设计', link: '/zh-cn/appendix/queue-design' },
{ text: '鉴权原理与实战', link: '/zh-cn/appendix/auth-design' },
{ text: '网关与反向代理', link: '/zh-cn/appendix/gateway-proxy' },
{ text: '负载均衡策略', link: '/zh-cn/appendix/load-balancing' },
{
text: '网关与反向代理',
link: '/zh-cn/appendix/gateway-proxy'
},
{
text: '负载均衡策略',
link: '/zh-cn/appendix/load-balancing'
},
{ text: '埋点设计', link: '/zh-cn/appendix/tracking-design' },
{ text: '线上运维', link: '/zh-cn/appendix/operations' }
]