Skip to content

Commit

Permalink
Expose main branch on website (#290)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos <[email protected]>
  • Loading branch information
Janos authored Apr 25, 2024
1 parent cf87962 commit 8f6dc48
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ const config: Config = {
path: "next",
banner: "unreleased",
noIndex: true
}/*,
},
"main": {
label: "1.8.x",
path: "next",
label: "Development",
path: "main",
banner: "unreleased",
noIndex: true
}*/
}
},
routeBasePath: "/docs",
editUrl: ({ version, docPath }) => {
Expand Down Expand Up @@ -283,6 +283,10 @@ const config: Config = {
label: "v1.7.x (next)",
href: "/docs/next"
},
{
label: "Development",
href: "/docs/main"
},
],
},

Expand Down

0 comments on commit 8f6dc48

Please sign in to comment.