Commit Graph

49 Commits

Author SHA1 Message Date
vickyhella
5cd6c930f1 Fix broken links 2023-09-08 17:28:15 +08:00
Tobias Lindberg
3273b865d0 fix: permission typo 2023-08-03 21:28:20 +02:00
Richard Case
a46ff028e1 docs: update the permissions for EKS (#689)
* docs: update the permissions for EKS

Added a missing permission to the example policy as this is required by
the eks-operator to cleanly delete a cluster.

Signed-off-by: Richard Case <richard.case@suse.com>

* syncing with versioned docs + canonical links

---------

Signed-off-by: Richard Case <richard.case@suse.com>
Co-authored-by: martyav <marty.avedon@suse.com>
2023-06-29 17:26:29 -04:00
martyav
0ea20a26ab added trailing slash to close tag 2023-06-10 21:39:06 -04:00
martyav
6aefcd5d44 canonicized openldap-config-reference 2023-06-10 21:34:09 -04:00
Billy Tat
9f65c72d92 Merge pull request #647 from btat/broken-links-8
Fix broken links - Part 8
2023-06-05 12:46:40 -07:00
Billy Tat
2352ff4b4f Fix broken links - Part 7 (#646)
* Fix links

* Apply suggestions from code review

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

---------

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-06-01 18:02:46 -04:00
Billy Tat
14f94957f5 Fix broken links - Part 5 (#644)
* Fix external links

* Apply suggestions from code review

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

---------

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-06-01 17:18:49 -04:00
Billy Tat
d1ff3db699 Merge pull request #641 from btat/broken-links-2
Fix broken links - Part 2
2023-06-01 09:23:01 -07:00
Billy Tat
e648b427cd Merge pull request #640 from btat/broken-links-1
Fix broken links - Part 1
2023-06-01 09:22:44 -07:00
Billy Tat
00c6a23660 Fix links 2023-05-31 16:02:28 -07:00
Billy Tat
5aff8986c8 Fix links to RKE2 docs
Check shows link as dead, but page redirects. The target site uses Docusaurus
which shows a 404 initially then redirects due to the trailing slash used.
2023-05-31 15:34:09 -07:00
Billy Tat
485536080d Fix broken links 2023-05-31 15:29:19 -07:00
Marty Hernandez Avedon
c7f7b91719 #420 Adding canonical refs to ./getting-started part 3/10 (#622)
* canonicized helm-chart-options

* canonicized tls-settings

* canonicized port-requirments

* canonicized docker-install-commands

2.0-2.4 don't appear to have sorresponding pages

* canonicized install-docker

* canonicized install-kubernetes

* fixed typos and incorrect pages
2023-05-26 14:19:30 -04:00
Marty Hernandez Avedon
8a3d8b1068 #420 Adding canonical refs to ./getting-started part 2/10 (#621)
* canonicized rollbacks.md

* canonicized troubleshooting.md

* canonicized upgrades.md

there were two corresponding pages for 2.0-2.4, one for helm 2 and one for helm 3, so i added canonical refs for both

* canonicized feature-flags

2.0-2.4 and 2.5 pages were in different folders

* corrected url on feature flags
2023-05-26 14:18:59 -04:00
Billy Tat
07ac0dbad1 Add keywords to metadata to test SEO impact (#605) 2023-05-16 11:50:24 -04:00
Marty Hernandez Avedon
d4527d6d13 #420 Test Docusaurus head metadata override of autogenerated canonical annotations (#604)
* #420 Test Docusaurus head metadata override of autogenerated canonical annotations

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-05-15 17:33:46 -04:00
Billy Tat
4827b918ff Remove 2.6 CLI download steps from 2.5 page 2023-05-08 16:19:48 -07:00
Marty Hernandez Avedon
10eb5c4250 Version number link label is incorrect (#594)
The v2.5 version of this page states that the user will see a link labeled "v2.6" in the Rancher UI. This is clearly a typo. If the user is on 2.5.x, they'll see v2.5.x listed in that link. The link points to the /dashboard/about page in the Rancher UI which contains further information about the user's version of Rancher.
2023-05-08 15:14:05 -04:00
Marty Hernandez Avedon
d26f8de3a2 Fixing missing or broken links (#584)
* fixing missing or broken links

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2023-05-02 17:56:42 -04:00
Marty Hernandez Avedon
08aa193918 #207 Special note on rhel/centos provisioning (#543)
* #207 Special note on rhel/centos provisioning

* word change

* word change

* typo fix

* formating

* added note for nutanix, vsphere, rm'd from amazon

* accidentally removed whole section, not just subsection

* Update docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/amazon-ec2.md

* versioned_docs 2.6 updated

* versioned_docs 2.5 updated

issue first raised in 2.5.6

* spacing

* spaced other note to match
2023-04-26 17:01:39 -04:00
Marty Hernandez Avedon
470d730424 #501 feature flags missing from documentation (#504)
* #501 Undocumented feature flags in 2.7.x

did a refresh of the feature flag page while waiting for a response to request for blurbs

* undocumented features listed with blurbs based on the UI

* typo fix

* Apply suggestions from code review

Co-authored-by: Brad Davidson <brad@oatmail.org>

* note about discontinued flags, rewording descriptions, updated table to rm things that have been available since before 2.5

* added rke1 flag info, updated 2.6 page

* added 2.5 page

* rm'd pointless column from 2.5 table

* updated based on suggestions from code review

* rm'd specific mention of version

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Brad Davidson <brad@oatmail.org>
Co-authored-by: Billy Tat <btat@suse.com>
2023-04-17 11:19:12 -04:00
Robert Fekete
92df620622 Update Logging operator links (#443)
* Update Logging operator doc links

* Update links to Logging operator project page

* Update name of the Banzai Cloud Logging operator to Logging operator

* Fix broken link

* Update docs/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.5/explanations/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.5/explanations/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update docs/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Update versioned_docs/version-2.6/integrations-in-rancher/logging/migrate-to-rancher-v2.5+-logging.md

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>

* Adds a linebreak between an id tag and a title

* inconsistent casing fixed

---------

Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-28 10:48:10 -08:00
Gabriel Blais-Duchesne
ad1b948b80 Apply the remaining suggestions from code review
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-17 08:48:21 -05:00
Gabriel Blais-Duchesne
4191187c09 Apply rephrasing suggestion from code review
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
2023-02-17 08:27:37 -05:00
Gabriel Blais-Duchesne
1fd6a63c3a Add details for empty folder field in S3 backups 2023-02-16 11:23:12 -05:00
Guilherme Macedo
c594f98f4d Add new CVEs for Rancher v2.7, v2.6 and v2.5
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-01-25 14:22:49 -03:00
Billy Tat
baf8137c7f Globally import Tabs and TabItem 2022-12-07 14:39:54 -08:00
Billy Tat
421d791dd2 Merge branch 'main' into main-to-release/v2.7 2022-11-16 10:29:26 -08:00
Billy Tat
bb76e99d20 Convert h1 to h2 (2.5) 2022-10-28 17:09:19 -07:00
Vaishnav Gaikwad
f0196c62ee remove pipeline references 2022-10-25 17:02:09 -07:00
Billy Tat
d964feaabd Apply PR#241 to versioned docs and Chinese docs
Remove HTTP protocol portion from systemDefaultRegistry example
2022-10-03 15:02:39 -07:00
Billy Tat
c390289797 Remove unsupported front matter fields 2022-09-23 10:11:24 -07:00
vickyhella
6f187bee01 Fix links and formatting 2022-09-15 17:48:58 +08:00
vickyhella
efb87b2abd Change tab indentations to space indentations 2022-09-13 22:40:56 +08:00
Kotaro Inoue
ff886181b5 Fix outdated repository URL for versioned docs 2022-09-13 11:18:20 +09:00
Catherine Luse
5fdfa52386 Fix tables of contents, headers and formatting 2022-09-10 00:26:51 -07:00
Catherine Luse
11ebb7d341 Merge pull request #17 from vickyhella/vk-docusaurus
Fix formats and change tab indentation to space indentation
2022-09-09 20:51:10 -07:00
Billy Tat
80b78c98d5 Sync content from rancher/docs
Start: cb708da8d Jul 7 2022
End: 09d646cfc Sep 2 2022
2022-09-09 14:21:51 -07:00
vickyhella
b9436d71e6 Fix formats and change tab indentation to space indentation 2022-09-09 11:56:17 +08:00
Jennifer Travinski
dd65c8e4d5 Fixing links 2022-09-08 17:20:51 -04:00
Jennifer Travinski
e9ed7a3616 Updating links 2022-09-08 14:51:14 -04:00
Jennifer Travinski
a146ecbcb1 Updating files 2022-09-07 16:52:11 -04:00
Jennifer Travinski
7716809bb1 Updating 2.0-2.4 docs with new structure; correcting other docs in 2.5, 2.6 2022-09-06 14:57:33 -04:00
Jennifer Travinski
a2c2284a7d Adding new 2.5 docs; updating 2.6 docs 2022-09-06 11:25:43 -04:00
Billy Tat
6071f91992 Fix links 2022-09-02 21:58:26 -07:00
Billy Tat
33a5630ee9 Fix links 2022-09-01 16:56:01 -07:00
Billy Tat
ce19e2e8be Fix links 2022-09-01 14:57:40 -07:00
Billy Tat
81cead2c90 2.5: Apply Divio and update links 2022-08-19 15:48:28 -07:00