Skip to content

Commit c30f8c5

Browse files
committed
add systems to navbar
1 parent 2dbce2b commit c30f8c5

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

src/custom/docs/components/navmenu/index.tsx

+13-17
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ import { LambeqLogo } from '../logos/LambeqLogo'
1515
const navConfig = {
1616
navTextLinks: [
1717
{
18-
title: 'H-Series',
19-
href: '/h-series/index.html',
18+
title: 'Systems',
19+
href: '/systems/index.html',
2020
pathMatch: 'somewhere',
2121
logo: <HSeriesLogo width={150 * 1.5} height={16 * 1.5}></HSeriesLogo>,
2222
description: "Quantinuum's QCCD ion-trap hardware, the world's highest peforming quantum computer.",
2323
dropDown: [{
2424
title: "Guides",
25-
href: "/h-series/guides.html",
25+
href: "/systems/guides.html",
2626
},{
2727
title: "Getting Started",
28-
href: "/h-series/trainings/getting_started/getting_started_index.html",
28+
href: "/systems/trainings/getting_started/getting_started_index.html",
2929
},{
3030
title: "Knowledge Articles",
31-
href: "/h-series/trainings/knowledge_articles/ka_index.html",
31+
href: "/systems/trainings/knowledge_articles/ka_index.html",
3232
},{
3333
title: "Support",
34-
href: "/h-series/support.html",
34+
href: "/systems/support.html",
3535
}]
3636
}, {
3737
title: 'Nexus',
@@ -76,26 +76,22 @@ const navConfig = {
7676
href: "/inquanto/index.html",
7777
pathMatch: "",
7878
logo: <InquantoLogo className="h-8 w-56"></InquantoLogo>,
79-
description: "Platform for complex molecular and materials simulations",
79+
description: "Enabling complex molecular and materials simulations",
8080
dropDown: [{
81-
title: 'Introduction',
82-
href: '/inquanto/introduction/overview.html',
83-
},
84-
{
85-
title: 'User Guide',
81+
title: 'Guides',
8682
href: '/inquanto/manual/howto.html',
8783
},
8884
{
89-
title: 'Tutorials',
85+
title: 'Trainings',
9086
href: '/inquanto/tutorials/tutorial_overview.html',
9187
},
92-
{
93-
title: 'Examples',
94-
href: '/inquanto/tutorials/examples_overview.html',
95-
},
9688
{
9789
title: 'API Reference',
9890
href: '/inquanto/api/inquanto_api_intro.html',
91+
},
92+
{
93+
title: 'Extensions',
94+
href: '/inquanto/tutorials/examples_overview.html',
9995
},]
10096
}, {
10197
title: "\u03BBambeq",

0 commit comments

Comments
 (0)