Skip to content

Commit

Permalink
[FIX] SDK Reference (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: azul <fede.garza.ramirez@gmail.com>
  • Loading branch information
elephaint and AzulGarza committed May 9, 2024
1 parent ea02f16 commit f78d15e
Show file tree
Hide file tree
Showing 5 changed files with 1,138 additions and 3 deletions.
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")
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 f78d15e

Please sign in to comment.