Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Tencent/cherry-markdown into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
sunsonliu committed Dec 7, 2023
2 parents c7a800d + 34d3ca9 commit 55ad4e3
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ function sideGuide(): DefaultTheme.SidebarItem[] {
items: [
{ text: 'API操作', link: 'api' },
]
},
}, {
text: '高级功能',
base: '/cherry/advanced/',
items: [
{ text: '自定义语法', link: 'custom-render' },
]
}
]
}

Expand Down
Loading

0 comments on commit 55ad4e3

Please sign in to comment.