<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>
+++ /dev/null
-<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>