diff --git a/src/libraries/start.tsx b/src/libraries/start.tsx
index 95622f65e..0f7543eed 100644
--- a/src/libraries/start.tsx
+++ b/src/libraries/start.tsx
@@ -31,6 +31,7 @@ export const startProject = {
textColor: 'text-cyan-600',
embedEditor: 'codesandbox',
frameworks: ['react', 'solid'],
+ defaultDocs: 'framework/react/overview',
scarfId: 'b6e2134f-e805-401d-95c3-2a7765d49a3d',
showNetlifyUrl: true,
// hide stackblitz until they support Async Local Storage
diff --git a/src/routes/$libraryId/$version.docs.index.tsx b/src/routes/$libraryId/$version.docs.index.tsx
index ad87e41bf..68debed11 100644
--- a/src/routes/$libraryId/$version.docs.index.tsx
+++ b/src/routes/$libraryId/$version.docs.index.tsx
@@ -7,11 +7,9 @@ export const Route = createFileRoute({
const library = getLibrary(libraryId)
throw redirect({
- // to: `/$libraryId/$version/docs/${library.defaultDocs || 'overview'}`,
- to: '/$libraryId/$version/docs/$',
+ from: '/$libraryId/$version/docs',
+ to: './$',
params: {
- libraryId,
- version: ctx.params.version,
_splat: 'defaultDocs' in library ? library.defaultDocs : 'overview',
},
})
diff --git a/src/routes/_libraries/config.$version.index.tsx b/src/routes/_libraries/config.$version.index.tsx
index c707a8cbd..8553a91a1 100644
--- a/src/routes/_libraries/config.$version.index.tsx
+++ b/src/routes/_libraries/config.$version.index.tsx
@@ -51,7 +51,9 @@ export default function FormVersionIndex() {
for publishing and maintaining high-quality JavaScript packages
Get Started
@@ -139,7 +141,9 @@ export default function FormVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/db.$version.index.tsx b/src/routes/_libraries/db.$version.index.tsx
index be7ec0f9a..a2d0da4d2 100644
--- a/src/routes/_libraries/db.$version.index.tsx
+++ b/src/routes/_libraries/db.$version.index.tsx
@@ -62,11 +62,12 @@ export default function DBVersionIndex() {
and blazing fast 🔥
- Get Started »
+ Get Started
Get Started!
diff --git a/src/routes/_libraries/devtools.$version.index.tsx b/src/routes/_libraries/devtools.$version.index.tsx
index e3d097f12..5128c6240 100644
--- a/src/routes/_libraries/devtools.$version.index.tsx
+++ b/src/routes/_libraries/devtools.$version.index.tsx
@@ -71,7 +71,9 @@ export default function DevtoolsVersionIndex() {
designed to work with any framework.
Get Started
@@ -161,7 +163,9 @@ export default function DevtoolsVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/form.$version.index.tsx b/src/routes/_libraries/form.$version.index.tsx
index 4130680b2..17fbf1f52 100644
--- a/src/routes/_libraries/form.$version.index.tsx
+++ b/src/routes/_libraries/form.$version.index.tsx
@@ -75,8 +75,9 @@ export default function FormVersionIndex() {
you need to build forms fast with peace of mind.
Get Started
@@ -230,8 +231,9 @@ export default function FormVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/maintainers.tsx b/src/routes/_libraries/maintainers.tsx
index 0646699e2..ccb57d5c2 100644
--- a/src/routes/_libraries/maintainers.tsx
+++ b/src/routes/_libraries/maintainers.tsx
@@ -40,6 +40,7 @@ const librarySchema = z.enum([
'config',
'react-charts',
'create-tsrouter-app',
+ 'devtools',
])
const viewModeSchema = z.enum(['compact', 'full', 'row'])
diff --git a/src/routes/_libraries/pacer.$version.index.tsx b/src/routes/_libraries/pacer.$version.index.tsx
index 97e4ed091..086204108 100644
--- a/src/routes/_libraries/pacer.$version.index.tsx
+++ b/src/routes/_libraries/pacer.$version.index.tsx
@@ -78,8 +78,9 @@ export default function PacerVersionIndex() {
for reactive state management.
Get Started
@@ -212,9 +213,10 @@ export default function PacerVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/query.$version.index.tsx b/src/routes/_libraries/query.$version.index.tsx
index 46f4915d7..f0c84cc01 100644
--- a/src/routes/_libraries/query.$version.index.tsx
+++ b/src/routes/_libraries/query.$version.index.tsx
@@ -78,7 +78,9 @@ export default function VersionIndex() {
Read the Docs
@@ -339,7 +341,9 @@ export default function VersionIndex() {
Read the Docs!
diff --git a/src/routes/_libraries/ranger.$version.index.tsx b/src/routes/_libraries/ranger.$version.index.tsx
index 7554eb3b2..4d4e14bb2 100644
--- a/src/routes/_libraries/ranger.$version.index.tsx
+++ b/src/routes/_libraries/ranger.$version.index.tsx
@@ -66,7 +66,9 @@ export default function VersionIndex() {
React.
Get Started
@@ -153,7 +155,9 @@ export default function VersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/route.tsx b/src/routes/_libraries/route.tsx
index b096e6781..61f54e52e 100644
--- a/src/routes/_libraries/route.tsx
+++ b/src/routes/_libraries/route.tsx
@@ -275,7 +275,7 @@ function LibrariesLayout() {
My Account
diff --git a/src/routes/_libraries/router.$version.index.tsx b/src/routes/_libraries/router.$version.index.tsx
index 911bcd0e1..e1b603c9a 100644
--- a/src/routes/_libraries/router.$version.index.tsx
+++ b/src/routes/_libraries/router.$version.index.tsx
@@ -65,7 +65,9 @@ function RouterVersionIndex() {
revalidate caching and first-class search-param APIs.
Get Started
@@ -263,7 +265,9 @@ function RouterVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/start.$version.index.tsx b/src/routes/_libraries/start.$version.index.tsx
index d437799b8..542bc9d88 100644
--- a/src/routes/_libraries/start.$version.index.tsx
+++ b/src/routes/_libraries/start.$version.index.tsx
@@ -84,13 +84,22 @@ export default function VersionIndex() {
Try it in 60 seconds
Get Started
@@ -114,13 +123,21 @@ export default function VersionIndex() {
See an Example
Try the BETA
@@ -452,7 +469,9 @@ export default function VersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/store.$version.index.tsx b/src/routes/_libraries/store.$version.index.tsx
index f687d4afe..c50e79d10 100644
--- a/src/routes/_libraries/store.$version.index.tsx
+++ b/src/routes/_libraries/store.$version.index.tsx
@@ -64,7 +64,9 @@ export default function StoreVersionIndex() {
Store.
Get Started
@@ -194,7 +196,9 @@ export default function StoreVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/table.$version.index.tsx b/src/routes/_libraries/table.$version.index.tsx
index c6b3b84fd..c5055acab 100644
--- a/src/routes/_libraries/table.$version.index.tsx
+++ b/src/routes/_libraries/table.$version.index.tsx
@@ -71,7 +71,9 @@ export default function TableVersionIndex() {
markup and styles.
Get Started
@@ -308,12 +310,9 @@ export default function TableVersionIndex() {
Get Started!
diff --git a/src/routes/_libraries/virtual.$version.index.tsx b/src/routes/_libraries/virtual.$version.index.tsx
index 2c3b344e1..a94f0e796 100644
--- a/src/routes/_libraries/virtual.$version.index.tsx
+++ b/src/routes/_libraries/virtual.$version.index.tsx
@@ -69,7 +69,9 @@ export default function RouteComp() {
while retaining 100% control over markup and styles.
Get Started
@@ -276,7 +278,9 @@ export default function RouteComp() {