1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(kube): update doc links to match new menu structure [EE-6759] (#11267)
Some checks failed
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Has been cancelled
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Has been cancelled
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Has been cancelled
ci / build_images (map[arch:arm platform:linux version:]) (push) Has been cancelled
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Has been cancelled
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Has been cancelled
ci / build_images (map[arch:s390x platform:linux version:]) (push) Has been cancelled
/ triage (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
Test / test-client (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:linux]) (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Has been cancelled
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Has been cancelled
Test / test-server (map[arch:arm64 platform:linux]) (push) Has been cancelled
ci / build_manifests (push) Has been cancelled

This commit is contained in:
Matt Hook 2024-03-01 15:37:21 +13:00 committed by GitHub
parent eda2dd20ee
commit e919da3771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 89 additions and 14 deletions

View file

@ -140,7 +140,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
},
},
data: {
docs: '/user/kubernetes/helm',
docs: '/user/kubernetes/inspect-helm',
},
};
@ -153,7 +153,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
},
},
data: {
docs: '/user/kubernetes/services',
docs: '/user/kubernetes/networking/services',
},
};
@ -166,7 +166,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
},
},
data: {
docs: '/user/kubernetes/ingresses',
docs: '/user/kubernetes/networking/ingresses',
},
};
@ -178,6 +178,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesIngressesCreateView',
},
},
data: {
docs: '/user/kubernetes/networking/ingresses/add',
},
};
const ingressesEdit = {
@ -211,6 +214,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesCreateApplicationView',
},
},
data: {
docs: '/user/kubernetes/applications/add',
},
};
const application = {
@ -221,6 +227,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'applicationDetailsView',
},
},
data: {
docs: '/user/kubernetes/applications/inspect',
},
};
const applicationEdit = {
@ -231,6 +240,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesCreateApplicationView',
},
},
data: {
docs: '/user/kubernetes/applications/edit',
},
};
const applicationConsole = {
@ -317,6 +329,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesCreateConfigMapView',
},
},
data: {
docs: '/user/kubernetes/configurations/add-configmap',
},
};
const configMap = {
@ -346,6 +361,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesCreateSecretView',
},
},
data: {
docs: '/user/kubernetes/configurations/add-secret',
},
};
const secret = {
@ -367,7 +385,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
},
},
data: {
docs: '/user/kubernetes/cluster',
docs: '/user/kubernetes/cluster/details',
},
};
@ -379,6 +397,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesNodeView',
},
},
data: {
docs: '/user/kubernetes/cluster/node',
},
};
const nodeStats = {
@ -412,6 +433,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesDeployView',
},
},
data: {
docs: '/user/kubernetes/applications/manifest',
},
};
const resourcePools = {
@ -435,6 +459,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesCreateNamespaceView',
},
},
data: {
docs: '/user/kubernetes/namespaces/add',
},
};
const resourcePool = {
@ -445,6 +472,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesResourcePoolView',
},
},
data: {
docs: '/user/kubernetes/namespaces/manage',
},
};
const resourcePoolAccess = {
@ -455,6 +485,9 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
component: 'kubernetesResourcePoolAccessView',
},
},
data: {
docs: '/user/kubernetes/namespaces/access',
},
};
const volumes = {