Skip to content

Commit

Permalink
update(): navbar-content
Browse files Browse the repository at this point in the history
* add systems to navbar

* enable prerelease

* enable prerelease by setting prerelease name to PR title

* update(): navbar_content_update

* update(): navbar-content
  • Loading branch information
irfankhan10 authored Feb 13, 2025
1 parent 2dbce2b commit 6b38ab6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
{
"name": "navbar",
"prerelease": true
},
{
"name": "navbar-content",
"prerelease": true
}
]
},
Expand Down
30 changes: 13 additions & 17 deletions src/custom/docs/components/navmenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ import { LambeqLogo } from '../logos/LambeqLogo'
const navConfig = {
navTextLinks: [
{
title: 'H-Series',
href: '/h-series/index.html',
title: 'Systems',
href: '/systems/index.html',
pathMatch: 'somewhere',
logo: <HSeriesLogo width={150 * 1.5} height={16 * 1.5}></HSeriesLogo>,
description: "Quantinuum's QCCD ion-trap hardware, the world's highest peforming quantum computer.",
dropDown: [{
title: "Guides",
href: "/h-series/guides.html",
href: "/systems/guides.html",
},{
title: "Getting Started",
href: "/h-series/trainings/getting_started/getting_started_index.html",
href: "/systems/trainings/getting_started/getting_started_index.html",
},{
title: "Knowledge Articles",
href: "/h-series/trainings/knowledge_articles/ka_index.html",
href: "/systems/trainings/knowledge_articles/ka_index.html",
},{
title: "Support",
href: "/h-series/support.html",
href: "/systems/support.html",
}]
}, {
title: 'Nexus',
Expand Down Expand Up @@ -76,26 +76,22 @@ const navConfig = {
href: "/inquanto/index.html",
pathMatch: "",
logo: <InquantoLogo className="h-8 w-56"></InquantoLogo>,
description: "Platform for complex molecular and materials simulations",
description: "Enabling complex molecular and materials simulations",
dropDown: [{
title: 'Introduction',
href: '/inquanto/introduction/overview.html',
},
{
title: 'User Guide',
title: 'Guides',
href: '/inquanto/manual/howto.html',
},
{
title: 'Tutorials',
title: 'Trainings',
href: '/inquanto/tutorials/tutorial_overview.html',
},
{
title: 'Examples',
href: '/inquanto/tutorials/examples_overview.html',
},
{
title: 'API Reference',
href: '/inquanto/api/inquanto_api_intro.html',
},
{
title: 'Extensions',
href: '/inquanto/tutorials/examples_overview.html',
},]
}, {
title: "\u03BBambeq",
Expand Down

0 comments on commit 6b38ab6

Please sign in to comment.