add a copy of flow's online manual to the documentation page
This commit is contained in:
parent
d22b0a79e8
commit
da031b6dcd
2 changed files with 236 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue