From 8f6dc4899fc8fc2e23ea7d519f184a1ea1a3425c Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:44:41 +0200 Subject: [PATCH] Expose main branch on website (#290) Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- docusaurus.config.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 56d304ca..ef8c8033 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 }) => { @@ -283,6 +283,10 @@ const config: Config = { label: "v1.7.x (next)", href: "/docs/next" }, + { + label: "Development", + href: "/docs/main" + }, ], },