feat: link update to components#12
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation UI navigation and footer links to reflect new “components” organization, including moving Lambeq into the Solutions/Applications areas and pointing “Platform Updates” to an internal docs route.
Changes:
- Move Lambeq from the Developer Suite menu to the Solutions menu (and display it as “λambeq”).
- Update the navbar “Product Updates” CTA to an internal “Platform Updates” link (
/product-updates). - Restructure footer columns into “User Community”, “Compute Platform”, “Applications”, and “Quantinuum”, updating included links accordingly.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| documentation-ui/src/custom/docs/components/navmenu/index.tsx | Repositions Lambeq link and updates the top-right CTA to “Platform Updates”. |
| documentation-ui/src/custom/docs/components/footer/index.tsx | Reorganizes footer link columns and adds “Compute Platform Updates” plus the Lambeq link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <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> |
| }, { | ||
| title: "\u03BBambeq", | ||
| href: "/lambeq/" | ||
| }, |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the documentation UI’s shared navigation components to reflect revised link placement and labeling (notably Lambeq and platform/product updates), ensuring the header nav and footer remain aligned with the intended site information architecture.
Changes:
- Moves the Lambeq link from “Developer Suite” to “Solutions” and updates its displayed title.
- Updates the header CTA link from an external “Product Updates” destination to an internal “Platform Updates” route.
- Reorganizes footer columns/links, adding a “User Community” column and regrouping platform/app links.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| documentation-ui/src/custom/docs/components/navmenu/index.tsx | Adjusts nav dropdown contents (Lambeq placement) and updates the header CTA link/label. |
| documentation-ui/src/custom/docs/components/footer/index.tsx | Reworks footer columns and link groupings; adds platform updates and Lambeq to footer navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
No description provided.