docs: add upage usage instructions document

This commit is contained in:
LIlGG
2025-09-26 18:49:06 +08:00
parent 2dd64bc065
commit f4d6e383ce
12 changed files with 273 additions and 102 deletions

View File

@@ -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: '贡献指南',
},
],
};