mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Dockerized raml2html and regenerated kubernetes.html.
This commit is contained in:
@@ -169,10 +169,9 @@ git rebase upstream/master
|
||||
```
|
||||
|
||||
### Regenerating the documentation
|
||||
Install [nodejs](http://nodejs.org/download/), [npm](https://www.npmjs.org/), and
|
||||
[raml2html](https://github.com/kevinrenskers/raml2html), then run:
|
||||
```
|
||||
cd kubernetes/api
|
||||
raml2html kubernetes.raml > kubernetes.html
|
||||
sudo docker build -t kubernetes/raml2html - < raml2html.dockerfile
|
||||
sudo docker run -v `pwd`:/data kubernetes/raml2html
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user