Skip to content

Commit

Permalink
fix_readme_sh
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed May 8, 2024
1 parent 8fd0992 commit d94c102
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=("getting-started" "capabilities" "deployment" "tutorials" "use-cases" "api-reference")
SUB_DIRS=("getting-started" "capabilities" "deployment" "tutorials" "use-cases" "reference")

counter=0
for sub_dir in "${SUB_DIRS[@]}"; do
Expand Down

0 comments on commit d94c102

Please sign in to comment.