From 3a0c1e56b771b94f6449aadc9b1c518210f56f32 Mon Sep 17 00:00:00 2001 From: Max Value Date: Mon, 6 Apr 2026 22:21:38 +0100 Subject: [PATCH] removed docs file and added notes to main admin page --- director/templates/admin.html | 7 ++++--- docs.html | 35 ----------------------------------- 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 docs.html diff --git a/director/templates/admin.html b/director/templates/admin.html index 17f5828..4182c7d 100644 --- a/director/templates/admin.html +++ b/director/templates/admin.html @@ -28,9 +28,10 @@ setupTrigger();

Admin

diff --git a/docs.html b/docs.html deleted file mode 100644 index c0a5e59..0000000 --- a/docs.html +++ /dev/null @@ -1,35 +0,0 @@ - - - Documentation - - -

Docs

- -

Classes

- -

update

-

- generates the javascript to update the blocks data-raw attribute with the latest data from the websocket -

- -

root__[key]

-

- e.g. root__product__price
- generates the javascript to update the blocks data-raw attribute with the latest data from the websocket. when a block updates, all keys in that block (incl. other blocks) are all updated -

- -

timer

-

- when postprocessing data-raw, it is interpreted as a unix timecode and is displayed as time till that unix timecode -

- -

title

-

- when postprocessing data-raw, it is interpreted as text and put in title case -

- -

-

-

- - -- 2.39.2