From d3c5208e199684f2060c379025b9ff51ecba042c Mon Sep 17 00:00:00 2001 From: Olivier Sprangers Date: Tue, 30 Apr 2024 13:46:15 +0200 Subject: [PATCH] fix_create_readme_subdirs --- action_files/readme_com/create_readme_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action_files/readme_com/create_readme_docs.sh b/action_files/readme_com/create_readme_docs.sh index 5d80651e..95643aff 100755 --- a/action_files/readme_com/create_readme_docs.sh +++ b/action_files/readme_com/create_readme_docs.sh @@ -1,7 +1,7 @@ #!/bin/bash BASE_DIR="nbs/docs/" -SUB_DIRS=("1_getting_started" "2_capabilities" "3_deployment" "4_tutorials" "5_use_cases" "7_other_resources") +SUB_DIRS=("1_getting_started" "2_capabilities/anomaly_detection" "2_capabilities/forecast" "3_deployment" "4_tutorials" "5_use_cases" "7_other_resources") counter=0 for sub_dir in "${SUB_DIRS[@]}"; do