Skip to content

Commit b8f60da

Browse files
committed
fix: cli installation location
1 parent 77f3c99 commit b8f60da

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

docs/kusion/1-what-is-kusion/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /
66

77
# Overview
88

9-
Welcome to Kusion! This introduction section covers what Kusion is, the Kusion workflow, and how Kusion compares to other software. If you just want to dive into using Kusion, feel free to skip ahead to the [Getting Started](getting-started/install-kusion) section.
9+
Welcome to Kusion! This introduction section covers what Kusion is, the Kusion workflow, and how Kusion compares to other software. If you just want to dive into using Kusion, feel free to skip ahead to the [Getting Started](../2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md) section.
1010

1111
## What is Kusion?
1212

docs/kusion/2-getting-started/1-install-kusion.md renamed to docs/kusion/2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# Install Kusion
4+
# Install Kusion CLI
55

66
You can install the latest Kusion CLI on MacOS, Linux and Windows.
77

docs/kusion/2-getting-started/2-getting-started-with-kusion-cli/1-deliver-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we will walk through how to deploy a quickstart application on
1010

1111
Before we start to play with this example, we need to have the Kusion CLI installed and run an accessible Kubernetes cluster. Here are some helpful documents:
1212

13-
- Install [Kusion CLI](../1-install-kusion.md).
13+
- Install [Kusion CLI](../2-getting-started-with-kusion-cli/0-install-kusion.md).
1414
- Run a [Kubernetes](https://kubernetes.io) cluster. Some light and convenient options for Kubernetes local deployment include [k3s](https://docs.k3s.io/quick-start), [k3d](https://k3d.io/v5.4.4/#installation), and [MiniKube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node).
1515

1616
## Initialize Project

docs/kusion/2-getting-started/3-getting-started-with-kusion-server/1-deliver-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we will walk through how to deploy a quickstart application on
1010

1111
Before we start to play with this example, we need to have the Kusion Server installed and run an accessible Kubernetes cluster. Here are some helpful documents:
1212

13-
- Install [Kusion Server](../1-install-kusion.md).
13+
- Install [Kusion Server](../2-getting-started-with-kusion-cli/0-install-kusion.md).
1414
- Run a [Kubernetes](https://kubernetes.io) cluster. Some light and convenient options for Kubernetes local deployment include [k3s](https://docs.k3s.io/quick-start), [k3d](https://k3d.io/v5.4.4/#installation), and [MiniKube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node).
1515

1616
## Initialize Backend, Source, and Workspace

docs/kusion/2-getting-started/3-getting-started-with-kusion-server/2-deliver-quickstart-with-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we will learn how to create and manage our own application wit
1010

1111
Before we start to play with this example, we need to have the Kusion Server installed and run an accessible Kubernetes cluster. Besides, we need to have a GitHub account to initiate our own config code repository as `Source` in Kusion.
1212

13-
- Install [Kusion Server](../1-install-kusion.md).
13+
- Install [Kusion Server](../2-getting-started-with-kusion-cli/0-install-kusion.md).
1414
- Run a [Kubernetes](https://kubernetes.io) cluster. Some light and convenient options for Kubernetes local deployment include [k3s](https://docs.k3s.io/quick-start), [k3d](https://k3d.io/v5.4.4/#installation), and [MiniKube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node).
1515

1616

docs/kusion/5-user-guides/1-using-kusion-cli/1-cloud-resources/1-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tutorial will demonstrate how to deploy a WordPress application with Kusion
1111

1212
## Prerequisites
1313

14-
- Install [Kusion](../../../2-getting-started/1-install-kusion.md).
14+
- Install [Kusion](../../../2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md).
1515
- Install [kubectl CLI](https://kubernetes.io/docs/tasks/tools/#kubectl) and run a [Kubernetes](https://kubernetes.io/) or [k3s](https://docs.k3s.io/quick-start) or [k3d](https://k3d.io/v5.4.4/#installation) or [MiniKube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node) cluster.
1616
- Prepare a cloud service account and create a user with at least **VPCFullAccess** and **RDSFullAccess** related permissions to use the Relational Database Service (RDS). This kind of user can be created and managed in the Identity and Access Management (IAM) console of the cloud vendor.
1717
- The environment that executes `kusion` needs to have connectivity to terraform registry to download the terraform providers.

docs/kusion/5-user-guides/1-using-kusion-cli/2-working-with-k8s/1-deploy-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before we start, we need to complete the following steps:
3131
1、Install Kusion
3232

3333
We recommend using HomeBrew(Mac), Scoop(Windows), or an installation shell script to download and install Kusion.
34-
See [Download and Install](../../../2-getting-started/1-install-kusion.md) for more details.
34+
See [Download and Install](../../../2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md) for more details.
3535

3636
2、Running Kubernetes cluster
3737

docs_versioned_docs/version-v0.14/1-what-is-kusion/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /
66

77
# Overview
88

9-
Welcome to Kusion! This introduction section covers what Kusion is, the Kusion workflow, and how Kusion compares to other software. If you just want to dive into using Kusion, feel free to skip ahead to the [Getting Started](getting-started/install-kusion) section.
9+
Welcome to Kusion! This introduction section covers what Kusion is, the Kusion workflow, and how Kusion compares to other software. If you just want to dive into using Kusion, feel free to skip ahead to the [Getting Started](../2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md) section.
1010

1111
## What is Kusion?
1212

docs_versioned_docs/version-v0.14/2-getting-started/1-install-kusion.md renamed to docs_versioned_docs/version-v0.14/2-getting-started/2-getting-started-with-kusion-cli/0-install-kusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# Install Kusion
4+
# Install Kusion CLI
55

66
You can install the latest Kusion CLI on MacOS, Linux and Windows.
77

docs_versioned_docs/version-v0.14/2-getting-started/2-getting-started-with-kusion-cli/1-deliver-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we will walk through how to deploy a quickstart application on
1010

1111
Before we start to play with this example, we need to have the Kusion CLI installed and run an accessible Kubernetes cluster. Here are some helpful documents:
1212

13-
- Install [Kusion CLI](../1-install-kusion.md).
13+
- Install [Kusion CLI](../2-getting-started-with-kusion-cli/0-install-kusion.md).
1414
- Run a [Kubernetes](https://kubernetes.io) cluster. Some light and convenient options for Kubernetes local deployment include [k3s](https://docs.k3s.io/quick-start), [k3d](https://k3d.io/v5.4.4/#installation), and [MiniKube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node).
1515

1616
## Initialize Project

0 commit comments

Comments
 (0)