@seqera/docusaurus-preset-seqera 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -135,7 +135,7 @@ function getSeqeraThemeConfig(overrides = {}) {
135
135
  },
136
136
  {
137
137
  label: 'Nextflow',
138
- to: '/nextflow',
138
+ to: 'https://nextflow.io/docs/latest/index.html',
139
139
  },
140
140
  {
141
141
  label: 'MultiQC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-preset-seqera",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Docusaurus preset for Seqera docs",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
@@ -30,7 +30,7 @@
30
30
  "@docusaurus/theme-common": "3.9.2",
31
31
  "@docusaurus/theme-search-algolia": "3.9.2",
32
32
  "@docusaurus/types": "3.9.2",
33
- "@seqera/docusaurus-theme-seqera": "1.0.8",
33
+ "@seqera/docusaurus-theme-seqera": "1.0.9",
34
34
  "@tailwindcss/oxide": "^4.1.17",
35
35
  "docusaurus-plugin-openapi-docs": "^4.5.1",
36
36
  "docusaurus-remark-plugin-tab-blocks": "^3.1.0",
package/src/index.ts CHANGED
@@ -186,7 +186,7 @@ export function getSeqeraThemeConfig(
186
186
  },
187
187
  {
188
188
  label: 'Nextflow',
189
- to: '/nextflow',
189
+ to: 'https://nextflow.io/docs/latest/index.html',
190
190
  },
191
191
  {
192
192
  label: 'MultiQC',