@seqera/docusaurus-preset-seqera 1.0.12 → 1.0.13
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 +7 -7
- package/package.json +2 -2
- package/src/index.ts +7 -7
package/lib/index.js
CHANGED
|
@@ -127,27 +127,27 @@ function getSeqeraThemeConfig(overrides = {}) {
|
|
|
127
127
|
items: [
|
|
128
128
|
{
|
|
129
129
|
label: 'Cloud',
|
|
130
|
-
|
|
130
|
+
href: '/platform-cloud/',
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
label: 'Enterprise',
|
|
134
|
-
|
|
134
|
+
href: '/platform-enterprise/',
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
label: 'Nextflow',
|
|
138
|
-
|
|
138
|
+
href: '/nextflow/',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
label: 'MultiQC',
|
|
142
|
-
|
|
142
|
+
href: '/multiqc/',
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
label: 'Wave',
|
|
146
|
-
|
|
146
|
+
href: '/wave/',
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
label: 'Fusion',
|
|
150
|
-
|
|
150
|
+
href: '/fusion/',
|
|
151
151
|
},
|
|
152
152
|
],
|
|
153
153
|
},
|
|
@@ -410,7 +410,7 @@ async function getSeqeraPresetOptions(overrides = {}) {
|
|
|
410
410
|
(await import('docusaurus-remark-plugin-tab-blocks')).default,
|
|
411
411
|
(await import('remark-yaml-to-table')).default,
|
|
412
412
|
],
|
|
413
|
-
rehypePlugins: [(await
|
|
413
|
+
rehypePlugins: [(await import('rehype-katex')).default],
|
|
414
414
|
},
|
|
415
415
|
theme: {},
|
|
416
416
|
sitemap: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seqera/docusaurus-preset-seqera",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
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.
|
|
33
|
+
"@seqera/docusaurus-theme-seqera": "1.0.13",
|
|
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
|
-
|
|
181
|
+
href: '/platform-cloud/',
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
label: 'Enterprise',
|
|
185
|
-
|
|
185
|
+
href: '/platform-enterprise/',
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
label: 'Nextflow',
|
|
189
|
-
|
|
189
|
+
href: '/nextflow/',
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
label: 'MultiQC',
|
|
193
|
-
|
|
193
|
+
href: '/multiqc/',
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
label: 'Wave',
|
|
197
|
-
|
|
197
|
+
href: '/wave/',
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
label: 'Fusion',
|
|
201
|
-
|
|
201
|
+
href: '/fusion/',
|
|
202
202
|
},
|
|
203
203
|
],
|
|
204
204
|
},
|
|
@@ -482,7 +482,7 @@ export async function getSeqeraPresetOptions(
|
|
|
482
482
|
(await import('docusaurus-remark-plugin-tab-blocks')).default,
|
|
483
483
|
(await import('remark-yaml-to-table')).default,
|
|
484
484
|
],
|
|
485
|
-
rehypePlugins: [(await
|
|
485
|
+
rehypePlugins: [(await import('rehype-katex')).default],
|
|
486
486
|
},
|
|
487
487
|
theme: {},
|
|
488
488
|
sitemap: {
|