Skip to content

Commit 7f74303

Browse files
committed
wip
1 parent 77d2ee0 commit 7f74303

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/cli/playground

+2
Original file line numberDiff line numberDiff line change
@@ -13386,6 +13386,8 @@ playground_update_docs_command() {
1338613386

1338713387
cat ${root_folder}/scripts/cli/docs-template/cli-template.md > ${root_folder}/docs/cli.md
1338813388
cat ${root_folder}/scripts/cli/docs/index.md >> ${root_folder}/docs/cli.md
13389+
13390+
mv ${root_folder}/scripts/cli/docs/* ${root_folder}/docs/
1338913391
}
1339013392

1339113393
# :command.function

scripts/cli/src/commands/update-docs.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ cd ${root_folder}/scripts/cli
33
docker run --rm -i --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/bashly render templates/markdown docs
44

55
cat ${root_folder}/scripts/cli/docs-template/cli-template.md > ${root_folder}/docs/cli.md
6-
cat ${root_folder}/scripts/cli/docs/index.md >> ${root_folder}/docs/cli.md
6+
cat ${root_folder}/scripts/cli/docs/index.md >> ${root_folder}/docs/cli.md
7+
8+
mv ${root_folder}/scripts/cli/docs/* ${root_folder}/docs/

0 commit comments

Comments
 (0)