We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5bedf commit 7f16d1bCopy full SHA for 7f16d1b
2 files changed
website/astro.config.mjs
@@ -55,6 +55,10 @@ export default defineConfig({
55
label: "Recipes",
56
items: [{ label: "Overview", link: "/recipes" }],
57
},
58
+ {
59
+ label: "Integrations",
60
+ items: [{ label: "Overview (TS site)", link: "https://graphrefly.dev/integrations/" }],
61
+ },
62
{
63
label: "Labs",
64
items: [{ label: "Python (Pyodide)", link: "/lab/python" }],
website/src/components/Header.astro
@@ -16,6 +16,7 @@ const navLinks = [
16
{ href: `${ts}/spec/`, label: 'SPEC' },
17
{ href: apiHref, label: 'API' },
18
{ href: `${ts}/comparisons/zustand/`, label: 'COMPARE' },
19
+ { href: `${ts}/integrations/`, label: 'INTEGRATIONS' },
20
{ href: `${base}recipes/`, label: 'RECIPES' },
21
{ href: `${ts}/blog/welcome/`, label: 'BLOG' },
22
];
0 commit comments