File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ ! -f "${FEATURES_JSON}" ]; then
19
19
fi
20
20
21
21
# Base directory for usage guides in the docs repo
22
- DOCS_USAGE_GUIDES_DIR=" ${DOCS_REPO_DIR} /docs/main/build/unity/usage-guides"
22
+ DOCS_USAGE_GUIDES_DIR=" ${DOCS_REPO_DIR} /docs/main/build/unity/usage-guides/passport "
23
23
24
24
# Check if _tutorials~ directory exists
25
25
if [ ! -d " ${TUTORIALS_DIR} " ]; then
39
39
echo " Found tutorial for ${GROUP_NAME} "
40
40
41
41
# Define the destination directory for this feature group
42
- DEST_GROUP_DIR=" ${DOCS_USAGE_GUIDES_DIR} /${GROUP_NAME} "
42
+ DEST_GROUP_DIR=" ${DOCS_USAGE_GUIDES_DIR} /_tutorials "
43
43
mkdir -p " ${DEST_GROUP_DIR} "
44
44
45
45
# Use the folder name directly for the destination filename
55
55
fi
56
56
57
57
# Copy the generated JSON file
58
- JSON_FILE=" ./_parsed/passport-features .json"
58
+ JSON_FILE=" ./_parsed/passport-examples .json"
59
59
if [ -f " ${JSON_FILE} " ]; then
60
60
# Create directory for JSON file if it doesn't exist
61
- JSON_DIR=" ${DOCS_REPO_DIR} /docs/main/build/unity/usage-guides"
61
+ JSON_DIR=" ${DOCS_REPO_DIR} /docs/main/build/unity/usage-guides/passport "
62
62
mkdir -p " ${JSON_DIR} "
63
63
64
64
# Copy JSON file
You can’t perform that action at this time.
0 commit comments