diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index e7124c3..18d545e 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -4,16 +4,42 @@ 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" @@ -21,27 +47,10 @@ const footerConfig = { { 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/" + }, ] },{ name: "Quantinuum", @@ -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" } ] } diff --git a/documentation-ui/src/custom/docs/components/navmenu/index.tsx b/documentation-ui/src/custom/docs/components/navmenu/index.tsx index 09ea84e..d841a60 100644 --- a/documentation-ui/src/custom/docs/components/navmenu/index.tsx +++ b/documentation-ui/src/custom/docs/components/navmenu/index.tsx @@ -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" @@ -95,7 +92,10 @@ const navConfig = { },{ title: 'Quantum Origin', href: "/origin/", - } + }, { + title: "\u03BBambeq", + href: "/lambeq/" + }, ] }, ], @@ -163,7 +163,7 @@ export const NavBar = (props: {