@@ -1,12 +1,19 @@
|
||||
### Update Kubernetes reference docs
|
||||
|
||||
This `update-imported-docs.py` script generates the Kubernetes reference docs (component/tool pages, kubectl-command, Kubernetes API reference).
|
||||
The `update-imported-docs` script generates the Kubernetes reference docs (component and tool pages, kubectl-command
|
||||
reference, and Kubernetes API reference).
|
||||
|
||||
<!-- TODO: Update this information -->
|
||||
[Generating Reference Pages for Kubernetes Components and Tools](https://kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-components/) contains detailed instructions for using this tool.
|
||||
For detailed information about the generation process, view the
|
||||
[Generating Reference Documentation Quickstart Guide](https://kubernetes.io/docs/contribute/generate-ref-docs/quickstart/).
|
||||
|
||||
### General Usage
|
||||
|
||||
```shell
|
||||
python3 update-imported-docs.py <config_file> <k8s_release>
|
||||
```
|
||||
./update-imported-docs <configuration-file.yml> <k8s_release>
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```shell
|
||||
./update-imported-docs reference.yml 1.17
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user