Skip to content

Commit 2c16b6b

Browse files
committed
Add basic notes on how to update the site
1 parent 5b00885 commit 2c16b6b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Static-ized OSQA-Ask
22

33
Tweaked version of https://gitlab.com/wireshark/ws-osqa-ask-static used for converting https://help.openstreetmap.org/ to a static site.
4+
5+
Thank you to Wireshark! ❤️
6+
7+
## How do I update the static help.openstreetmap.org site?
8+
9+
1. Edit or Remove as applicable in `./import/questions/`
10+
2. Run `./tools/convert-questions.py` which populates `./site/content/questions/`
11+
3. Note the manually edited out questions in https://github.com/openstreetmap/help-website/commit/5b0088538073086f41530cfed88f2c2c987e590d (Tip: do not `git add` them)
12+
4. `cd ./site/; hugo serve` to confirm desired output
13+
5. GitHub Actions will rebuild container on push
14+
6. Chef will update container shortly
15+
7. Live!

0 commit comments

Comments
 (0)