Skip to content

Commit 4a8bad8

Browse files
committed
docs(website): add changelog link
1 parent dbcb099 commit 4a8bad8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.vitepress/config/sidebar.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ export const sidebar: Record<Locales, DefaultTheme.Sidebar> = {
1414
],
1515
},
1616
{
17-
text: 'Common Packages',
17+
text: 'Core',
1818
items: [
19-
{ text: 'Core', link: '/core/' },
20-
// { text: 'Starter Template', link: '/docs/starter-template' },
21-
// { text: 'Technology Stack', link: '/docs/technology-stack' },
22-
// { text: 'Local Configuration', link: '/docs/local-configuration' },
23-
// { text: 'Proxy Download', link: '/docs/proxy-download' },
24-
// { text: 'CLI Upgrade', link: '/docs/cli-upgrade' },
19+
{ text: 'Usage Docs', link: '/core/' },
20+
{ text: 'Change Log', link: '/core/changelog' },
2521
],
2622
},
2723
],

0 commit comments

Comments
 (0)