From eabefc694e1de2bb831b1b0667122d6732658904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Wed, 22 Jan 2025 21:30:18 +0100 Subject: [PATCH 1/5] trying to remove the home page of the docs --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6270ebd574..c12bffb057 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -12,10 +12,10 @@ const customObolDarkTheme = { /** @type {import('@docusaurus/types').Config} */ const config = { - title: "Obol Network", + title: "Obol Collective", tagline: "Building Distributed Validators for Ethereum", url: "https://docs.obol.org/", - baseUrl: "/", + baseUrl: "/learn/intro/obol-collective", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", onBrokenAnchors: "warn", From 7ad7c8aee1f75ad018e5b4e6d58cbb86a20d1374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Wed, 22 Jan 2025 21:38:59 +0100 Subject: [PATCH 2/5] trying with a slash at the end --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c12bffb057..dcbf2972c3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { title: "Obol Collective", tagline: "Building Distributed Validators for Ethereum", url: "https://docs.obol.org/", - baseUrl: "/learn/intro/obol-collective", + baseUrl: "/learn/intro/obol-collective/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", onBrokenAnchors: "warn", From 8aca0edd178f29a370e432fd8fa7de24b4fdbc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Wed, 22 Jan 2025 21:52:32 +0100 Subject: [PATCH 3/5] trying with /learn/intro/ --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dcbf2972c3..5dc160dc84 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { title: "Obol Collective", tagline: "Building Distributed Validators for Ethereum", url: "https://docs.obol.org/", - baseUrl: "/learn/intro/obol-collective/", + baseUrl: "/learn/intro/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", onBrokenAnchors: "warn", From 734dc776d2d48d5b3b4b294985f9e674a9a54eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Wed, 22 Jan 2025 22:01:19 +0100 Subject: [PATCH 4/5] trying /learn/ --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5dc160dc84..6676ff8375 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { title: "Obol Collective", tagline: "Building Distributed Validators for Ethereum", url: "https://docs.obol.org/", - baseUrl: "/learn/intro/", + baseUrl: "/learn/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", onBrokenAnchors: "warn", From e964f9c541e312f387b98928030f4e42e2f1654e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Wed, 22 Jan 2025 22:04:44 +0100 Subject: [PATCH 5/5] setting it back to default --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6676ff8375..4e36e47513 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { title: "Obol Collective", tagline: "Building Distributed Validators for Ethereum", url: "https://docs.obol.org/", - baseUrl: "/learn/", + baseUrl: "/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", onBrokenAnchors: "warn",