Skip to content

Commit 0c20ad2

Browse files
committed
fix(test & organisation): update docs org and fix sherif
1 parent ae412b4 commit 0c20ad2

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

docs/config.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,34 @@
194194
]
195195
}
196196
]
197+
},
198+
{
199+
"label": "Plugins",
200+
"children": [],
201+
"frameworks": [
202+
{
203+
"label": "react",
204+
"children": [
205+
{
206+
"label": "a11y",
207+
"to": "framework/react/examples/a11y-devtools"
208+
}
209+
]
210+
},
211+
{
212+
"label": "preact",
213+
"children": []
214+
},
215+
{
216+
"label": "solid",
217+
"children": [
218+
{
219+
"label": "A11y",
220+
"to": "framework/solif/examples/a11y-devtools"
221+
}
222+
]
223+
}
224+
]
197225
}
198226
]
199-
}
227+
}

examples/react/a11y-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tanstack/devtools-a11y-example",
2+
"name": "@tanstack/react-devtools-a11y-example",
33
"private": true,
44
"type": "module",
55
"scripts": {

examples/solid/a11y-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tanstack/devtools-example-solid-basic",
2+
"name": "@tanstack/solid-devtools-a11y-example",
33
"private": true,
44
"type": "module",
55
"scripts": {
@@ -9,8 +9,8 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "^0.7.24",
1312
"@tanstack/devtools-a11y": "workspace:*",
13+
"@tanstack/solid-devtools": "^0.7.24",
1414
"solid-js": "^1.9.9"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)