You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: flip Get started CTA from /introduction to /first-run
The new First Run docs page (JavaScriptSolidServer/docs#14) is a
friendlier destination for the seeded landing's primary CTA — walks
through the actual next steps after install (Mashlib, sign up/in
walkthrough, OIDC client connection, feature flags, customising the
landing). The Introduction page is reference-y by comparison.
ClosesJavaScriptSolidServer#440.
Copy file name to clipboardExpand all lines: src/ui/server-root.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ <h1>Welcome</h1>
62
62
<pclass="explainer">This is a Solid pod server. Solid is an open standard for personal data — your data lives in pods you own, and apps connect to it.</p>
63
63
64
64
<divclass="actions">
65
-
<ahref="https://jss.live/docs/getting-started/introduction" class="btn btn-primary">Get started →</a>
65
+
<ahref="https://jss.live/docs/getting-started/first-run" class="btn btn-primary">Get started →</a>
66
66
<!-- IdP links are written page-relative (no leading slash) so they
67
67
resolve against document base, surviving reverse-proxy mounts
68
68
at a path prefix (e.g. https://example/jss/). Origin-root
0 commit comments