feat: support create versioning docs (#16)

This commit is contained in:
Ryan Wang
2021-12-12 16:58:35 +08:00
committed by GitHub
parent 8767974c17
commit 65eee57a38
35 changed files with 7133 additions and 3 deletions

View File

@@ -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",