docs: add upage usage instructions document
This commit is contained in:
@@ -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: '更新日志',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user