This is an automated email from the ASF dual-hosted git repository.
yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 8184d675a0 docs: update the version info (#496)
8184d675a0 is described below
commit 8184d675a0632082dd4096f839945ca7b48372f2
Author: Louis.z <[email protected]>
AuthorDate: Wed Apr 26 17:48:49 2023 +0800
docs: update the version info (#496)
* docs: update the version info
* fix: ignore sample url check in CI
---------
Co-authored-by: Startrekzky <[email protected]>
---
.lycheeignore | 1 -
docs/GettingStarted/DockerComposeSetup.md | 6 +++---
docs/GettingStarted/HelmSetup.md | 6 +++---
versioned_docs/version-v0.16/GettingStarted/DockerComposeSetup.md | 6 +++---
versioned_docs/version-v0.16/GettingStarted/HelmSetup.md | 4 ++--
5 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/.lycheeignore b/.lycheeignore
index 06c684e9b3..70a3951a4c 100644
--- a/.lycheeignore
+++ b/.lycheeignore
@@ -10,4 +10,3 @@ https://merico.feishu.cn.*
.*sample-url.*
https://github.com/dailidong
-
diff --git a/docs/GettingStarted/DockerComposeSetup.md
b/docs/GettingStarted/DockerComposeSetup.md
index 63d4b1ba86..1321c3450a 100644
--- a/docs/GettingStarted/DockerComposeSetup.md
+++ b/docs/GettingStarted/DockerComposeSetup.md
@@ -12,11 +12,11 @@ sidebar_position: 1
## Launch DevLake
-- Commands written `like this` are to be run in your terminal.
+Commands written `like this` are to be run in your terminal.
-1. Download `docker-compose.yml` and `env.example` from [latest release
page](https://github.com/apache/incubator-devlake/releases/latest) into a
folder.
+1. Download `docker-compose.yml` and `env.example` from the [latest
release](https://github.com/apache/incubator-devlake/releases/tag/v0.16.0-beta17)
into a folder.
2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv
env.example .env` in the terminal. This file contains the environment variables
that the Devlake server will use. Additional ones can be found in the compose
file(s).
-3. If the docker desktop version installed by the user is too low to use
`docker compose up -d`, please use `docker-compose up -d`.
+3. Run `docker-compose up -d` if the version of Docker Desktop is too low to
use `docker compose up -d`.
## Collect data and view dashboards
diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index c16cdd794b..0a56a49fe5 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -22,7 +22,7 @@ To install the chart with release name `devlake`:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
-helm install devlake devlake/devlake --version=0.16.0-beta11
+helm install devlake devlake/devlake --version=0.16.0-beta17
```
And visit your devlake from the node port (32001 by default).
@@ -30,7 +30,7 @@ And visit your devlake from the node port (32001 by default).
http://YOUR-NODE-IP:32001
#### Tips:
-If you are using minikube inside your mac, please use the following command to
forward the port:
+If you are using Minikube inside your Mac, please use the following command to
forward the port:
```shell
kubectl port-forward service/devlake-ui 30090:4000
```
@@ -47,7 +47,7 @@ Grafana URL `http://YOUR-NODE-IP:30091`
```shell
helm repo update
-helm upgrade --install devlake devlake/devlake --version=0.16.0-beta11
+helm upgrade --install devlake devlake/devlake --version=0.16.0-beta17
```
### Uninstall
diff --git a/versioned_docs/version-v0.16/GettingStarted/DockerComposeSetup.md
b/versioned_docs/version-v0.16/GettingStarted/DockerComposeSetup.md
index 0b18b2a868..8d103a5e6e 100644
--- a/versioned_docs/version-v0.16/GettingStarted/DockerComposeSetup.md
+++ b/versioned_docs/version-v0.16/GettingStarted/DockerComposeSetup.md
@@ -12,11 +12,11 @@ sidebar_position: 1
## Launch DevLake
-- Commands written `like this` are to be run in your terminal.
+Commands written `like this` are to be run in your terminal.
-1. Download `docker-compose.yml` and `env.example` from [latest release
page](https://github.com/apache/incubator-devlake/releases/latest) into a
folder.
+1. Download `docker-compose.yml` and `env.example` from the [latest
release](https://github.com/apache/incubator-devlake/releases/tag/v0.16.0-beta17)
into a folder.
2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv
env.example .env` in the terminal. This file contains the environment variables
that the Devlake server will use. Additional ones can be found in the compose
file(s).
-3. If the docker desktop version installed by the user is too low to use
`docker compose up -d`, please use `docker-compose up -d`.
+3. Run `docker-compose up -d` if the version of Docker Desktop is too low to
use `docker compose up -d`.
## Collect data and view dashboards
diff --git a/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
b/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
index cc8798b60b..6bd4a24615 100644
--- a/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
@@ -22,7 +22,7 @@ To install the chart with release name `devlake`:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
-helm install devlake devlake/devlake --version=0.16.0-beta11
+helm install devlake devlake/devlake --version=0.16.0-beta17
```
And visit your devlake from the node port (32001 by default).
@@ -47,7 +47,7 @@ Grafana URL `http://YOUR-NODE-IP:30091`
```shell
helm repo update
-helm upgrade --install devlake devlake/devlake --version=0.16.0-beta11
+helm upgrade --install devlake devlake/devlake --version=0.16.0-beta17
```
### Uninstall