Skip to content

Commit 9310350

Browse files
authored
Display the deploy docs on kyma-project.io (#4578)
1 parent d281eba commit 9310350

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install dependencies for the root and backend projects, and to prepare symlin
3232
npm install
3333
```
3434

35-
To learn how to install the dashboard with Istio Ingress and install it in a Kyma cluster, see [Deploying and Accessing Busola in the Kubernetes Cluster](docs/contributor/deploy-access-kubernetes.md).
35+
To learn how to install the dashboard with Istio Ingress and install it in a Kyma cluster, see [Deploying and Accessing Busola in the Kubernetes Cluster](docs/user/01-40-deploy-access-kubernetes.md).
3636

3737
## Usage
3838

@@ -43,7 +43,8 @@ Run the `npm start` command.
4343
- For more information on the Busola configuration, see [Configuration](docs/user/technical-reference/configuration.md).
4444
- For more information on using Busola for development, see [Development](docs/contributor/development.md).
4545
- To learn how to run Busola in Docker, see [Busola in Docker](docs/contributor/busola-docker.md).
46-
- To learn how to deploy and access Busola in the Kubernetes cluster, see [Deploying and Accessing Busola in the Kubernetes Cluster](docs/contributor/deploy-access-kubernetes.md).
46+
- To learn how to deploy and access Busola in the Kubernetes cluster, see [Deploying and Accessing Busola in the Kubernetes Cluster](docs/user/01-40-deploy-access-kubernetes.md).
47+
- To learn how to deploy and access Busola in the k3d cluster, see [Deploying and Accessing Busola in k3d](docs/user/01-41-deploy-access-k3d.md).
4748
- For more information on troubleshooting Busola, see [Troubleshooting](docs/user/troubleshooting-guides/README.md).
4849

4950
## Contributing

docs/enable-tls-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ If your use case needs TLS all the way into the backend Pod, enable it by provid
4949
```
5050

5151
4. If you are using Istio Service Mesh, enable the `destinationrule-busola-backend.yaml` resource in `resources/istio/kustomization.yaml`.
52-
5. Install Busola according to [Deploying and Accessing Busola in a Kubernetes Cluster](./contributor/deploy-access-kubernetes.md).
52+
5. Install Busola according to [Deploying and Accessing Busola in a Kubernetes Cluster](user/01-40-deploy-access-kubernetes.md).
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
> [!TIP]
2121
> For more information, see [Exposing Services](https://k3d.io/v5.6.3/usage/exposing_services/).
2222
23-
2. To deploy Busola in your k3d cluster, follow the steps described in [Deploying Busola in a Kubernetes Cluster](deploy-access-kubernetes.md#deploying-busola-in-a-kubernetes-cluster).
23+
2. To deploy Busola in your k3d cluster, follow the steps described in [Deploying Busola in a Kubernetes Cluster](01-40-deploy-access-kubernetes.md#deploying-busola-in-a-kubernetes-cluster).
2424

2525
3. In your terminal, go to the Busola root folder and run the following command to install Ingress resources:
2626

docs/user/_sidebar.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
export default [
22
{ text: 'Command Palette', link: './01-20-command-palette.md' },
33
{ text: 'Extensibility', link: './01-30-extensibility.md' },
4+
{
5+
text: 'Deploying and Accessing Busola in a Kubernetes Cluster',
6+
link: './01-40-deploy-access-kubernetes.md',
7+
},
8+
{
9+
text: 'Deploying and Accessing Busola in k3d',
10+
link: './01-41-deploy-access-k3d.md',
11+
},
412
{
513
text: 'Troubleshooting Guides',
614
link: './troubleshooting-guides/README.md',

0 commit comments

Comments
 (0)