docs: Add upgrade to v0.5.0 documents (#1176)

This commit is contained in:
Fangyin Cheng
2024-02-21 18:29:53 +08:00
committed by GitHub
parent 02abcb7218
commit efef59438e
2 changed files with 137 additions and 1 deletions

View File

@@ -361,7 +361,18 @@ const sidebars = {
id: 'changelog/doc',
},
],
},
{
type: "category",
label: "Upgrade",
collapsed: true,
items: [
{
type: 'doc',
id: 'upgrade/v0.5.0',
},
],
},
{