Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 8c2b2c9

Browse files
committed
Update getting-started documentation to swap Docker and Docker Compose descriptions and adjust card colors for better clarity across English, Japanese, and Chinese versions.
1 parent 7fd7f6a commit 8c2b2c9

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

docs/en/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ hide:
7979
}
8080

8181
/* 部署方式卡片颜色设置 */
82-
/* Docker卡片 */
82+
/* Docker Compose card */
8383
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(1) {
84-
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
84+
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
8585
}
8686

87-
/* Docker Compose卡片 */
87+
/* Docker card */
8888
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(2) {
89-
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
89+
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
9090
}
9191

9292
/* 宝塔面板卡片 */
@@ -266,23 +266,23 @@ hide:
266266

267267
- :fontawesome-brands-docker:{ .twemoji }
268268

269-
**Docker Single-Container Deployment**
269+
**Docker Compose Deployment** ⭐Recommended
270270

271271
---
272272

273-
Deploy New API quickly with a single Docker imageperfect for personal or small-scale scenarios.
273+
Orchestrate multiple services with Docker Composeideal for production or setups requiring MySQL, Redis, etc.
274274

275-
[Learn more →](installation/docker-installation.md){ .more-link }
275+
[Learn more →](installation/docker-compose-installation.md){ .more-link }
276276

277277
- :fontawesome-brands-docker:{ .twemoji }
278278

279-
**Docker Compose Deployment**
279+
**Docker Single-Container Deployment**
280280

281281
---
282282

283-
Orchestrate multiple services with Docker Composeideal for production or setups requiring MySQL, Redis, etc.
283+
Deploy New API quickly with a single Docker imageperfect for personal or small-scale scenarios.
284284

285-
[Learn more →](installation/docker-compose-installation.md){ .more-link }
285+
[Learn more →](installation/docker-installation.md){ .more-link }
286286

287287
- :material-server:{ .twemoji }
288288

docs/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ hide:
7979
}
8080

8181
/* 部署方式卡片颜色设置 */
82-
/* Docker卡片 */
82+
/* Docker Compose卡片 */
8383
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(1) {
84-
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
84+
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
8585
}
8686

87-
/* Docker Compose卡片 */
87+
/* Docker卡片 */
8888
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(2) {
89-
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
89+
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
9090
}
9191

9292
/* 宝塔面板卡片 */
@@ -266,23 +266,23 @@ hide:
266266

267267
- :fontawesome-brands-docker:{ .twemoji }
268268

269-
**Docker 单容器部署**
269+
**Docker Compose部署** ⭐推荐
270270

271271
---
272272

273-
使用Docker镜像快速部署New API,适合个人使用或小规模应用场景
273+
使用Docker Compose编排多个服务,适合生产环境或需要MySQL、Redis等依赖的场景
274274

275-
[了解更多 →](installation/docker-installation.md){ .more-link }
275+
[了解更多 →](installation/docker-compose-installation.md){ .more-link }
276276

277277
- :fontawesome-brands-docker:{ .twemoji }
278278

279-
**Docker Compose部署**
279+
**Docker 单容器部署**
280280

281281
---
282282

283-
使用Docker Compose编排多个服务,适合生产环境或需要MySQL、Redis等依赖的场景
283+
使用Docker镜像快速部署New API,适合个人使用或小规模应用场景
284284

285-
[了解更多 →](installation/docker-compose-installation.md){ .more-link }
285+
[了解更多 →](installation/docker-installation.md){ .more-link }
286286

287287
- :material-server:{ .twemoji }
288288

docs/ja/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ hide:
7979
}
8080

8181
/* 導入方法カードの色の設定 */
82-
/* Dockerカード */
82+
/* Docker Composeカード */
8383
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(1) {
84-
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
84+
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
8585
}
8686

87-
/* Docker Composeカード */
87+
/* Dockerカード */
8888
.md-typeset .grid.cards:nth-of-type(1) > ul > li:nth-child(2) {
89-
background: linear-gradient(135deg, #0bb8cc 0%, #0bd1b6 100%);
89+
background: linear-gradient(135deg, #2457c5 0%, #2b88d9 100%);
9090
}
9191

9292
/* 宝塔パネルカード */
@@ -266,23 +266,23 @@ hide:
266266

267267
- :fontawesome-brands-docker:{ .twemoji }
268268

269-
**Docker シングルコンテナ導入**
269+
**Docker Composeによる導入** ⭐推奨
270270

271271
---
272272

273-
Dockerイメージを使用してNew APIを迅速に導入します。個人利用や小規模なアプリケーションシナリオに適しています
273+
Docker Composeを使用して複数のサービスをオーケストレーションします。本番環境やMySQL、Redisなどの依存関係が必要なシナリオに適しています
274274

275-
[詳細はこちら →](installation/docker-installation.md){ .more-link }
275+
[詳細はこちら →](installation/docker-compose-installation.md){ .more-link }
276276

277277
- :fontawesome-brands-docker:{ .twemoji }
278278

279-
**Docker Composeによる導入**
279+
**Docker シングルコンテナ導入**
280280

281281
---
282282

283-
Docker Composeを使用して複数のサービスをオーケストレーションします。本番環境やMySQL、Redisなどの依存関係が必要なシナリオに適しています
283+
Dockerイメージを使用してNew APIを迅速に導入します。個人利用や小規模なアプリケーションシナリオに適しています
284284

285-
[詳細はこちら →](installation/docker-compose-installation.md){ .more-link }
285+
[詳細はこちら →](installation/docker-installation.md){ .more-link }
286286

287287
- :material-server:{ .twemoji }
288288

0 commit comments

Comments
 (0)