Skip to content

Commit d537f9c

Browse files
authored
Merge pull request #719 from jakobmoellerdev/latest-to-main
fix: update version label from 'latest' to 'main' in docusaurus configuration
2 parents f42328d + d0eb77e commit d537f9c

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)