]> OzVa Git service - delta-velorum/commitdiff
removed docs file and added notes to main admin page
authorMax Value <greenwoodw50@gmail.com>
Mon, 6 Apr 2026 21:21:38 +0000 (22:21 +0100)
committerMax Value <greenwoodw50@gmail.com>
Mon, 6 Apr 2026 21:21:38 +0000 (22:21 +0100)
director/templates/admin.html
docs.html [deleted file]

index 17f5828f22167564baaebe9fb4d6469b72e243d0..4182c7d3df62109313d984a1fc94f161814bc9df 100644 (file)
@@ -28,9 +28,10 @@ setupTrigger();
                <main>
                        <h1>Admin</h1>
                        <ul>
-                               <li><a href="/info/a">Info page A</a></li>
-                               <li><a href="/info/b">Info page B</a></li>
-                               <li><a href="/info/c">Info page C</a></li>
+                               <li><a href="/">Main GFX overlay</a></li>
+                               <li><a href="/info/a">Info page A</a> <em>(Item name, description, Anchor notes)</em></li>
+                               <li><a href="/info/b">Info page B</a> <em>(Price, discount and stock)</em></li>
+                               <li><a href="/info/c">Info page C</a> <em>(Gallery screen, timing and state)</em></li>
                        </ul>
                </main>
        </body>
diff --git a/docs.html b/docs.html
deleted file mode 100644 (file)
index c0a5e59..0000000
--- a/docs.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<html>
-       <head>
-               <title>Documentation</title>
-       </head>
-       <body>
-               <h1>Docs</h1>
-
-               <h2>Classes</h2>
-
-               <h3><code>update</code></h3>
-               <p>
-                       generates the javascript to update the blocks <code>data-raw</code> attribute with the latest data from the websocket
-               </p>
-
-               <h3><code>root__[key]</code></h3>
-               <p>
-                       e.g. <code>root__product__price</code><br>
-                       generates the javascript to update the blocks <code>data-raw</code> attribute with the latest data from the websocket. when a block updates, all keys in that block (incl. other blocks) are all updated
-               </p>
-
-               <h3><code>timer</code></h3>
-               <p>
-                       when postprocessing <code>data-raw</code>, it is interpreted as a unix timecode and is displayed as time till that unix timecode
-               </p>
-
-               <h3><code>title</code></h3>
-               <p>
-                       when postprocessing <code>data-raw</code>, it is interpreted as text and put in title case
-               </p>
-
-               <h3><code></code></h3>
-               <p>
-               </p>
-       </body>
-</html>