https://github.com/kubeflow/katib
Revision c426a76f5c5a5e4df948fc8437f488470fd643cf authored by Ce Gao on 17 December 2019, 05:43:59 UTC, committed by Kubernetes Prow Robot on 17 December 2019, 05:43:59 UTC
Signed-off-by: Ce Gao <gaoce@caicloud.io>
1 parent 27fbd98
Raw File
Tip revision: c426a76f5c5a5e4df948fc8437f488470fd643cf authored by Ce Gao on 17 December 2019, 05:43:59 UTC
feat(config): Add a new config for webhook (#980)
Tip revision: c426a76
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