From 880c69d6ca3e7a611181e9c6d3295752bf00d50d Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 15 Oct 2025 21:13:07 +0200 Subject: [PATCH] add sections to docs page --- content/docs/index.smd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/index.smd b/content/docs/index.smd index f28b9b2..5ed7ab1 100644 --- a/content/docs/index.smd +++ b/content/docs/index.smd @@ -6,6 +6,7 @@ .draft = false, --- +[]($section.id("help")) ## Online help Flow Control has an online manual that is included in the `flow` binary. You can @@ -38,6 +39,7 @@ in the same directory to create an entirely new keybinding mode. Keybinding changes will take effect on restart. +[]($section.id("configuration")) ## Configuration Configuration is mostly dynamically maintained with various commands in the UI. @@ -67,6 +69,7 @@ kitty_mod ctrl+alt ``` +[]($section.id("resources")) ## Developer Resources * [Architecture overview](/docs/architecture)