docs: add upage usage instructions document

This commit is contained in:
LIlGG
2025-09-28 15:26:44 +08:00
parent f4d6e383ce
commit e6747664c2
17 changed files with 720 additions and 412 deletions

View File

@@ -58,20 +58,25 @@ const sidebars = {
],
},
{
type: 'doc',
id: 'contributing',
type: 'category',
label: '贡献指南',
link: {
type: 'doc',
id: 'contributing/contributing',
},
items: [
'contributing/code-of-conduct',
'contributing/ways-to-contribute',
'contributing/development-setup',
'contributing/code-standards',
'contributing/workflow',
],
},
{
type: 'doc',
id: 'faq',
label: '常见问题',
},
{
type: 'doc',
id: 'changelog',
label: '更新日志',
},
],
};