@seqera/docusaurus-preset-seqera 1.0.6-next.24 → 1.0.6-next.26

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
@@ -149,10 +149,6 @@ function getSeqeraThemeConfig(overrides = {}) {
149
149
  label: 'Fusion',
150
150
  to: '/fusion',
151
151
  },
152
- {
153
- label: 'Platform API',
154
- to: '/platform-api',
155
- },
156
152
  ],
157
153
  },
158
154
  footer: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-preset-seqera",
3
- "version": "1.0.6-next.24",
3
+ "version": "1.0.6-next.26",
4
4
  "description": "Docusaurus preset for Seqera docs",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
package/src/index.ts CHANGED
@@ -200,10 +200,6 @@ export function getSeqeraThemeConfig(
200
200
  label: 'Fusion',
201
201
  to: '/fusion',
202
202
  },
203
- {
204
- label: 'Platform API',
205
- to: '/platform-api',
206
- },
207
203
  ],
208
204
  },
209
205
  footer: {