Skip to content

Commit a3d6200

Browse files
committed
[docs] remove banner; add latest version link 1.9.11
1 parent f97e012 commit a3d6200

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: docs/docs-beta/docusaurus.config.ts

+12-6
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ const config: Config = {
3939
indexName: process.env.ALGOLIA_INDEX_NAME,
4040
contextualSearch: false,
4141
},
42-
announcementBar: {
43-
id: 'announcementBar',
44-
content: `<div><h3>This is the preview of the new documentation site.</h3> If you have any feedback, please let us know on <a target="_blank" href="https://github.com/dagster-io/dagster/discussions/24816">GitHub</a>. The current documentation can be found at <a target="_blank" href="https://docs.dagster.io/">docs.dagster.io</a>.</div>`,
45-
},
42+
//announcementBar: {
43+
// id: 'announcementBar',
44+
// content: `<div><h3>This is the preview of the new documentation site.</h3> If you have any feedback, please let us know on <a target="_blank" href="https://github.com/dagster-io/dagster/discussions/24816">GitHub</a>. The current documentation can be found at <a target="_blank" href="https://docs.dagster.io/">docs.dagster.io</a>.</div>`,
45+
//},
4646
colorMode: {
4747
defaultMode: 'light',
4848
disableSwitch: false,
@@ -112,9 +112,15 @@ const config: Config = {
112112
// docId: 'changelog',
113113
// position: 'right',
114114
//},
115+
//{
116+
// label: 'Feedback',
117+
// href: 'https://github.com/dagster-io/dagster/discussions/24816',
118+
// position: 'right',
119+
// className: 'feedback-nav-link',
120+
//},
115121
{
116-
label: 'Feedback',
117-
href: 'https://github.com/dagster-io/dagster/discussions/24816',
122+
label: 'Latest version',
123+
href: 'https://docs.dagster.io',
118124
position: 'right',
119125
className: 'feedback-nav-link',
120126
},

0 commit comments

Comments
 (0)