Skip to content

Commit

Permalink
feat(meta): Add supported versions in labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 committed Nov 26, 2024
1 parent 0c3d851 commit 7e7bf56
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,17 @@ const config = {
includeCurrentVersion: true,
versions: {
current: {
label: "1.21.x",
label: "1.21.2 - 1.21.3",
},
"1.21.1": {
label: "1.21 - 1.21.1"
},
"1.20.6": {
label: "1.20.5 - 1.20.6"
},
"1.20.4": {
label: "1.20.3 - 1.20.4"
}
},
},
theme: {
Expand Down

1 comment on commit 7e7bf56

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 7e7bf56862af3b46b45e05de80decc7ac680b910
Status: ✅ Deploy successful!
Preview URL: https://95bc4b38.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-208.neoforged-docs-previews.pages.dev

Please sign in to comment.