Skip to content

Commit 2adb7d3

Browse files
committed
[docs] remove banner; add latest version link 1.9.13
1 parent c73c44c commit 2adb7d3

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Diff for: .github/workflows/build-docs-revamp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- docs-prod
7+
- 'release-*'
78
paths:
89
- .github/workflows/build-docs-revamp.yml
910
- docs/docs-beta/**

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

+15-9
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const config: Config = {
3434
contextualSearch: false,
3535
},
3636
}),
37-
announcementBar: {
38-
id: 'announcementBar',
39-
content: `<div><h3>Welcome to Dagster's new and improved documentation site!</h3> You can find the legacy documentation with content for versions 1.9.9 and earlier at <a target="_blank" href="https://legacy-docs.dagster.io/">legacy-docs.dagster.io</a>.</div>`,
40-
},
37+
// announcementBar: {
38+
// id: 'announcementBar',
39+
// content: `<div><h3>Welcome to Dagster's new and improved documentation site!</h3> You can find the legacy documentation with content for versions 1.9.9 and earlier at <a target="_blank" href="https://legacy-docs.dagster.io/">legacy-docs.dagster.io</a>.</div>`,
40+
// },
4141
colorMode: {
4242
defaultMode: 'light',
4343
disableSwitch: false,
@@ -112,12 +112,18 @@ const config: Config = {
112112
// type: 'docsVersionDropdown',
113113
// position: 'right'
114114
//},
115+
// {
116+
// label: 'Feedback',
117+
// href: 'https://github.com/dagster-io/dagster/discussions/27332',
118+
// position: 'right',
119+
// className: 'feedback-nav-link',
120+
// },
115121
{
116-
label: 'Feedback',
117-
href: 'https://github.com/dagster-io/dagster/discussions/27332',
118-
position: 'right',
119-
className: 'feedback-nav-link',
120-
},
122+
label: 'Latest version',
123+
href: 'https://docs.dagster.io',
124+
position: 'right',
125+
className: 'feedback-nav-link',
126+
},
121127
],
122128
},
123129
image: 'images/og.png',

0 commit comments

Comments
 (0)