From 00a1b1be63b61d60bb33eb140d4dd41053c97096 Mon Sep 17 00:00:00 2001 From: Adrian Krzeminski Date: Mon, 16 Feb 2026 12:08:02 +0100 Subject: [PATCH 1/3] chore: Remove raph preorder from docs --- src/products/raph-rover.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/products/raph-rover.mdx b/src/products/raph-rover.mdx index a6863ec4..3ae4b77b 100644 --- a/src/products/raph-rover.mdx +++ b/src/products/raph-rover.mdx @@ -1,10 +1,10 @@ import ProductPreview from '@site/src/components/ProductPreview'; From 3c24df13ede392495def9a6cd4e4d2125226a0d4 Mon Sep 17 00:00:00 2001 From: Adrian Krzeminski Date: Mon, 16 Feb 2026 12:09:27 +0100 Subject: [PATCH 2/3] Remove `announcementBar` --- docusaurus.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8ecda010..c89deec2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -277,13 +277,6 @@ const config: Config = { darkTheme: prismThemes.dracula, additionalLanguages: ['bash', 'powershell', 'yaml', 'arduino'], }, - announcementBar: { - id: 'announcementBar_work-in-progress', - content: `Leo Rover 1.9 is out! 🎉 Check out the release notes! Get yours: Developer kit | Assembled`, - backgroundColor: '#c57b2c', - textColor: '#ffffff', - isCloseable: true, - }, } satisfies Preset.ThemeConfig, plugins: [ [ From b6fd8a5e3d8a782d9c450196d801dec54d06aca2 Mon Sep 17 00:00:00 2001 From: Adrian Krzeminski Date: Mon, 16 Feb 2026 12:17:44 +0100 Subject: [PATCH 3/3] Add Raph Rover banner --- docusaurus.config.ts | 7 +++++++ src/css/custom.css | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c89deec2..ed213665 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -277,6 +277,13 @@ const config: Config = { darkTheme: prismThemes.dracula, additionalLanguages: ['bash', 'powershell', 'yaml', 'arduino'], }, + announcementBar: { + id: `raph-rover-launch`, + content: `🚀 Raph Rover is here! Check out the new documentation and get your rover today! Learn more`, + backgroundColor: '#c57b2c', + textColor: '#fff', + isCloseable: true, + }, } satisfies Preset.ThemeConfig, plugins: [ [ diff --git a/src/css/custom.css b/src/css/custom.css index d2a83c2b..a6d1f3de 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -96,10 +96,9 @@ html[data-theme='dark'] { mask-image: url('/icons/discord-icon.svg'); } -div[class^='announcementBar_'] { +.theme-announcement-bar { font-size: 20px; - font-weight: bold; - height: auto; + height: auto !important; } .video-container {