update: `## Building the API reference pages`

pull/46256/head
Junya Okabe 2024-05-08 14:31:44 +09:00
parent ff81a892bd
commit 7e9c5d5f57
1 changed files with 3 additions and 3 deletions

View File

@ -82,13 +82,13 @@ make container-serve
新しいKubernetesリリースのためにリファレンスページをアップデートするには、次の手順を実行します:
1. `api-ref-generator`サブモジュールを取得す:
1. `api-ref-generator`サブモジュールを取得します:
```bash
git submodule update --init --recursive --depth 1
```
2. Swagger Specificationを更新す:
2. Swagger Specificationを更新します:
```bash
curl 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json' > api-ref-assets/api/swagger.json
@ -96,7 +96,7 @@ make container-serve
3. `api-ref-assets/config/`内の`toc.yaml`と`fields.yaml`を新しいリリースの変更に合わせます。
4. 次に、ページをビルドす:
4. 次に、ページをビルドします:
```bash
make api-reference