mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 13:41:46 +00:00
* feat: add Network Policiies page Signed-off-by: Andy Lee <andy.lee@suse.com> * ci: add build Signed-off-by: Andy Lee <andy.lee@suse.com> * ci: ensure FROM and TO exist Signed-off-by: Andy Lee <andy.lee@suse.com> * ci: skip commitlint if FROM and TO emtpy Signed-off-by: Andy Lee <andy.lee@suse.com> * revert: unnecessary change * feat: add banner Signed-off-by: Andy Lee <andy.lee@suse.com> --------- Signed-off-by: Andy Lee <andy.lee@suse.com>
13 lines
718 B
JavaScript
13 lines
718 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`,
|
|
VPC_CONFIGURATION_EXAMPLES: `/networking/kubeovn-vpc#vpc-peering-configuration-examples`,
|
|
NETWORK_POLICY: `/networking/kubeovn-vm-isolation/#network-policies`,
|
|
};
|