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
This repository is the source of the Logging operator documentation, published at [https://kube-logging.github.io](https://kube-logging.github.io/docs/).
4
+
5
+
The documentation is built using [Hugo](https://gohugo.io/) and the [Docsy theme](https://www.docsy.dev/docs/)
6
+
7
+
## Using this repository
8
+
9
+
You can run the website locally using Hugo (Extended version).
10
+
11
+
### Prerequisites
12
+
13
+
To use this repository, you need the following installed locally:
14
+
15
+
-[npm](https://www.npmjs.com/)
16
+
-[Go](https://go.dev/)
17
+
-[Hugo (Extended version)](https://gohugo.io/)
18
+
19
+
Before you start, install the dependencies. Clone the repository and navigate to the directory:
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:
0 commit comments