Skip to content

Commit

Permalink
fix_create_readme_subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Apr 30, 2024
1 parent 49e87e0 commit d3c5208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_files/readme_com/create_readme_docs.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d3c5208

Please sign in to comment.