mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 23:38:11 +00:00
8 lines
252 B
Bash
8 lines
252 B
Bash
|
#!/usr/bin/env bash
|
||
|
# 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 $(dirname $0)/../docs --github --title '## Table Of Contents'
|