mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
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`,
|
|
};
|