Skip to content

Commit

Permalink
docs: set 2.11.5 as the default docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 22, 2024
1 parent bf239f0 commit 450e481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ const config = {
{
redirects: [
{
to: "/docs/2.0.0/overview/introduction",
to: "/docs/2.11.5/overview/introduction",
from: ["/docs/overview/introduction", "/docs"]
},
{
to: "/docs/2.0.0/contributing",
to: "/docs/2.11.5/contributing",
from: ["/docs/contributing"]
},
{
to: "/docs/2.0.0/community",
to: "/docs/2.11.5/community",
from: ["/docs/community"]
},
{
to: "/docs/2.0.0/development/introduction",
to: "/docs/2.11.5/development/introduction",
from: ["/docs/development/introduction"]
}
]
Expand Down

0 comments on commit 450e481

Please sign in to comment.