Commit Graph

4 Commits

Author SHA1 Message Date
Pascal Precht a39e718a1f Fix development docs to use correct bin path for ruby gems
Seems like there was a typo in the `PATH` declaration for installed
ruby gem binaries. This causes installed gems to be found.

This commit fixes it by reusing the `GEM_HOME` var so `PATH`
will use `.gems` (not `gems`) as well.
2021-12-08 12:45:54 +01:00
Jakub Sokołowski 6ba977e701 clean up docs headers, add layout to all
Splits docs to use three different `permalink` paths:
- `/raw/`
- `/draft/`
- `/stable/`

Otherwise docs like these clash and only one is accessible:
```
docs/draft/3-whisper-usage.md
docs/stable/3-whisper-usage.md
```
```
docs/draft/6-payloads.md
docs/stable/6-payloads.md
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 19:47:57 +01:00
Jakub Sokołowski d993eb148f ci: add Jenkinsfile and deploy script
Necessary to build in our own CI and publish via Caddy-Git.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 19:47:57 +01:00
Jakub Sokołowski 3fdb5148f4 add DEVELOPMENT.md doc with build instructions
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-13 10:00:48 +02:00