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: point Get started CTA at /docs/getting-started/introduction
Docusaurus 3 doesn't auto-generate a category index page, so
/docs/getting-started/ 404s on jss.live. The canonical URL for the
intro page is /docs/getting-started/introduction — point the landing's
primary CTA there.
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
@@ -58,7 +58,7 @@ <h1>Welcome</h1>
58
58
<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>
59
59
60
60
<divclass="actions">
61
-
<ahref="https://jss.live/docs/getting-started/" class="btn btn-primary">Get started →</a>
61
+
<ahref="https://jss.live/docs/getting-started/introduction" class="btn btn-primary">Get started →</a>
0 commit comments