|
|
@@ -87,6 +87,13 @@ function guideSidebar(): DefaultTheme.SidebarItem[] {
|
|
|
{ text: 'Syntax description', link: 'project-configuration/syntax-description' },
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ text: 'Package Management',
|
|
|
+ collapsed: false,
|
|
|
+ items: [
|
|
|
+ { text: 'Remote package', link: 'package-management/remote-package' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
text: 'Extensions',
|
|
|
collapsed: false,
|