Skip to content
Draft
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
2e619e5
start of v2 structure
LadyBluenotes Aug 24, 2025
780750c
Improve data fetching docs (#1179)
amirhhashemi Aug 26, 2025
20cf242
quick start
LadyBluenotes Aug 28, 2025
a67220a
update titles and reactivity basics page
LadyBluenotes Aug 28, 2025
2d97093
focused signals page
LadyBluenotes Aug 28, 2025
ce0da5c
understanding JSX page
LadyBluenotes Aug 28, 2025
21e2e8c
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
b41f22c
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
da9300d
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
aeac1e6
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
4d1d09d
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
a96251c
new files
LadyBluenotes Aug 30, 2025
8c8931b
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
dae6b8a
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 30, 2025
ca815ce
workign on new pages
LadyBluenotes Aug 31, 2025
b6a0505
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 31, 2025
9d5c443
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 31, 2025
8e8789d
Merge branch 'main' into v2-docs
kodiakhq[bot] Aug 31, 2025
1ba03a9
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 2, 2025
a229b75
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 2, 2025
40b4f5b
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 2, 2025
5ec20ef
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 2, 2025
41709a6
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 3, 2025
eef1c9b
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 3, 2025
736cd9a
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 3, 2025
db0956b
Merge branch 'main' into v2-docs
kodiakhq[bot] Sep 3, 2025
daf1c5c
Update src/routes/getting-started/quick-start.mdx
LadyBluenotes Sep 3, 2025
a55927a
Apply suggestions from code review
LadyBluenotes Sep 3, 2025
0f5f21b
effects
LadyBluenotes Sep 17, 2025
e773cb2
Closes issues #649 and #968 (#1251)
thomasbuilds Sep 7, 2025
348aea9
Addresses Issue #1183 (#1252)
thomasbuilds Sep 8, 2025
832a918
Bump @types/node from 24.3.0 to 24.3.1 (#1254)
dependabot[bot] Sep 8, 2025
a297414
Bump eslint from 9.34.0 to 9.35.0 (#1256)
dependabot[bot] Sep 8, 2025
8e5abe9
Bump dotenv from 17.2.1 to 17.2.2 (#1255)
dependabot[bot] Sep 8, 2025
62261b1
Bump @typescript-eslint/parser from 8.41.0 to 8.43.0 (#1257)
dependabot[bot] Sep 9, 2025
f066063
Bump typescript-eslint from 8.41.0 to 8.43.0 (#1258)
dependabot[bot] Sep 9, 2025
0187c05
remove random `;` symbol from splitProps docs (#1260)
JLarky Sep 11, 2025
b1e1076
Addresses #547 (#1253)
thomasbuilds Sep 12, 2025
2230518
Addressed issue #1259 (#1262)
thomasbuilds Sep 14, 2025
6677dd2
Fix code example error in create-effect.mdx (#1261)
WavJaby Sep 14, 2025
a9105fe
Bump zod from 4.1.5 to 4.1.8 (#1268)
dependabot[bot] Sep 16, 2025
c576beb
Bump @solidjs/start from 1.1.7 to 1.2.0 (#1266)
dependabot[bot] Sep 16, 2025
cce5056
Bump @eslint/js from 9.34.0 to 9.35.0 (#1265)
dependabot[bot] Sep 16, 2025
42bee6a
Bump globals from 16.3.0 to 16.4.0 (#1267)
dependabot[bot] Sep 16, 2025
2581e1b
Remove "variables" from createEffect dependency examples (#1269)
Mind-of-Apollo Sep 17, 2025
c34397b
start of v2 structure
LadyBluenotes Aug 24, 2025
8e9c161
fix broken jsx
LadyBluenotes Sep 17, 2025
795ea93
derived state section
LadyBluenotes Sep 17, 2025
741243c
working on stores page
LadyBluenotes Sep 22, 2025
4f5d07a
fix broken link:
LadyBluenotes Sep 22, 2025
01d9c0e
Bump @types/node from 24.3.1 to 24.5.0 (#1264)
dependabot[bot] Sep 17, 2025
09138ff
start of v2 structure
LadyBluenotes Aug 24, 2025
39cbee3
fix getting-started
LadyBluenotes Sep 22, 2025
673d79e
rm old component
LadyBluenotes Sep 22, 2025
bd8bfff
remove lunaria
LadyBluenotes Sep 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions old pages/guides/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"title": "Guides",
"pages": [
"styling-your-components.mdx",
"styling-components",
"state-management.mdx",
"routing-and-navigation.mdx",
"complex-state-management.mdx",
"fetching-data.mdx",
"testing.mdx",
"deploying-your-app.mdx",
"deployment-options"
]
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-docs-next",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"description": "Docs for Solid",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/middleware/legacy-routes-redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ const LEGACY_ROUTES = {

"/solid-router/reference/response-helpers/revalidate":
"/solid-router/reference/data-apis/revalidate",

"/solid-start/guides/data-loading": "/solid-start/guides/data-fetching",
} as const;

function isLegacyRoute(path: string): path is keyof typeof LEGACY_ROUTES {
Expand Down
4 changes: 4 additions & 0 deletions src/routes/advanced/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Advanced Concepts",
"pages": []
}
4 changes: 4 additions & 0 deletions src/routes/components/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Components",
"pages": ["intro.mdx", "how-to"]
}
4 changes: 4 additions & 0 deletions src/routes/components/how-to/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "How-to",
"pages": ["event-listeners.mdx", "styling.mdx"]
}
4 changes: 4 additions & 0 deletions src/routes/components/how-to/event-listeners.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Using Event Listeners"
---

4 changes: 4 additions & 0 deletions src/routes/components/how-to/styling.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Styling Components"
---

10 changes: 10 additions & 0 deletions src/routes/components/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Intro to Components"
order: 1
---

[TODO]

## Component lifecycle

[TODO]
248 changes: 0 additions & 248 deletions src/routes/concepts/intro-to-reactivity.mdx

This file was deleted.

Loading
Loading