diff options
Diffstat (limited to 'doc/backends/deckjs/deck.js/extensions/toc/deck.toc.html')
-rw-r--r-- | doc/backends/deckjs/deck.js/extensions/toc/deck.toc.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/backends/deckjs/deck.js/extensions/toc/deck.toc.html b/doc/backends/deckjs/deck.js/extensions/toc/deck.toc.html new file mode 100644 index 00000000..27b8cc26 --- /dev/null +++ b/doc/backends/deckjs/deck.js/extensions/toc/deck.toc.html @@ -0,0 +1,12 @@ +<!-- Place the following snippet at the bottom of the deck container. --> + +<!-- this is for the toc panel --> +<div class="deck-toc"></div> + +<!-- this is a toc status panel --> +<table class="deck-toc-status"> + <tr> + <td class="right deck-toc-h2"> </td> + <td class="left deck-toc-h3"> </td> + </tr> +</table>
\ No newline at end of file |