Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Generated phase 5
  • Loading branch information
davedbase committed Mar 4, 2026
commit adbf8e82ff371d18a8a04ae136fb1e2a590cfaec
5 changes: 3 additions & 2 deletions src/routes/guides/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"routing-and-navigation.mdx",
"complex-state-management.mdx",
"fetching-data.mdx",
"testing.mdx",
"testing.mdx",
"deploying-your-app.mdx",
"deployment-options"
"deployment-options",
"migrating-to-v2.mdx"
]
}
1 change: 1 addition & 0 deletions src/routes/reference/components/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"index-component.mdx",
"no-hydration.mdx",
"portal.mdx",
"repeat.mdx",
"show.mdx",
"switch-and-match.mdx",
"suspense.mdx",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/reference/lifecycle/data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "Lifecycle",
"pages": ["on-mount.mdx", "on-cleanup.mdx"]
"pages": ["on-mount.mdx", "on-cleanup.mdx", "on-settled.mdx"]
}
9 changes: 8 additions & 1 deletion src/routes/reference/reactive-utilities/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"batch.mdx",
"catch-error.mdx",
"create-root.mdx",
"flush.mdx",
"from.mdx",
"get-owner.mdx",
"index-array.mdx",
Expand All @@ -15,6 +16,12 @@
"split-props.mdx",
"start-transition.mdx",
"untrack.mdx",
"use-transition.mdx"
"use-transition.mdx",
"is-pending.mdx",
"latest.mdx",
"refresh.mdx",
"action.mdx",
"create-optimistic.mdx",
"create-optimistic-store.mdx"
]
}
4 changes: 4 additions & 0 deletions src/routes/reference/store-utilities/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"title": "Store utilities",
"pages": [
"create-mutable.mdx",
"create-projection.mdx",
"create-store.mdx",
"deep.mdx",
"modify-mutable.mdx",
"produce.mdx",
"reconcile.mdx",
"snapshot.mdx",
"store-path.mdx",
"unwrap.mdx"
]
}