From 5efb40dacfaa7e571fad9f669b644cb73921b247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Fri, 2 Feb 2024 10:59:55 +0100 Subject: [PATCH] docs: add announcement bar --- www/blog/authors.yml | 4 ++-- www/docusaurus.config.ts | 19 +++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/www/blog/authors.yml b/www/blog/authors.yml index 9e432ea..85124dd 100644 --- a/www/blog/authors.yml +++ b/www/blog/authors.yml @@ -1,5 +1,5 @@ koehlma: name: Maximilian Köhl title: Founder of Silitics - url: https://koehlma.de - image_url: /rugpi/img/authors/koehlma.jpg + url: https://silitics.com + image_url: img/authors/koehlma.jpg diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts index cd040b7..5e0e3d7 100644 --- a/www/docusaurus.config.ts +++ b/www/docusaurus.config.ts @@ -48,14 +48,17 @@ const config: Config = { respectPrefersColorScheme: false, }, - // announcementBar: { - // id: "under_construction", - // content: - // "🚨 EXPERIMENTAL: Rugpi is still experimental. Expect things to change and break. Do not use in production just yet! 🚨", - // backgroundColor: "#FFFF00", - // textColor: "#000000", - // isCloseable: false, - // }, + announcementBar: { + // id: "release", + content: ` + We are excited to announce the release of Rugpi version 0.6! 🎉 + Read the release blog post. + `, + backgroundColor: "#bdddfb", + // backgroundColor: "#bdddfb", + // textColor: "#000000", + isCloseable: false, + }, navbar: { title: "Rugpi", logo: {