@seqera/docusaurus-theme-seqera 1.0.11 → 1.0.12-next.48

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.
@@ -13,21 +13,21 @@ import IconSeqeraEnterprise from '@theme/Icon/SeqeraEnterprise';
13
13
  const CARD_DATA = {
14
14
  platform: [
15
15
  {
16
- href: '/platform-cloud',
16
+ href: '/platform-cloud/',
17
17
  icon: <IconSeqeraCloud className="text-black" />,
18
18
  title: 'Seqera Cloud',
19
19
  description:
20
20
  'Comprehensive platform empowering teams across the entire scientific lifecycle',
21
21
  },
22
22
  {
23
- href: '/platform-enterprise',
23
+ href: '/platform-enterprise/',
24
24
  icon: <IconSeqeraEnterprise className="text-black" />,
25
25
  title: 'Seqera Enterprise',
26
26
  description:
27
27
  'Platform management within your own infrastructure for greater control',
28
28
  },
29
29
  {
30
- href: '/fusion',
30
+ href: '/fusion/',
31
31
  icon: <IconFusion className="text-fusion-600" />,
32
32
  title: 'Fusion',
33
33
  description: 'Optimized file system for cloud-native data pipelines',
@@ -35,14 +35,14 @@ const CARD_DATA = {
35
35
  ],
36
36
  ai: [
37
37
  {
38
- href: '/platform-cloud/seqera-ai',
38
+ href: '/platform-cloud/seqera-ai/',
39
39
  icon: <IconAI className="text-black max-w-5.5" />,
40
40
  title: 'Seqera AI',
41
41
  description:
42
42
  'Intelligent command-line assistant that helps you build, run, and manage bioinformatics workflows',
43
43
  },
44
44
  {
45
- href: '/platform-cloud/seqera-mcp',
45
+ href: '/platform-cloud/seqera-mcp/',
46
46
  icon: <IconMCP className="text-black max-w-5.5" />,
47
47
  title: 'Seqera MCP',
48
48
  description: 'AI assistant that interacts with the Seqera ecosystem',
@@ -50,19 +50,19 @@ const CARD_DATA = {
50
50
  ],
51
51
  openSource: [
52
52
  {
53
- href: 'https://nextflow.io/docs/latest/index.html',
53
+ href: '/nextflow/',
54
54
  icon: <IconNextflow className="text-nextflow-600" />,
55
55
  title: 'Nextflow',
56
56
  description: 'Open-source orchestrator for deploying workflows',
57
57
  },
58
58
  {
59
- href: '/wave',
59
+ href: '/wave/',
60
60
  icon: <IconWave className="text-wave-600" />,
61
61
  title: 'Wave',
62
62
  description: 'Next-generation container provisioning for data analysis',
63
63
  },
64
64
  {
65
- href: '/multiqc',
65
+ href: '/multiqc/',
66
66
  icon: <IconMultiQC className="text-multiqc-600" />,
67
67
  title: 'MultiQC',
68
68
  description:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-theme-seqera",
3
- "version": "1.0.11",
3
+ "version": "1.0.12-next.48",
4
4
  "description": "Seqera docs theme for Docusaurus",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
@@ -26,19 +26,19 @@ interface CardSectionProps {
26
26
  const CARD_DATA = {
27
27
  platform: [
28
28
  {
29
- href: '/platform-cloud',
29
+ href: '/platform-cloud/',
30
30
  icon: <IconSeqeraCloud className="text-black" />,
31
31
  title: 'Seqera Cloud',
32
32
  description: 'Comprehensive platform empowering teams across the entire scientific lifecycle',
33
33
  },
34
34
  {
35
- href: '/platform-enterprise',
35
+ href: '/platform-enterprise/',
36
36
  icon: <IconSeqeraEnterprise className="text-black" />,
37
37
  title: 'Seqera Enterprise',
38
38
  description: 'Platform management within your own infrastructure for greater control',
39
39
  },
40
40
  {
41
- href: '/fusion',
41
+ href: '/fusion/',
42
42
  icon: <IconFusion className="text-fusion-600" />,
43
43
  title: 'Fusion',
44
44
  description: 'Optimized file system for cloud-native data pipelines',
@@ -46,13 +46,13 @@ const CARD_DATA = {
46
46
  ],
47
47
  ai: [
48
48
  {
49
- href: '/platform-cloud/seqera-ai',
49
+ href: '/platform-cloud/seqera-ai/',
50
50
  icon: <IconAI className="text-black max-w-5.5" />,
51
51
  title: 'Seqera AI',
52
52
  description: 'Intelligent command-line assistant that helps you build, run, and manage bioinformatics workflows',
53
53
  },
54
54
  {
55
- href: '/platform-cloud/seqera-mcp',
55
+ href: '/platform-cloud/seqera-mcp/',
56
56
  icon: <IconMCP className="text-black max-w-5.5" />,
57
57
  title: 'Seqera MCP',
58
58
  description: 'AI assistant that interacts with the Seqera ecosystem',
@@ -60,19 +60,19 @@ const CARD_DATA = {
60
60
  ],
61
61
  openSource: [
62
62
  {
63
- href: 'https://nextflow.io/docs/latest/index.html',
63
+ href: '/nextflow/',
64
64
  icon: <IconNextflow className="text-nextflow-600" />,
65
65
  title: 'Nextflow',
66
66
  description: 'Open-source orchestrator for deploying workflows',
67
67
  },
68
68
  {
69
- href: '/wave',
69
+ href: '/wave/',
70
70
  icon: <IconWave className="text-wave-600" />,
71
71
  title: 'Wave',
72
72
  description: 'Next-generation container provisioning for data analysis',
73
73
  },
74
74
  {
75
- href: '/multiqc',
75
+ href: '/multiqc/',
76
76
  icon: <IconMultiQC className="text-multiqc-600" />,
77
77
  title: 'MultiQC',
78
78
  description: 'Open-source tool to aggregate bioinformatic analyses results',