Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 35 additions & 32 deletions documentation-ui/src/custom/docs/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,53 @@ import { Separator } from "@quantinuum/quantinuum-ui";
const footerConfig = {
columns: [
{
name: "Products",
name: "User Community",
items: [
{
name: "Systems",
href: "/systems"
},
name: "Compute Platform Updates",
href: "/product-updates"
},{
name: "Q-NET",
href: "https://www.quantinuum.com/q-net#get-started"
},{
name: "Quantinuum Startup Partner Program",
href: "https://www.quantinuum.com/startup-partner-program#join"
}
]
}, {
name: "Compute Platform",
items: [
{
name: "Nexus",
name: "Quantinuum Systems",
href: "/systems"
}, {
name: "Quantinuum Nexus",
href: "/nexus"
}, {
name: "Guppy",
href: "/guppy"
}, {
name: "Selene",
href: "/selene"
}, {
name: "Pytket",
href: "/tket"
},
]
}, {
name: "Applications",
items: [
{
name: "InQuanto",
href: "/inquanto"
},
{
name: "Quantum Origin",
href: "/origin"
}
]
}, {
name: "Opensource",
items: [
{
name: "pytket",
href: "/tket"
},
{
name: "guppy",
href: "/guppy"
},
{
name: "selene",
href: "/selene"
},
{
name: "qnexus",
href: "https://docs.quantinuum.com/nexus/trainings/notebooks/basics/getting_started.html"
}
},{
name: "\u03BBambeq",
href: "/lambeq/"
Comment thread
irfankhan10 marked this conversation as resolved.
},
]
},{
name: "Quantinuum",
Comment thread
irfankhan10 marked this conversation as resolved.
Expand All @@ -55,12 +64,6 @@ const footerConfig = {
},{
name: "Events",
href: "https://www.quantinuum.com/events"
},{
name: "Q-NET",
href: "https://www.quantinuum.com/q-net#get-started"
},{
name: "Startup Partner Program",
href: "https://www.quantinuum.com/startup-partner-program#join"
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions documentation-ui/src/custom/docs/components/navmenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ const navConfig = {
}, {
title: "qnexus",
href: "https://docs.quantinuum.com/nexus/trainings/notebooks/basics/getting_started.html"
}, {
title: "Lambeq",
href: "/lambeq/"
}, {
title: "Q-NET",
href: "https://www.quantinuum.com/q-net#get-started"
Expand All @@ -95,7 +92,10 @@ const navConfig = {
},{
title: 'Quantum Origin',
href: "/origin/",
}
}, {
title: "\u03BBambeq",
href: "/lambeq/"
},
]
},
],
Expand Down Expand Up @@ -163,7 +163,7 @@ export const NavBar = (props: {
<Button
variant="outline"
className='bg-black text-white border border-border/60 shadow-md rounded-md hover:bg-white hover:text-black hover:border-black'
><a href="https://nexus.quantinuum.com/auth/login">Product Updates</a>
><a href="/product-updates">Platform Updates</a>
</Button>
Comment on lines 163 to 167
Comment thread
irfankhan10 marked this conversation as resolved.
</div>
</div>
Expand Down