diff --git a/docusaurus.config.js b/docusaurus.config.js index 83fcc22..e36f15e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -35,20 +35,15 @@ const config = { }, "13.x": { label: "v13.x - Umbraco 13", - banner: "none", - }, - "12.x": { - label: "v12.x - Umbraco 12", banner: "unmaintained", }, - "10.x": { label: "v10.x - Umbraco 10", - banner: "none", + banner: "unmaintained", }, "8.x": { label: "v8.x - Umbraco 8", - banner: "none", + banner: "unreleased", }, }, }, @@ -74,20 +69,15 @@ const config = { }, "13.x": { label: "v13.x - Umbraco 13", - banner: "none", - }, - "12.x": { - label: "v12.x - Umbraco 12", banner: "unmaintained", - }, - + }, "10.x": { label: "v10.x - Umbraco 10", - banner: "none", + banner: "unmaintained", }, "8.x": { label: "v8.x - Umbraco 8", - banner: "none", + banner: "unreleased", }, }, }, diff --git a/i18n/en/code.json b/i18n/en/code.json index da4b845..e4fa262 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -127,15 +127,15 @@ "message": "Version: {versionLabel}" }, "theme.docs.versions.unreleasedVersionLabel": { - "message": "This is unreleased documentation for {siteTitle} {versionLabel} version.", - "description": "The label used to tell the user that he's browsing an unreleased doc version" + "message": "This is documentation for {versionLabel}, which is no longer supported.", + "description": "The label used to tell the user that he's browsing an unsupported doc version" }, "theme.docs.versions.unmaintainedVersionLabel": { - "message": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively developed.", + "message": "This is documentation for {versionLabel}, which is not the current version.", "description": "The label used to tell the user that he's browsing an unmaintained doc version" }, "theme.docs.versions.latestVersionSuggestionLabel": { - "message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).", + "message": "For the {latestVersionLink}, see ({versionLabel}).", "description": "The label used to tell the user to check the latest version" }, "theme.docs.versions.latestVersionLinkLabel": { diff --git a/tm_versions.json b/tm_versions.json index b33fbb5..dc85869 100644 --- a/tm_versions.json +++ b/tm_versions.json @@ -1,6 +1,5 @@ [ "13.x", - "12.x", "10.x", "8.x" ] diff --git a/versions.json b/versions.json index b33fbb5..dc85869 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,5 @@ [ "13.x", - "12.x", "10.x", "8.x" ]