@seqera/docusaurus-preset-seqera 1.0.11 → 1.0.12

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
@@ -127,27 +127,27 @@ function getSeqeraThemeConfig(overrides = {}) {
127
127
  items: [
128
128
  {
129
129
  label: 'Cloud',
130
- to: '/platform-cloud',
130
+ to: '/platform-cloud/',
131
131
  },
132
132
  {
133
133
  label: 'Enterprise',
134
- to: '/platform-enterprise',
134
+ to: '/platform-enterprise/',
135
135
  },
136
136
  {
137
137
  label: 'Nextflow',
138
- to: 'https://nextflow.io/docs/latest/index.html',
138
+ to: '/nextflow/',
139
139
  },
140
140
  {
141
141
  label: 'MultiQC',
142
- to: '/multiqc',
142
+ to: '/multiqc/',
143
143
  },
144
144
  {
145
145
  label: 'Wave',
146
- to: '/wave',
146
+ to: '/wave/',
147
147
  },
148
148
  {
149
149
  label: 'Fusion',
150
- to: '/fusion',
150
+ to: '/fusion/',
151
151
  },
152
152
  ],
153
153
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-preset-seqera",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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.11",
33
+ "@seqera/docusaurus-theme-seqera": "1.0.12",
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
@@ -178,27 +178,27 @@ export function getSeqeraThemeConfig(
178
178
  items: [
179
179
  {
180
180
  label: 'Cloud',
181
- to: '/platform-cloud',
181
+ to: '/platform-cloud/',
182
182
  },
183
183
  {
184
184
  label: 'Enterprise',
185
- to: '/platform-enterprise',
185
+ to: '/platform-enterprise/',
186
186
  },
187
187
  {
188
188
  label: 'Nextflow',
189
- to: 'https://nextflow.io/docs/latest/index.html',
189
+ to: '/nextflow/',
190
190
  },
191
191
  {
192
192
  label: 'MultiQC',
193
- to: '/multiqc',
193
+ to: '/multiqc/',
194
194
  },
195
195
  {
196
196
  label: 'Wave',
197
- to: '/wave',
197
+ to: '/wave/',
198
198
  },
199
199
  {
200
200
  label: 'Fusion',
201
- to: '/fusion',
201
+ to: '/fusion/',
202
202
  },
203
203
  ],
204
204
  },