Skip to content

Commit

Permalink
Merge pull request #2988 from mashehu/update-api-docs-script
Browse files Browse the repository at this point in the history
Update output of generation script for API docs to new structure
  • Loading branch information
mirpedrol authored May 21, 2024
2 parents 829b340 + db6f0d3 commit 6fd1a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- Update pre-commit hook astral-sh/ruff-pre-commit to v0.4.4 ([#2974](https://github.com/nf-core/tools/pull/2974))
- Update gitpod/workspace-base Docker digest to 92dd1bc ([#2982](https://github.com/nf-core/tools/pull/2982))
- Update output of generation script for API docs to new structure ([#2988](https://github.com/nf-core/tools/pull/2988))

## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]

Expand Down
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/tools/docs"
output_dir="../src/content/api_reference"
fi

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

0 comments on commit 6fd1a40

Please sign in to comment.