We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cdeab commit 84ed5c5Copy full SHA for 84ed5c5
ci/dev/fmt.sh
@@ -27,6 +27,7 @@ main() {
27
doctoc --title '# Install' docs/install.md >/dev/null
28
doctoc --title '# npm Install Requirements' docs/npm.md >/dev/null
29
doctoc --title '# Contributing' docs/CONTRIBUTING.md >/dev/null
30
+ doctoc --title '# Maintaining' docs/MAINTAINING.md >/dev/null
31
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
32
doctoc --title '# iPad' docs/ipad.md >/dev/null
33
docs/MAINTAINING.md
@@ -0,0 +1,2 @@
1
+# Maintaining
2
+
0 commit comments