From e2c04cc1c5c4ba7bddcc7c17ec7fd67765a56e63 Mon Sep 17 00:00:00 2001 From: mashehu Date: Fri, 5 Jul 2024 13:48:29 +0200 Subject: [PATCH 1/2] update output_dir for api docs to new website structure --- docs/api/generate-api-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/generate-api-docs.sh b/docs/api/generate-api-docs.sh index f2b905c0c3..cc65e1bb14 100644 --- a/docs/api/generate-api-docs.sh +++ b/docs/api/generate-api-docs.sh @@ -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 From ade71b7852947459ab242999306204e85bd10300 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 5 Jul 2024 11:49:37 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16db104fc6..559a427e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - Create app: display input textbox with equally spaced grid ([#3038](https://github.com/nf-core/tools/pull/3038)) - Update python:3.12-slim Docker digest to da2d7af ([#3041](https://github.com/nf-core/tools/pull/3041)) - Update gitpod/workspace-base Docker digest to 0f38224 ([#3048](https://github.com/nf-core/tools/pull/3048)) +- update output_dir for api docs to new website structure ([#3051](https://github.com/nf-core/tools/pull/3051)) ## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]