Skip to content

Commit 7e9c5d5

Browse files
committed
update: ## Building the API reference pages
1 parent ff81a89 commit 7e9c5d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ make container-serve
8282

8383
新しいKubernetesリリースのためにリファレンスページをアップデートするには、次の手順を実行します:
8484

85-
1. `api-ref-generator`サブモジュールを取得する:
85+
1. `api-ref-generator`サブモジュールを取得します:
8686

8787
```bash
8888
git submodule update --init --recursive --depth 1
8989
```
9090

91-
2. Swagger Specificationを更新する:
91+
2. Swagger Specificationを更新します:
9292

9393
```bash
9494
curl 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json' > api-ref-assets/api/swagger.json
9595
```
9696

9797
3. `api-ref-assets/config/`内の`toc.yaml``fields.yaml`を新しいリリースの変更に合わせます。
9898

99-
4. 次に、ページをビルドする:
99+
4. 次に、ページをビルドします:
100100

101101
```bash
102102
make api-reference

0 commit comments

Comments
 (0)