Merge pull request #45242 from sftim/20240221_revise_api_reference_local_build_advice

Revise advice about local API reference preview
pull/45247/head
Kubernetes Prow Robot 2024-02-21 06:20:01 -08:00 committed by GitHub
commit 01fab98aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -99,10 +99,9 @@ To update the reference pages for a new Kubernetes release follow these steps:
make api-reference
```
You can test the results locally by making and serving the site from a container image:
You can test the results locally by building and serving the site from a container:
```bash
make container-image
make container-serve
```