Skip to content

Commit

Permalink
docs: land on v9 by default (#7553)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk authored Nov 12, 2024
1 parent 02960e9 commit 84c176a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ const config = {
// Exclude template markdown files from the docs
exclude: ["**/*.template.md"],
// Select the latest version
lastVersion: "v8.5.x",
lastVersion: "v9.0.x",
// Assign banners to specific versions
versions: {
current: {
path: "main",
banner: "unreleased",
},
"v9.0.x": {
path: "v9",
banner: "none",
},
"v8.5.x": {
path: "v8",
banner: "none",
Expand Down

0 comments on commit 84c176a

Please sign in to comment.