We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
## Building the API reference pages
1 parent ff81a89 commit 7e9c5d5Copy full SHA for 7e9c5d5
README-ja.md
@@ -82,21 +82,21 @@ make container-serve
82
83
新しいKubernetesリリースのためにリファレンスページをアップデートするには、次の手順を実行します:
84
85
-1. `api-ref-generator`サブモジュールを取得する:
+1. `api-ref-generator`サブモジュールを取得します:
86
87
```bash
88
git submodule update --init --recursive --depth 1
89
```
90
91
-2. Swagger Specificationを更新する:
+2. Swagger Specificationを更新します:
92
93
94
curl 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json' > api-ref-assets/api/swagger.json
95
96
97
3. `api-ref-assets/config/`内の`toc.yaml`と`fields.yaml`を新しいリリースの変更に合わせます。
98
99
-4. 次に、ページをビルドする:
+4. 次に、ページをビルドします:
100
101
102
make api-reference
0 commit comments