Skip to content

Commit 37083a6

Browse files
KyleAMathewsclaude
andauthored
Add frameworks section to sidebar (#818)
* Add Frameworks section to sidebar - Create new Frameworks section below Collections - Move framework adapters from Getting Started to new section - Update framework titles (remove "Adapter" suffix) - Include React, Vue, Angular, Solid, and Svelte frameworks * Rename framework adapter files to framework names - Rename adapter.md to {framework}.md for all frameworks - Update config.json paths to point to new filenames - Run prettier on all changed files * Move framework files to framework directory level - Move framework/{name}/{name}.md to framework/{name}.md - Update config.json paths to framework/{name} --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4000a44 commit 37083a6

File tree

6 files changed

+25
-47
lines changed

6 files changed

+25
-47
lines changed

docs/config.json

Lines changed: 25 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,53 +21,6 @@
2121
"label": "Installation",
2222
"to": "installation"
2323
}
24-
],
25-
"frameworks": [
26-
{
27-
"label": "react",
28-
"children": [
29-
{
30-
"label": "React Adapter",
31-
"to": "framework/react/adapter"
32-
}
33-
]
34-
},
35-
{
36-
"label": "solid",
37-
"children": [
38-
{
39-
"label": "Solid Adapter",
40-
"to": "framework/solid/adapter"
41-
}
42-
]
43-
},
44-
{
45-
"label": "vue",
46-
"children": [
47-
{
48-
"label": "Vue Adapter",
49-
"to": "framework/vue/adapter"
50-
}
51-
]
52-
},
53-
{
54-
"label": "svelte",
55-
"children": [
56-
{
57-
"label": "Svelte Adapter",
58-
"to": "framework/svelte/adapter"
59-
}
60-
]
61-
},
62-
{
63-
"label": "angular",
64-
"children": [
65-
{
66-
"label": "Angular Adapter",
67-
"to": "framework/angular/adapter"
68-
}
69-
]
70-
}
7124
]
7225
},
7326
{
@@ -128,6 +81,31 @@
12881
}
12982
]
13083
},
84+
{
85+
"label": "Frameworks",
86+
"children": [
87+
{
88+
"label": "React",
89+
"to": "framework/react"
90+
},
91+
{
92+
"label": "Vue",
93+
"to": "framework/vue"
94+
},
95+
{
96+
"label": "Angular",
97+
"to": "framework/angular"
98+
},
99+
{
100+
"label": "Solid",
101+
"to": "framework/solid"
102+
},
103+
{
104+
"label": "Svelte",
105+
"to": "framework/svelte"
106+
}
107+
]
108+
},
131109
{
132110
"label": "Community",
133111
"children": [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)