File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "locale" : " en-US" ,
66 "nav" : [
77 {
8- "title" : " Guides" ,
9- "path" : " /guides"
8+ "title" : " Documentation" ,
9+ "path" : " https://docs.solidjs.com" ,
10+ "external" : true
1011 },
1112 {
1213 "title" : " Tutorial" ,
1314 "path" : " /tutorial"
1415 },
15- {
16- "title" : " API" ,
17- "path" : " /docs/latest/api"
18- },
19- {
20- "title" : " SolidStart" ,
21- "path" : " https://start.solidjs.com" ,
22- "external" : true
23- },
2416 {
2517 "title" : " Ecosystem" ,
2618 "path" : " /ecosystem" ,
4133 "title" : " Examples" ,
4234 "path" : " /examples"
4335 },
36+ {
37+ "title" : " SolidStart" ,
38+ "path" : " https://start.solidjs.com" ,
39+ "external" : true
40+ },
4441 {
4542 "title" : " Playground" ,
4643 "path" : " https://playground.solidjs.com" ,
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "engines" : {
66 "node" : " >=16.0.0" ,
7- "pnpm" : " >=8.7.0 "
7+ "pnpm" : " >=9.1.4 "
88 },
99 "type" : " module" ,
1010 "scripts" : {
9090 "solid-js" : " 1.8.16" ,
9191 "@rollup/pluginutils" : " 5.1.0"
9292 },
93- "packageManager" : " pnpm@9.0.6 " ,
93+ "packageManager" : " pnpm@9.1.4 " ,
9494 "pnpm" : {
9595 "patchedDependencies" : {
9696 "monaco-editor@0.47.0" : " patches/monaco-editor@0.47.0.patch"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const SideContent: Component<{
5555 < div class = "w-full lg:w-9/12 p-5 md:p-10 bg-white dark:bg-solid-darkbg" >
5656 < a
5757 href = "https://docs.solidjs.com"
58- class = "sticky top-16 p-3 w-full block text-transparent hover:text-white text-center rounded-md bg-amber-400 hover:bg-gray-400 transition duration-300"
58+ class = "sticky top-16 p-3 w-full block hover:text-white text-center rounded-md bg-amber-400 hover:bg-gray-400 transition duration-300"
5959 >
6060 < b > New Beta Docs!</ b > Click here to access new beta documentation at{ ' ' }
6161 < u > docs.solidjs.com</ u > .
You can’t perform that action at this time.
0 commit comments