docs: add upage usage instructions document
This commit is contained in:
@@ -46,12 +46,22 @@ const sidebars = {
|
||||
{
|
||||
type: 'category',
|
||||
label: '用户指南',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: '用户指南',
|
||||
slug: 'user-guide',
|
||||
},
|
||||
items: [
|
||||
'user-guide/basics',
|
||||
'user-guide/ai-page-generation',
|
||||
'user-guide/page-management',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'contributing',
|
||||
label: '贡献指南',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'faq',
|
||||
@@ -62,11 +72,6 @@ const sidebars = {
|
||||
id: 'changelog',
|
||||
label: '更新日志',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'contributing',
|
||||
label: '贡献指南',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user