Skip to content

Commit

Permalink
Add survey banner (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <[email protected]>
Co-authored-by: Daniel Lok <[email protected]>
  • Loading branch information
BenWilson2 and daniellok-db authored Dec 20, 2024
1 parent 4cf31ea commit 2363e08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ const config: Config = {
theme: prismThemes.vsDark,
darkTheme: prismThemes.vsDark,
},
announcementBar: {
id: "survey_bar",
content:
'Help us improve MLflow by taking our <a target="_blank" rel="noopener noreferrer" href="https://surveys.training.databricks.com/jfe/form/SV_cA2jrfBjs6vi6SG">survey</a>!',
backgroundColor: "#0194e2",
textColor: "#ffffff",
isCloseable: false,
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 2363e08

Please sign in to comment.