Skip to content

Commit

Permalink
docs(cherry): custom render (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Dec 6, 2023
1 parent b58de6d commit 34d3ca9
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 34d3ca9

Please sign in to comment.