From f02c1961da960bd5d62f907ad454d08fdcb0db44 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 6 Dec 2022 13:38:25 -0800 Subject: [PATCH] Use new site URL Update references of references of docs.ranchermanager.rancher.io to ranchermanager.docs.rancher.com --- dev-resources/algolia-search/config.json | 4 +- docusaurus.config.js | 2 +- src/pages/versions.md | 58 ++++++++++++------------ static/CNAME | 2 +- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/dev-resources/algolia-search/config.json b/dev-resources/algolia-search/config.json index 855ad47514b..6bbe7d33b7b 100644 --- a/dev-resources/algolia-search/config.json +++ b/dev-resources/algolia-search/config.json @@ -1,7 +1,7 @@ { "index_name": "docs_ranchermanager_rancher_io", - "sitemap_urls": ["http://docs.ranchermanager.rancher.io/sitemap.xml"], - "start_urls": ["http://docs.ranchermanager.rancher.io/"], + "sitemap_urls": ["http://ranchermanager.docs.rancher.com/sitemap.xml"], + "start_urls": ["http://ranchermanager.docs.rancher.com/"], "selectors": { "lvl0": "", "lvl1": "article h1", diff --git a/docusaurus.config.js b/docusaurus.config.js index 4827f723256..36ce7532e8a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,7 +3,7 @@ module.exports = { title: 'Rancher Manager', tagline: '', - url: 'http://docs.ranchermanager.rancher.io/', + url: 'http://ranchermanager.docs.rancher.com/', baseUrl: '/', onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', diff --git a/src/pages/versions.md b/src/pages/versions.md index f1f66e363db..9d29d9c15bc 100644 --- a/src/pages/versions.md +++ b/src/pages/versions.md @@ -11,7 +11,7 @@ Below are the documentation and release notes for the currently released version - + @@ -22,7 +22,7 @@ Below are the documentation and release notes for the currently released version
v2.7.0DocumentationDocumentation Release Notes Support Matrix
- + @@ -33,7 +33,7 @@ Below are the documentation and release notes for the currently released version
v2.6.9DocumentationDocumentation Release Notes Support Matrix
- + @@ -48,55 +48,55 @@ Below are the documentation and release notes for previous versions of Rancher 2
v2.5.16DocumentationDocumentation Release Notes Support Matrix
- + - + - + - + - + - + - + - + - + @@ -109,97 +109,97 @@ Below are the documentation and release notes for previous versions of Rancher 2
v2.6.8DocumentationDocumentation Release Notes Support Matrix
v2.6.7DocumentationDocumentation Release Notes Support Matrix
v2.6.6DocumentationDocumentation Release Notes Support Matrix
v2.6.5DocumentationDocumentation Release Notes Support Matrix
v2.6.4DocumentationDocumentation Release Notes Support Matrix
v2.6.3DocumentationDocumentation Release Notes Support Matrix
v2.6.2DocumentationDocumentation Release Notes Support Matrix
v2.6.1DocumentationDocumentation Release Notes Support Matrix
v2.6.0DocumentationDocumentation Release Notes Support Matrix
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -214,6 +214,6 @@ Below is the documentation for legacy versions of Rancher 2.0 - 2.4.x:
v2.5.15DocumentationDocumentation Release Notes Support Matrix
v2.5.14DocumentationDocumentation Release Notes Support Matrix
v2.5.13DocumentationDocumentation Release Notes Support Matrix
v2.5.12DocumentationDocumentation Release Notes Support Matrix
v2.5.11DocumentationDocumentation Release Notes Support Matrix
v2.5.10DocumentationDocumentation Release Notes Support Matrix
v2.5.9DocumentationDocumentation Release Notes Support Matrix
v2.5.8DocumentationDocumentation Release Notes Support Matrix
v2.5.7DocumentationDocumentation Release Notes Support Matrix
v2.5.6DocumentationDocumentation Release Notes Support Matrix
v2.5.5DocumentationDocumentation Release Notes Support Matrix
v2.5.4DocumentationDocumentation Release Notes Support Matrix
v2.5.3DocumentationDocumentation Release Notes Support Matrix
v2.5.2DocumentationDocumentation Release Notes Support Matrix
v2.5.1DocumentationDocumentation Release Notes Support Matrix
v2.5.0DocumentationDocumentation Release Notes Support Matrix
- +
v2.0 - v2.4DocumentationDocumentation
\ No newline at end of file diff --git a/static/CNAME b/static/CNAME index ea7010f3bf8..f25c1ee3171 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -docs.ranchermanager.rancher.io \ No newline at end of file +ranchermanager.docs.rancher.com \ No newline at end of file