Skip to content

Commit

Permalink
docs: add announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 2, 2024
1 parent 884a77b commit 5efb40d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions www/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -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
19 changes: 11 additions & 8 deletions www/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,17 @@ const config: Config = {
respectPrefersColorScheme: false,
},

// announcementBar: {
// id: "under_construction",
// content:
// "🚨 <strong>EXPERIMENTAL</strong>: Rugpi <strong>is still experimental</strong>. 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 <a href="/rugpi/blog/releases/0.6">release blog post</a>.
`,
backgroundColor: "#bdddfb",
// backgroundColor: "#bdddfb",
// textColor: "#000000",
isCloseable: false,
},
navbar: {
title: "Rugpi",
logo: {
Expand Down

0 comments on commit 5efb40d

Please sign in to comment.