Skip to content

Commit dcc702e

Browse files
committed
docs: update website contributing page
1 parent 26d0bd5 commit dcc702e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/content/docs/contributing/website.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ or
6262

6363
```bash
6464
# (in the root of the repository)
65-
make website_expand_templates
65+
make make website_expand_templates
6666

6767
cd docs/
6868

@@ -80,6 +80,17 @@ Also, there is no need to refresh a webpage: hot reload updates changed content
8080
To do this, run:
8181

8282
```bash
83+
# (in the root of the repository)
84+
make docs_build
85+
```
86+
or
87+
88+
```bash
89+
# (in the root of the repository)
90+
make website_copy_jsonschema website_expand_templates
91+
92+
cd docs/
93+
8394
# (inside the docs/ folder)
8495
make build
8596
```

0 commit comments

Comments
 (0)