mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-23 08:20:52 +00:00
15 lines
373 B
TypeScript
15 lines
373 B
TypeScript
|
export default {
|
||
|
'/': [
|
||
|
{
|
||
|
text: '🚀 快速上手',
|
||
|
collapsed: true,
|
||
|
items: [
|
||
|
{ text: '环境检查', link: '/quick-start/env' },
|
||
|
{ text: '克隆项目', link: '/quick-start/install' },
|
||
|
{ text: '配置项目', link: '/quick-start/config' },
|
||
|
{ text: '启动项目', link: '/quick-start/run' },
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
}
|