summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 13:24:07 -0600
committerJeff Carr <[email protected]>2024-02-13 13:24:07 -0600
commit464dcfa28e729ddc7d72d48663c61ff2dd071303 (patch)
tree83e277c416f5cc45ccf61085666ac28cd7b85af2 /main.go
parent6c595d32f7041b941f29968ab9f737538e15dbc1 (diff)
add a 'docs' section box
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index ffd0adf..87e2c3e 100644
--- a/main.go
+++ b/main.go
@@ -26,6 +26,7 @@ func main() {
vbox1 := box.NewVerticalBox("BOX1")
globalDisplayOptions(vbox1)
+ docsBox(vbox1)
if debugger.ArgDebug() {
debuggerBox(vbox1)
}