Skip to content

Commit 7f16d1b

Browse files
committed
chore: add integrations page
1 parent ae5bedf commit 7f16d1b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

website/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export default defineConfig({
5555
label: "Recipes",
5656
items: [{ label: "Overview", link: "/recipes" }],
5757
},
58+
{
59+
label: "Integrations",
60+
items: [{ label: "Overview (TS site)", link: "https://graphrefly.dev/integrations/" }],
61+
},
5862
{
5963
label: "Labs",
6064
items: [{ label: "Python (Pyodide)", link: "/lab/python" }],

website/src/components/Header.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const navLinks = [
1616
{ href: `${ts}/spec/`, label: 'SPEC' },
1717
{ href: apiHref, label: 'API' },
1818
{ href: `${ts}/comparisons/zustand/`, label: 'COMPARE' },
19+
{ href: `${ts}/integrations/`, label: 'INTEGRATIONS' },
1920
{ href: `${base}recipes/`, label: 'RECIPES' },
2021
{ href: `${ts}/blog/welcome/`, label: 'BLOG' },
2122
];

0 commit comments

Comments
 (0)