You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -373,22 +373,13 @@ const config = {
373
373
title: "",
374
374
logo: {
375
375
href: "/",
376
-
target: "self",
377
376
width: 105,
378
377
height: 48,
379
378
alt: "Spectro cloud logo",
380
379
src: getLightLogoPath(),
381
380
srcDark: getDarkLogoPath(),
382
381
},
383
382
items: [
384
-
{
385
-
to: "/",
386
-
type: "docSidebar",
387
-
sidebarId: "docSidebar",
388
-
label: "Docs",
389
-
position: "left",
390
-
activeBaseRegex: "^(?!/api/).*$",
391
-
},
392
383
{
393
384
to: "/tutorials",
394
385
type: "docSidebar",
@@ -410,6 +401,12 @@ const config = {
410
401
label: "API",
411
402
position: "left",
412
403
},
404
+
{
405
+
type: "html",
406
+
position: "right",
407
+
value:
408
+
'<a href="https://spectrocloud.com" target="_blank" rel="noopener noreferrer" aria-label="Go to Spectro Cloud homepage (opens in a new tab)">spectrocloud.com <span aria-hidden="true">↗</span></a>',
0 commit comments