Skip to content

Commit d0eb77e

Browse files
fix: update version label from 'latest' to 'main' in docusaurus configuration
latest is now the latest versioned doc, so lets rename latest to main to reflect the development state Signed-off-by: Jakob Möller <[email protected]>
1 parent f42328d commit d0eb77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const config: Config = {
6464
sidebarPath: "./sidebars.ts",
6565
versions: {
6666
current: {
67-
label: "latest",
67+
label: "main",
6868
},
6969
},
7070
// sidebarCollapsed: false,

0 commit comments

Comments
 (0)