Skip to content

Commit 4f411de

Browse files
authored
Merge pull request #49 from Jumoo/version-stuff
version banners
2 parents 9e19318 + 7d72966 commit 4f411de

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

docusaurus.config.js

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,15 @@ const config = {
3535
},
3636
"13.x": {
3737
label: "v13.x - Umbraco 13",
38-
banner: "none",
39-
},
40-
"12.x": {
41-
label: "v12.x - Umbraco 12",
4238
banner: "unmaintained",
4339
},
44-
4540
"10.x": {
4641
label: "v10.x - Umbraco 10",
47-
banner: "none",
42+
banner: "unmaintained",
4843
},
4944
"8.x": {
5045
label: "v8.x - Umbraco 8",
51-
banner: "none",
46+
banner: "unreleased",
5247
},
5348
},
5449
},
@@ -74,20 +69,15 @@ const config = {
7469
},
7570
"13.x": {
7671
label: "v13.x - Umbraco 13",
77-
banner: "none",
78-
},
79-
"12.x": {
80-
label: "v12.x - Umbraco 12",
8172
banner: "unmaintained",
82-
},
83-
73+
},
8474
"10.x": {
8575
label: "v10.x - Umbraco 10",
86-
banner: "none",
76+
banner: "unmaintained",
8777
},
8878
"8.x": {
8979
label: "v8.x - Umbraco 8",
90-
banner: "none",
80+
banner: "unreleased",
9181
},
9282
},
9383
},

i18n/en/code.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@
127127
"message": "Version: {versionLabel}"
128128
},
129129
"theme.docs.versions.unreleasedVersionLabel": {
130-
"message": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
131-
"description": "The label used to tell the user that he's browsing an unreleased doc version"
130+
"message": "This is documentation for {versionLabel}, which is no longer supported.",
131+
"description": "The label used to tell the user that he's browsing an unsupported doc version"
132132
},
133133
"theme.docs.versions.unmaintainedVersionLabel": {
134-
"message": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively developed.",
134+
"message": "This is documentation for {versionLabel}, which is not the current version.",
135135
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
136136
},
137137
"theme.docs.versions.latestVersionSuggestionLabel": {
138-
"message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
138+
"message": "For the {latestVersionLink}, see ({versionLabel}).",
139139
"description": "The label used to tell the user to check the latest version"
140140
},
141141
"theme.docs.versions.latestVersionLinkLabel": {

tm_versions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
"13.x",
3-
"12.x",
43
"10.x",
54
"8.x"
65
]

versions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
"13.x",
3-
"12.x",
43
"10.x",
54
"8.x"
65
]

0 commit comments

Comments
 (0)