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
Copy file name to clipboardExpand all lines: project_template/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Deckhouse <PRODUCT_NAME> documentation
2
2
3
-
This is the source for the Deckhouse <PRODUCT_NAME> documentation website.
3
+
This is the source for the Deckhouse <PRODUCT_NAME> documentation website.
4
+
5
+
The project uses [Hugo](gohugo.io) SSG and the [hugo-web-product-module](https://github.com/deckhouse/hugo-web-product-module/) module for a theme (see [README.md](https://github.com/deckhouse/hugo-web-product-module/blob/main/README.md) for details about content markup).
6
+
7
+
Read [`hugo-web-product-module` README.md](https://github.com/deckhouse/hugo-web-product-module/blob/main/README.md) for information about content markup and other details.
8
+
9
+
## How to run the documentation site locally
4
10
5
11
To run locally:
6
12
1. Install werf and docker.
@@ -11,5 +17,3 @@ To run locally:
11
17
```
12
18
13
19
1. Open `http://localhost/products/<PRODUCT_CODE>/documentation/` in your browser (for the english version) or `http://ru.localhost/products/<PRODUCT_CODE>/documentation/` (for the russian version).
14
-
15
-
The project uses the [hugo-web-product-module](https://github.com/deckhouse/hugo-web-product-module).
0 commit comments