Skip to content

Commit 26a507b

Browse files
authored
[Docs] Only create version dropdown entries for minor versions (#29124)
## Summary & Motivation See title -- to keep the version switcher from getting super long, only create new entries in the version picker for minor versions. Since the 1.10.10 release branch has already been cut, I set the most recent release to 1.10.11. ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. --------- Signed-off-by: nikki everett <[email protected]>
1 parent 02fa4bc commit 26a507b

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

Diff for: docs/dagsterVersions.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
{
2-
"1.10.9": "https://release-1-10-9.archive.dagster-docs.io/",
3-
"1.10.8": "https://release-1-10-8.archive.dagster-docs.io/",
4-
"1.10.7": "https://release-1-10-7.archive.dagster-docs.io/",
5-
"1.10.6": "https://release-1-10-6.archive.dagster-docs.io/",
6-
"1.10.5": "https://release-1-10-5.archive.dagster-docs.io/",
7-
"1.10.4": "https://release-1-10-4.archive.dagster-docs.io/",
8-
"1.10.3": "https://release-1-10-3.archive.dagster-docs.io/",
9-
"1.10.2": "https://release-1-10-2.archive.dagster-docs.io/",
10-
"1.10.1": "https://release-1-10-1.archive.dagster-docs.io/",
11-
"1.10.0": "https://release-1-10-0.archive.dagster-docs.io/",
12-
"1.9.13": "https://release-1-9-13.archive.dagster-docs.io/",
13-
"1.9.12": "https://release-1-9-12.archive.dagster-docs.io/",
14-
"1.9.11": "https://release-1-9-11.archive.dagster-docs.io/",
15-
"1.9.10": "https://release-1-9-10.archive.dagster-docs.io/"
2+
"Version 1.9 (1.9.13)": "https://release-1-9-13.archive.dagster-docs.io/"
163
}

Diff for: docs/docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const config: Config = {
185185
lastVersion: 'current',
186186
versions: {
187187
current: {
188-
label: '1.10.10',
188+
label: 'Latest (1.10.11)',
189189
path: '/',
190190
},
191191
},

0 commit comments

Comments
 (0)