Commit Graph

10 Commits

Author SHA1 Message Date
Neil MacDougall ee699c1868
Add SUSE Collective doc link (prime) (#10496)
* Add SUSE Collective link (Prime)

* Fix merge issue

* Fix merge formatting issue

* Delete shell/pages/support/collective.vue

* Fix trailing spaces

* Fix for rename of PO in rebase

* Update tags - only admin can configure links

* Only reset links when admin user
2024-02-28 13:33:51 +00:00
Richard Cox a0c8cf3bd5 Ensure home page `Get Started` link uses correct docs base
- There's already a link ``Docs` that uses a var containing the correct root url
- This PR updates the link to the docs overview page to use the same root
- This means both links to docs go out to `https://ranchermanager.docs.rancher.com/v2.8`
2023-11-17 16:36:14 +00:00
Nancy 1bc97423d0
change getting started link to point ot rancher docs; remove no-longer-used /docs pages (#9794) 2023-09-27 13:26:28 -07:00
huacheng 1ab196427a Unit test to check CN forum links 2023-07-13 15:23:26 +08:00
huacheng 9637887e83 Update CN community links 2023-07-10 23:29:50 +08:00
Giuseppe Leo 01eeb0548f
Add recommended lint rules globally (#8997)
* Update configuration

* Create default config for eslint

* Restore plugin:vue/recommended

* Add exceptions and overrides

* Correct manually remaining issues

* Adding further picked exceptions groupped up

* Fix or disable specific cases manually and singularly

* Add naming linting exception

* Remove unused variable in component

* Move rules to default

* Autocorrect rancher/components linting issues

* Configure VSCode to use multiple files, to display linting for rancher components

* Disable jest lint hook restriction for string list component

* Autofix
2023-06-23 17:02:55 +02:00
Nancy 14afb83a72
Revert "get docs base url version from getVersionInfo (#7436)" (#7863)
This reverts commit 129568d991.
2023-01-10 11:12:13 -07:00
Nancy 129568d991
get docs base url version from getVersionInfo (#7436)
*update docs links in translation file

*update chinese translation doc links

* fetch latest rancher version tag to determine doc url versioning

* fix hardcoded links to 2.6-only documentation

* update doc base url
2023-01-04 09:09:26 -07:00
Neil MacDougall f0df19764f
Add node inactive warning indicator (#7548) 2022-11-28 09:15:15 +00:00
Neil MacDougall 6481644579
Customisable links support (#7131)
* Implement Rancher Prime changes.

* Implement Rancher Prime endpoint.

* squash

* Implement Rancher Prime endpoint.

* squash

* fix proxy.

* Fix support page links.

* merge master.

* Fix nuxt config.

* test without /rancherversion

* Fix links.

* Merge tify up - rename back to hasSupport for less change

* Fix version metadata fetching

* Allow links to be edited

* Fix lint, revert changed to KeyValue

* Remove unused code

* Fix typo

* Add support for linkOptions

* Add name to component

* File an issue link should go to choose page

* Fix typo

* Fix issue with legacy settings

* Address PR feedback

* Remove todo that was done

Co-authored-by: Shavindra <shavindra@users.noreply.github.com>
2022-10-11 14:11:22 +01:00