Skip to content

doc: remove outdated docs #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ More info about KusionStack ControllerMesh 👉 [Doc.](https://kusionstack.io/d

<p align="center"><img width="800" src="./docs/img/mesh-arch-2.png"/></p>

Visit [Quick Start](docs/getting-started.md) or [Installation](docs/installation.md).
Visit [Try a Sample](https://www.kusionstack.io/docs/ctrlmesh/started/try) or [Installation](https://www.kusionstack.io/docs/ctrlmesh/started/install).
## Principles

Generally, a `ctrlmesh-proxy` container will be injected into each operator Pod that has configured in ShardingConfigs.
Expand Down
111 changes: 0 additions & 111 deletions docs/getting-started.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ helm repo add kusionstack https://kusionstack.github.io/charts
$ helm repo update kusionstack

# Install the latest version.
$ helm install ctrlmesh kusionstack/ctrlmesh --version v0.1.0
$ helm install ctrlmesh kusionstack/ctrlmesh

# Upgrade to the latest version
$ helm upgrade ctrlmesh kusionstack/ctrlmesh
Expand Down