📝 Docs: 升级到 Docusaurus V3 (#2956)

This commit is contained in:
StarHeart
2024-10-22 10:33:48 +08:00
committed by GitHub
parent 533e8794b2
commit c1c5f57e0b
75 changed files with 6110 additions and 4739 deletions

View File

@ -123,5 +123,35 @@
}
]
}
],
"changelog": [
{
"type": "category",
"label": "更新日志",
"collapsible": false,
"items": [
{
"type": "link",
"label": "最近更新",
"href": "/changelog/"
},
{
"type": "link",
"label": "v2.1.0",
"href": "/changelog/v2.1.0"
},
{
"type": "link",
"label": "v2.0.0-beta.2",
"href": "/changelog/v2.0.0-beta.2"
},
{
"type": "link",
"label": "v2.0.0a7",
"href": "/changelog/v2.0.0a7"
}
],
"collapsed": false
}
]
}