Skip to content

Commit

Permalink
fix: only show versioned docs (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy authored Jan 17, 2025
1 parent 6478167 commit 8390dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const config: Config = {
"classic",
({
docs: {
routeBasePath: "docs",
sidebarPath: require.resolve("./sidebars.ts"),
onlyIncludeVersions: ["4.0.0", "3.4.0"],
},
blog: false,
pages: {},
Expand Down

0 comments on commit 8390dc2

Please sign in to comment.