Skip to content

Commit

Permalink
chore: add list about new tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
skie1997 committed Sep 6, 2023
1 parent 6de598d commit 911726a
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 14 deletions.
90 changes: 76 additions & 14 deletions docs/assets/tutorials/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,31 +589,70 @@
}
},
{
"path": "first-of-all",
"path": "cross-end",
"title": {
"zh": "跨端说明",
"en": "Cross-end Instructions"
}
},
"zh": "小程序",
"en": "Mini App"
},
"children": [
{
"path": "first-of-all",
"title": {
"zh": "跨端说明",
"en": "Cross-end Instructions"
}
},
{
"path": "miniapp-block",
"title": {
"zh": "飞书小组件",
"en": "Lark Mini-Program Widget"
}
},
{
"path": "miniapp-lark",
"title": {
"zh": "飞书小程序",
"en": "Lark Mini Program"
}
},
{
"path": "miniapp-tt",
"title": {
"zh": "字节小程序",
"en": "Byte Mini Program"
}
}
]
}
]
},
{
"path": "custom-extension",
"title": {
"zh": "自定义拓展",
"en": "Custom Extension"
},
"children": [
{
"path": "miniapp-block",
"path": "custom-animation",
"title": {
"zh": "飞书小组件",
"en": "Lark Mini-Program Widget"
"zh": "自定义动画",
"en": "Custom Animation"
}
},
{
"path": "miniapp-lark",
"path": "custom-mark",
"title": {
"zh": "飞书小程序",
"en": "Lark Mini Program"
"zh": "自定义Mark",
"en": "Custom Mark"
}
},
{
"path": "miniapp-tt",
"path": "custom-layout",
"title": {
"zh": "字节小程序",
"en": "Byte Mini Program"
"zh": "自定义布局",
"en": "Custom Layout"
}
}
]
Expand All @@ -625,6 +664,29 @@
"en": "Events"
}
},
{
"path": "intelligent-visualization",
"title": {
"zh": "智能可视化",
"en": "Intelligent Visualization"
},
"children": [
{
"path": "getting-started-vmind",
"title": {
"zh": "VMind快速上手",
"en": "VMind Getting Started"
}
},
{
"path": "getting-started-data-video",
"title": {
"zh": "数据视频入门",
"en": "Getting Started with Data Video"
}
}
]
},
{
"path": "faq",
"title": {
Expand Down

0 comments on commit 911726a

Please sign in to comment.