Revision a55cf2a528b6edcd3318ab0856de31552a9db2ac authored by Hougang Liu on 04 November 2019, 05:05:40 UTC, committed by Kubernetes Prow Robot on 04 November 2019, 05:05:40 UTC
1 parent 2df906e
Raw File
update-readme-toc.sh
#!/usr/bin/env bash

SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..

cd ${SCRIPT_ROOT}
doctoc --github ./README.md --title "**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*"
cd - > /dev/null
back to top