Skip to content

Commit

Permalink
Announce Cloud Posse's Refarch Docs (#680)
Browse files Browse the repository at this point in the history
* announce refarch docs

* Upgrade docusarus, add announcement bar
  • Loading branch information
osterman authored Aug 22, 2024
1 parent 41048d5 commit 7bfbb1e
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 213 deletions.
10 changes: 9 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config = {
{
DSN: '[email protected]/4507472203087872',
},
],
],
[
path.resolve(__dirname, 'plugins', 'fetch-latest-release'), {}
]
Expand Down Expand Up @@ -198,6 +198,14 @@ const config = {
}
}
},
announcementBar: {
id: 'refarch-announcement',
content:
'Try Cloud Posse\'s <a href="https://docs.cloudposse.com">Reference Architecture for AWS, Datadog & GitHub Actions</a> using Atmos',
backgroundColor: 'var(--announcement-bar-background)',
textColor: 'var(--announcement-bar-text-color)',
isCloseable: true,
},
colorMode: {
// "light" | "dark"
defaultMode: 'dark',
Expand Down
Loading

0 comments on commit 7bfbb1e

Please sign in to comment.