-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: Update readme Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Add title Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Remove vizier Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Add a note in NASRL Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Remove vizier in Job Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Replace links Signed-off-by: Ce Gao <gaoce@caicloud.io>
- Loading branch information
1 parent
86b0721
commit eafd7f7
Showing
2 changed files
with
81 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/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 |