manual: document working on docs
[?]
Apr 5, 2021, 3:39 PM
4IVC7COBQCUKWPTQOE63BN732D6AWQ4JYKFRCUBFN3LCFEGND32ACDependencies
- [2]
LYO7KK3JAddress PR comments: - [3]
DWMH6NFBdocs: mention foreman under hacking - [*]
KPWMZFHZAdd runHydra shell - [*]
3JXCTKECAdd markdown files for documentation - [*]
BZQQZDPLdoc: document how to run tests
Change contents
- edit in Procfile at line 6[2.175]
manual: ./foreman/start-manual.sh - edit in doc/manual/src/hacking.md at line 46[7.688][3.306]
## Working on the ManualBy default, `foreman start` runs mdbook in "watch" mode. mdbook listensat [http://localhost:63332/](http://localhost:63332/) by default, andwill reload the page every time you save. - file addition: start-manual.sh[2.425]
#!/bin/shmdbook serve \--port 63332 \--dest-dir $(pwd)/.hydra-data/manual \$(pwd)/doc/manual/