mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-20 01:17:19 +00:00
feat: support create versioning docs (#16)
This commit is contained in:
@@ -61,6 +61,17 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight");
|
||||
href: "https://bbs.halo.run",
|
||||
label: "论坛",
|
||||
},
|
||||
{
|
||||
type: 'docsVersionDropdown',
|
||||
position: 'right',
|
||||
dropdownActiveClassDisabled: true,
|
||||
dropdownItemsAfter: [
|
||||
{
|
||||
to: '/versions',
|
||||
label: 'All versions',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
href: "https://github.com/halo-dev/halo",
|
||||
label: "GitHub",
|
||||
|
Reference in New Issue
Block a user