Last 12 weeks · 44 commits
4 of 6 standards met
Separate SolidStart v1 and v2 docs Establishes a clean v1/v2 boundary for the SolidStart docs using the existing SolidBase versioning model. All v1 content stays under ; verified v2 content lives only under , with matching slugs so the version selector switches between equivalents. Boundary Moved the migration guide out of the v1 tree into , and removed it from the unversioned tree. Marked the two previously unversioned v1 pages (, ) as . Enabled SolidStart in the v2 route config and added a dedicated sidebar in . New v2 pages Guides: overview, getting started, routing, API routes, data fetching, data mutation, serialization (CSP). Reference: , , , , , , , . All written from verified package evidence ( config, , H3 middleware arrays, serialization default). Cross-linked to Solid Router and core references.
The TypeScript page had event handling docs split into two disconnected places, and some headings buried too deep to appear in the page outline. This PR fixes all the issues raised in #569. What changed: Moved docs into the Event handling section. The "Custom event handlers" content was living under "Advanced JSX attributes and directives" even though it's just another way to handle events. It's now an directive subsection directly under Event handling, where readers would expect to find it. Converted the native events callout to a real subsection. The guidance about extending with was buried inside a callout. It's now a proper "Using native events with " subsection, making it easier to discover and link to. Upgraded heading levels for Forcing properties and Custom directives.** Both were at the level, which means they didn't show up in the page outline. They're now so readers can navigate to them from the outline. Addresses all four items from #569.
Repository: solidjs/solid-docs. Description: Official documentation for the Solid ecosystem Stars: 289, Forks: 362. Primary language: MDX. Languages: MDX (85.4%), TypeScript (13.4%), CSS (0.9%), JavaScript (0.3%). Homepage: https://docs.solidjs.com/ Topics: docs, reactivity, signals, solid, solid-router, solid-start, solidjs, solidrouter, solidstart. Open PRs: 15, open issues: 37. Last activity: 13h ago. Community health: 87%. Top contributors: LadyBluenotes, michaelessiet, Jutanium, dependabot[bot], atilafassina, amirhhashemi, nas5w, danieljcafonso, nksaraf, boehs and others.