Skip to content

Commit 01fab98

Browse files
authored
Merge pull request #45242 from sftim/20240221_revise_api_reference_local_build_advice
Revise advice about local API reference preview
2 parents ff0af5a + c8dc7cc commit 01fab98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ To update the reference pages for a new Kubernetes release follow these steps:
9999
make api-reference
100100
```
101101

102-
You can test the results locally by making and serving the site from a container image:
102+
You can test the results locally by building and serving the site from a container:
103103

104104
```bash
105-
make container-image
106105
make container-serve
107106
```
108107

0 commit comments

Comments
 (0)