Skip to content

Commit

Permalink
chore(website): add announcement banner lerna talks
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored and juristr committed Aug 30, 2022
1 parent f5c8480 commit 8fe2220
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docusaurus.config.js
Expand Up @@ -65,6 +65,14 @@ const config = {
contextualSearch: false,
searchPagePath: false,
},
announcementBar: {
id: "lerna-talks",
content:
'Do not miss Lerna talks at <a target="_blank" style="font-weight: bolder" rel="noopener noreferrer" href="https://nx.dev/conf?utm_source=lerna.js.org">NxConf on October 17!</a>',
backgroundColor: "#9333EA",
textColor: "#FFFFFF",
isCloseable: false,
},
colorMode: {
defaultMode: "light",
disableSwitch: false,
Expand Down

0 comments on commit 8fe2220

Please sign in to comment.