From 7f638448b8d74bb5fd1c98c6a5c5112747f127e3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 30 Sep 2024 13:54:42 -0500 Subject: [PATCH] update docs --- config.nims | 1 + src/hwylterm.nim | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.nims b/config.nims index 906005f..45e26af 100644 --- a/config.nims +++ b/config.nims @@ -22,6 +22,7 @@ task docs, "Deploy doc html + search index to public/ directory": pkgName = "hwylterm" gitFlags = fmt"--git.url:'https://github.com/daylinmorgan/{pkgName}' --git.commit:main" when defined(clean): + echo fmt"clearing {deployDir}" rmDir deployDir for module in ["cligen", "chooser", "logging"]: selfExec fmt"doc --docRoot:{getCurrentDir()}/src/ --index:on --outdir:{deployDir} src/hwylterm/{module}" diff --git a/src/hwylterm.nim b/src/hwylterm.nim index 86d98dd..8bfa1fe 100644 --- a/src/hwylterm.nim +++ b/src/hwylterm.nim @@ -4,7 +4,8 @@ see also these utility modules with extra dependencies: - [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen) - - [chooser](./hwylterm/chooser.html), requires [illwill](https://github.com/johnnovak/illwill) + - [chooser](./hwylterm/chooser.html) + - [logging](./hwylterm/logging.html) ]## import hwylterm/[spin, bbansi]