File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export const DOCUMENTATION = {
30
30
GLOBAL_CONFIG_BUILD_INFRA : `${ DOCUMENTATION_HOME_PAGE } ${ DOCUMENTATION_VERSION } /global-configurations/build-infra` ,
31
31
ENTERPRISE_LICENSE : `${ DOCUMENTATION_HOME_PAGE } /enterprise-license` ,
32
32
KUBE_CONFIG : `${ DOCUMENTATION_HOME_PAGE } ${ DOCUMENTATION_VERSION } /usage/resource-browser#running-kubectl-commands-locally` ,
33
+ TENANT_INSTALLATION : `${ DOCUMENTATION_HOME_PAGE } ${ DOCUMENTATION_VERSION } /usage/software-distribution-hub/tenants` ,
33
34
}
34
35
35
36
export const PATTERNS = {
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import { ReactComponent as ICDockerhub } from '@IconsV2/ic-dockerhub.svg'
44
44
import { ReactComponent as ICEcr } from '@IconsV2/ic-ecr.svg'
45
45
import { ReactComponent as ICEnv } from '@IconsV2/ic-env.svg'
46
46
import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
47
+ import { ReactComponent as ICExpandSm } from '@IconsV2/ic-expand-sm.svg'
47
48
import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
48
49
import { ReactComponent as ICFileKey } from '@IconsV2/ic-file-key.svg'
49
50
import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
@@ -157,6 +158,7 @@ export const iconMap = {
157
158
'ic-ecr' : ICEcr ,
158
159
'ic-env' : ICEnv ,
159
160
'ic-error' : ICError ,
161
+ 'ic-expand-sm' : ICExpandSm ,
160
162
'ic-failure' : ICFailure ,
161
163
'ic-file-key' : ICFileKey ,
162
164
'ic-folder-user' : ICFolderUser ,
You can’t perform that action at this time.
0 commit comments