File tree Expand file tree Collapse file tree 4 files changed +9
-21
lines changed
Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11[
22 " 13.x" ,
3- " 12.x" ,
43 " 10.x" ,
54 " 8.x"
65]
Original file line number Diff line number Diff line change 11[
22 " 13.x" ,
3- " 12.x" ,
43 " 10.x" ,
54 " 8.x"
65]
You can’t perform that action at this time.
0 commit comments