add a copy of flow's online manual to the documentation page

This commit is contained in:
CJ van den Berg 2025-10-08 11:13:30 +02:00
parent d22b0a79e8
commit da031b6dcd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 236 additions and 1 deletions

View file

@ -1,11 +1,22 @@
---
.title = "Flow Control - a programmer's text editor",
.title = "Documentation",
.date = @date("2020-07-06T00:00:00"),
.author = "CJ van den Berg",
.layout = "index.shtml",
.draft = false,
---
## Online help
Flow Control has an online manual that is included in the `flow` binary. You can
open it directly in the editor by pressing `F1` or selecting the `Open help`
command. The manual is included here for convenience.
* [Flow Control online help](/docs/help)
## Developer Resources
* [Architecture overview](/docs/architecture)
* [Contributing](/docs/contributing)
* [DeepWiki generated documentation](https://deepwiki.com/neurocyte/flow)