Skip to content

Commit

Permalink
update output_dir for api docs to new website structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jul 5, 2024
1 parent e71a764 commit e2c04cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/generate-api-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ done

# Set the output directory if not set
if [[ -z "$output_dir" ]]; then
output_dir="../src/content/api_reference"
output_dir="../sites/docs/src/content/api_reference"
fi

# if no release is specified, use all releases
Expand Down

0 comments on commit e2c04cc

Please sign in to comment.