Skip to content

Commit

Permalink
Stop showing Next and add an announcement bar about SuperDB docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Nov 19, 2024
1 parent f02981e commit d9cd8a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
includeCurrentVersion: false,
sidebarPath: require.resolve("./sidebars.js"),
editUrl: ({docPath}) =>
`https://github.com/brimdata/zed/edit/main/docs/${docPath}`,
Expand All @@ -57,6 +58,14 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'superdb_announce',
content:
'Zed is currently evolving into <a href="https://superdb.org/">SuperDB</a>. While still under construction, early <a href="https://superdb.org/docs/">SuperDB docs</a> are available.',
backgroundColor: '#F9DA46',
textColor: '#000',
isCloseable: false,
},
image: "img/zed-social-image.jpg",
metadata: [
{ name: "twitter:card", content: "summary" },
Expand Down

0 comments on commit d9cd8a9

Please sign in to comment.