Skip to content

Commit

Permalink
Merge pull request #2629 from mashehu/fix-redirect-for-nested-pipelin…
Browse files Browse the repository at this point in the history
…e-docs

add redirect for nested pipeline docs
  • Loading branch information
mashehu committed Jul 5, 2024
2 parents ac9a019 + 17cdf0f commit e79cfab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sites/main-site/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
/:pipeline/parameters https://nf-core-pipelines.netlify.app/:pipeline/latest/parameters 200!
/:pipeline/results/* https://nf-core-pipeline-results.netlify.app/:pipeline/latest/results/:splat 200!
/:pipeline/:version/results/* https://nf-core-pipeline-results.netlify.app/:pipeline/:version/results/:splat 200!
/:pipeline/:version/docs/usage/usage/* https://nf-core-pipelines.netlify.app/:pipeline/latest/docs/usage/:splat 200!
/:pipeline/:version/docs/output/output/* https://nf-core-pipelines.netlify.app/:pipeline/latest/docs/output/:splat 200!
/modules/* https://nf-core-modules-subworkflows.netlify.app/modules/:splat 200!
/subworkflows/* https://nf-core-modules-subworkflows.netlify.app/subworkflows/:splat 200!
/configs/* https://nf-core-configs.netlify.app/configs/:splat 200!

0 comments on commit e79cfab

Please sign in to comment.