@@ -15,23 +15,23 @@ import { LambeqLogo } from '../logos/LambeqLogo'
15
15
const navConfig = {
16
16
navTextLinks : [
17
17
{
18
- title : 'H-Series ' ,
19
- href : '/h-series /index.html' ,
18
+ title : 'Systems ' ,
19
+ href : '/systems /index.html' ,
20
20
pathMatch : 'somewhere' ,
21
21
logo : < HSeriesLogo width = { 150 * 1.5 } height = { 16 * 1.5 } > </ HSeriesLogo > ,
22
22
description : "Quantinuum's QCCD ion-trap hardware, the world's highest peforming quantum computer." ,
23
23
dropDown : [ {
24
24
title : "Guides" ,
25
- href : "/h-series /guides.html" ,
25
+ href : "/systems /guides.html" ,
26
26
} , {
27
27
title : "Getting Started" ,
28
- href : "/h-series /trainings/getting_started/getting_started_index.html" ,
28
+ href : "/systems /trainings/getting_started/getting_started_index.html" ,
29
29
} , {
30
30
title : "Knowledge Articles" ,
31
- href : "/h-series /trainings/knowledge_articles/ka_index.html" ,
31
+ href : "/systems /trainings/knowledge_articles/ka_index.html" ,
32
32
} , {
33
33
title : "Support" ,
34
- href : "/h-series /support.html" ,
34
+ href : "/systems /support.html" ,
35
35
} ]
36
36
} , {
37
37
title : 'Nexus' ,
@@ -76,26 +76,22 @@ const navConfig = {
76
76
href : "/inquanto/index.html" ,
77
77
pathMatch : "" ,
78
78
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" ,
80
80
dropDown : [ {
81
- title : 'Introduction' ,
82
- href : '/inquanto/introduction/overview.html' ,
83
- } ,
84
- {
85
- title : 'User Guide' ,
81
+ title : 'Guides' ,
86
82
href : '/inquanto/manual/howto.html' ,
87
83
} ,
88
84
{
89
- title : 'Tutorials ' ,
85
+ title : 'Trainings ' ,
90
86
href : '/inquanto/tutorials/tutorial_overview.html' ,
91
87
} ,
92
- {
93
- title : 'Examples' ,
94
- href : '/inquanto/tutorials/examples_overview.html' ,
95
- } ,
96
88
{
97
89
title : 'API Reference' ,
98
90
href : '/inquanto/api/inquanto_api_intro.html' ,
91
+ } ,
92
+ {
93
+ title : 'Extensions' ,
94
+ href : '/inquanto/tutorials/examples_overview.html' ,
99
95
} , ]
100
96
} , {
101
97
title : "\u03BBambeq" ,
0 commit comments