mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
9 lines
386 B
JavaScript
9 lines
386 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`,
|
|
STORAGE_NETWORK_EXAMPLE: `/advanced/storagenetwork#configuration-example`,
|
|
KSMTUNED_MODE: `/host/#ksmtuned-mode`,
|
|
UPGRADE_URL: `/upgrade/index`
|
|
};
|