Skip to content

Commit 2a6a4a2

Browse files
committed
chore: add script to update TOC
1 parent d77bd98 commit 2a6a4a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/update-toc.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# Before using this, install `doctoc`.
4+
# $ npm install -g doctoc
5+
6+
doctoc --notitle --maxlevel 4 README.md

0 commit comments

Comments
 (0)