We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556dbce commit 0b454d9Copy full SHA for 0b454d9
βwww/astro.config.mjsβ
@@ -14,18 +14,22 @@ export default defineConfig({
14
label: "π Query",
15
link: "/query",
16
},
17
+ {
18
+ label: "π Scope",
19
+ link: "/scope",
20
+ },
21
+
22
{
23
label: "π Stream",
24
link: "/stream",
25
+ badge: { text: 'Deprecated', variant: 'caution' },
26
27
28
label: "π§ββοΈ Form",
29
autogenerate: { directory: "form" },
- },
- {
- label: "π Scope",
- link: "/scope",
30
+ collapsed: true,
31
32
+ }
33
],
34
customCss: [
35
"@fontsource/atkinson-hyperlegible/400.css",
0 commit comments