From e5ddd7cece55916daf78e629e8cfb707d483bb0c Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 20 Dec 2025 23:44:52 -0500 Subject: [PATCH] Add docs/json.txt --- docs/json.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/json.txt diff --git a/docs/json.txt b/docs/json.txt new file mode 100644 index 0000000..0ff83aa --- /dev/null +++ b/docs/json.txt @@ -0,0 +1,6 @@ + # Define every task once here: + # Id → checkbox HTML `id` + # Name → URL path (`/Name`) + # Label → user-visible text + # HandlerFn → the PowerShell function to invoke + # Page → which tab/page it appears on \ No newline at end of file