re-frame/bin/doctoc.bat
Daniel Compton d9cdb53c07
Add generated table of contents to docs
This uses doctoc to automatically generate the TOC.
2016-11-10 11:06:08 +13:00

7 lines
222 B
Batchfile
Executable File

:: Table of contents are generated by doctoc.
:: Install doctoc with `npm install -g doctoc`
:: Then run this script to regenerate the TOC after
:: editing the docs.
doctoc ./docs/ --github --title '## Table Of Contents'