You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme). Even if you plan to run the website in a container, we strongly recommend pulling in the submodule and other development dependencies by running the following:
34
-
35
-
### Windows
36
-
37
-
```powershell
38
-
# fetch submodule dependencies
39
-
git submodule update --init --recursive --depth 1
40
-
```
41
-
42
-
### Linux / other Unix
43
-
44
-
```bash
45
-
# fetch submodule dependencies
46
-
make module-init
47
-
```
48
-
49
33
## Running the website using a container
50
34
51
35
To build the site in a container, run the following:
0 commit comments