Skip to content

Commit

Permalink
feat: add document preview article
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Aug 3, 2024
1 parent dbaafed commit f2498df
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/docs/.vitepress/langs/cn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ const themeCnConfig: DefaultTheme.Config = {
text: '函数式编程',
link: '/cn/src/article/functionalProgramming.md',
},
{
text: 'web 端文档预览方案',
link: '/cn/src/article/docPreview.md',
},
{
text: 'Web 端视频加密动态播放方案',
link: '/cn/src/article/video.md',
},
{
text: '可视化渲染引擎',
link: '/cn/src/article/visual.md',
},
{
text: '排序算法',
link: '/cn/src/article/sort/index.md',
Expand All @@ -138,18 +150,6 @@ const themeCnConfig: DefaultTheme.Config = {
{ text: '基数排序', link: '/cn/src/article/sort/radix/' },
],
},
{
text: '可视化渲染引擎',
link: '/cn/src/article/visual.md',
},
{
text: 'web 端文档预览方案',
link: '/cn/src/article/docPreview.md',
},
{
text: 'Web 视频加密播放方案',
link: '/cn/src/article/video.md',
},
],
},
],
Expand Down

0 comments on commit f2498df

Please sign in to comment.