Updating the entire documentation

This commit is contained in:
2023-09-17 00:47:50 +02:00
parent d9f98bad74
commit cde3b6eb89
14 changed files with 287 additions and 307 deletions

View File

@ -34,8 +34,8 @@ Stopping **Hydra** is simple:
${makeExample(
"Stopping Hydra",
`
mod(4) :: stop_hydra() // this one
mod(4) :: app.hydra.hush() // or this one
beat(4) :: stop_hydra() // this one
beat(4) :: app.hydra.hush() // or this one
`,
true
)}