From 2eee57c425662a13a476ac154fd4b79b61ef8c86 Mon Sep 17 00:00:00 2001 From: BITLIU Date: Fri, 26 Mar 2021 09:30:33 +0800 Subject: [PATCH] Complete scripts descriptions add lsync.sh hash-files.sh linkchecker.py description remove replace-capture.sh description --- scripts/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 08de0d04ff..4f7ee7eec3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -97,7 +97,7 @@ Options: This script emits as hash for the files listed in $@. - $ ./scripts/hash-files.sh + $ ./scripts/hash-files.sh ## linkchecker.py @@ -146,16 +146,9 @@ since a localized version has been committed. The following example checks a single file: - ./scripts/lsync.sh content/zh/docs/concepts/_index.md + ./scripts/lsync.sh content/zh/docs/concepts/_index.md The following command checks a subdirectory: - ./scripts/lsync.sh content/zh/docs/concepts/ + ./scripts/lsync.sh content/zh/docs/concepts/ -## replace-capture.sh - -This script sets K8S_WEBSITE in your env to your docs website root or rely on this script to determine it automatically - -You must run the script inside the repository for that to work - - $ ./scripts/replace-capture.sh