From baece738ecb83ee7a36847103577eb471bf816cc Mon Sep 17 00:00:00 2001 From: Irfan Khan Date: Fri, 24 Apr 2026 11:54:20 +0100 Subject: [PATCH 1/3] feat:link update to components --- .../custom/docs/components/footer/index.tsx | 73 ++++++++++--------- .../custom/docs/components/navmenu/index.tsx | 10 +-- 2 files changed, 44 insertions(+), 39 deletions(-) diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index e7124c3..79da70a 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -4,16 +4,44 @@ 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", - href: "/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 +49,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 +66,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: { From 510b45226d2a847786e8593e753510634f94e788 Mon Sep 17 00:00:00 2001 From: irfankhan10 Date: Fri, 24 Apr 2026 12:39:49 +0100 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- documentation-ui/src/custom/docs/components/footer/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index 79da70a..8806ab9 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -17,9 +17,7 @@ const footerConfig = { href: "https://www.quantinuum.com/startup-partner-program#join" } ] - } - , - { + }, { name: "Compute Platform", items: [ { From e80d3dd32620ea9cf57472421ff1dffbaf715857 Mon Sep 17 00:00:00 2001 From: irfankhan10 Date: Fri, 24 Apr 2026 13:18:48 +0100 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../custom/docs/components/footer/index.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index 8806ab9..18d545e 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -21,21 +21,21 @@ const footerConfig = { name: "Compute Platform", items: [ { - name: "Quantinuum Systems", - href: "/systems" - }, { - name: "Quantinuum Nexus", - href: "/nexus" - },{ - name: "Guppy", - href: "/guppy" - },{ - name: "Selene", - href: "/selene" - }, { - name: "Pytket", - href: "/tket" - }, + name: "Quantinuum Systems", + href: "/systems" + }, { + name: "Quantinuum Nexus", + href: "/nexus" + }, { + name: "Guppy", + href: "/guppy" + }, { + name: "Selene", + href: "/selene" + }, { + name: "Pytket", + href: "/tket" + }, ] }, { name: "Applications",