Skip to content

Commit 51a7716

Browse files
committed
Changed documentation link
1 parent 8439a3c commit 51a7716

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

lang/en/global.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@
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",
@@ -41,6 +33,11 @@
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",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": {
@@ -90,7 +90,7 @@
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"

src/components/layout/SideContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>&nbsp;Click here to access new beta documentation at{' '}
6161
<u>docs.solidjs.com</u>.

0 commit comments

Comments
 (0)