mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
(cherry picked from commit dc683a50a45e2a56d67e8852661a11201fcf1389) Signed-off-by: Nick Chung <nick.chung@suse.com> Co-authored-by: Nick Chung <Nick.Chung@suse.com>
11 lines
535 B
JavaScript
11 lines
535 B
JavaScript
// suffix of doc link, see utils/feature-flags.js how to get complete doc link
|
|
export const DOC = {
|
|
CONSOLE_URL: `/host/#remote-console`,
|
|
RANCHER_INTEGRATION_URL: `/rancher/rancher-integration`,
|
|
KSMTUNED_MODE: `/host/#ksmtuned-mode`,
|
|
UPGRADE_URL: `/upgrade/index`,
|
|
UPGRADE_CONFIG_URL: `/advanced/index#upgrade-config`,
|
|
STORAGE_NETWORK_EXAMPLE: `/advanced/storagenetwork#configuration-example`,
|
|
SUPPORT_BUNDLE_NAMESPACES: `/advanced/index/#support-bundle-namespaces`,
|
|
};
|