diff --git a/docs/framework/preact/graphql.md b/docs/framework/preact/graphql.md index d224bbe68ab..883a4b47e19 100644 --- a/docs/framework/preact/graphql.md +++ b/docs/framework/preact/graphql.md @@ -2,5 +2,5 @@ id: graphql title: GraphQL ref: docs/framework/react/graphql.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/background-fetching-indicators.md b/docs/framework/preact/guides/background-fetching-indicators.md index 1227175d25a..c8aab0af819 100644 --- a/docs/framework/preact/guides/background-fetching-indicators.md +++ b/docs/framework/preact/guides/background-fetching-indicators.md @@ -2,5 +2,5 @@ id: background-fetching-indicators title: Background Fetching Indicators ref: docs/framework/react/guides/background-fetching-indicators.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/caching.md b/docs/framework/preact/guides/caching.md index 3ef32c5885b..ef1a823fc34 100644 --- a/docs/framework/preact/guides/caching.md +++ b/docs/framework/preact/guides/caching.md @@ -2,5 +2,5 @@ id: caching title: Caching Examples ref: docs/framework/react/guides/caching.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/default-query-function.md b/docs/framework/preact/guides/default-query-function.md index 07b0bfa1071..faab2276d3d 100644 --- a/docs/framework/preact/guides/default-query-function.md +++ b/docs/framework/preact/guides/default-query-function.md @@ -2,5 +2,5 @@ id: default-query-function title: Default Query Function ref: docs/framework/react/guides/default-query-function.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/dependent-queries.md b/docs/framework/preact/guides/dependent-queries.md index d297a0fcfdc..f9827399da5 100644 --- a/docs/framework/preact/guides/dependent-queries.md +++ b/docs/framework/preact/guides/dependent-queries.md @@ -2,5 +2,5 @@ id: dependent-queries title: Dependent Queries ref: docs/framework/react/guides/dependent-queries.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/disabling-queries.md b/docs/framework/preact/guides/disabling-queries.md index a321227bce9..6505b9e1df5 100644 --- a/docs/framework/preact/guides/disabling-queries.md +++ b/docs/framework/preact/guides/disabling-queries.md @@ -2,7 +2,7 @@ id: disabling-queries title: Disabling/Pausing Queries ref: docs/framework/react/guides/disabling-queries.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Example2' diff --git a/docs/framework/preact/guides/does-this-replace-client-state.md b/docs/framework/preact/guides/does-this-replace-client-state.md index 63efcd390e8..6e52ad64320 100644 --- a/docs/framework/preact/guides/does-this-replace-client-state.md +++ b/docs/framework/preact/guides/does-this-replace-client-state.md @@ -1,6 +1,6 @@ --- id: does-this-replace-client-state title: Does TanStack Query replace Redux, MobX or other global state managers? -ref: docs/framework/react/guides/does-this-replace-client-state -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/does-this-replace-client-state.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/filters.md b/docs/framework/preact/guides/filters.md index 3ad4af27325..72464c34bc7 100644 --- a/docs/framework/preact/guides/filters.md +++ b/docs/framework/preact/guides/filters.md @@ -1,6 +1,6 @@ --- id: filters title: Filters -ref: docs/framework/react/guides/filters -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/filters.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/important-defaults.md b/docs/framework/preact/guides/important-defaults.md index 45ba8ecbe52..9c5d6a2fb87 100644 --- a/docs/framework/preact/guides/important-defaults.md +++ b/docs/framework/preact/guides/important-defaults.md @@ -1,6 +1,6 @@ --- id: important-defaults title: Important Defaults -ref: docs/framework/react/guides/important-defaults -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/important-defaults.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/infinite-queries.md b/docs/framework/preact/guides/infinite-queries.md index 358e31499cf..77a6f6934f9 100644 --- a/docs/framework/preact/guides/infinite-queries.md +++ b/docs/framework/preact/guides/infinite-queries.md @@ -1,8 +1,8 @@ --- id: infinite-queries title: Infinite Queries -ref: docs/framework/react/guides/infinite-queries -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/infinite-queries.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Example' diff --git a/docs/framework/preact/guides/initial-query-data.md b/docs/framework/preact/guides/initial-query-data.md index d0cb43ac6c1..9dd429b9a19 100644 --- a/docs/framework/preact/guides/initial-query-data.md +++ b/docs/framework/preact/guides/initial-query-data.md @@ -1,6 +1,6 @@ --- id: initial-query-data title: Initial Query Data -ref: docs/framework/react/guides/initial-query-data -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/initial-query-data.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/invalidations-from-mutations.md b/docs/framework/preact/guides/invalidations-from-mutations.md index fb3495723b0..859b21b1c2f 100644 --- a/docs/framework/preact/guides/invalidations-from-mutations.md +++ b/docs/framework/preact/guides/invalidations-from-mutations.md @@ -1,6 +1,6 @@ --- id: invalidations-from-mutations title: Invalidations from Mutations -ref: docs/framework/react/guides/invalidations-from-mutations -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/invalidations-from-mutations.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/mutations.md b/docs/framework/preact/guides/mutations.md index 4e4915e8a30..d0e9a6082d9 100644 --- a/docs/framework/preact/guides/mutations.md +++ b/docs/framework/preact/guides/mutations.md @@ -1,8 +1,8 @@ --- id: mutations title: Mutations -ref: docs/framework/react/guides/mutations -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/mutations.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Info1' diff --git a/docs/framework/preact/guides/network-mode.md b/docs/framework/preact/guides/network-mode.md index e3e8c40d822..ebbde82cf45 100644 --- a/docs/framework/preact/guides/network-mode.md +++ b/docs/framework/preact/guides/network-mode.md @@ -1,6 +1,6 @@ --- id: network-mode title: Network Mode -ref: docs/framework/react/guides/network-mode -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/network-mode.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/optimistic-updates.md b/docs/framework/preact/guides/optimistic-updates.md index 93816d36d0b..23bd61b19cf 100644 --- a/docs/framework/preact/guides/optimistic-updates.md +++ b/docs/framework/preact/guides/optimistic-updates.md @@ -1,6 +1,6 @@ --- id: optimistic-updates title: Optimistic Updates -ref: docs/framework/react/guides/optimistic-updates -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/optimistic-updates.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/paginated-queries.md b/docs/framework/preact/guides/paginated-queries.md index 6d408be5f97..34a446cd615 100644 --- a/docs/framework/preact/guides/paginated-queries.md +++ b/docs/framework/preact/guides/paginated-queries.md @@ -1,8 +1,8 @@ --- id: paginated-queries title: Paginated / Lagged Queries -ref: docs/framework/react/guides/paginated-queries -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/paginated-queries.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Example2' diff --git a/docs/framework/preact/guides/parallel-queries.md b/docs/framework/preact/guides/parallel-queries.md index b734affa5cd..d4a768e5e72 100644 --- a/docs/framework/preact/guides/parallel-queries.md +++ b/docs/framework/preact/guides/parallel-queries.md @@ -1,8 +1,8 @@ --- id: parallel-queries title: Parallel Queries -ref: docs/framework/react/guides/parallel-queries -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/parallel-queries.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Info' diff --git a/docs/framework/preact/guides/placeholder-query-data.md b/docs/framework/preact/guides/placeholder-query-data.md index abab8d6516b..8c2bb39aee6 100644 --- a/docs/framework/preact/guides/placeholder-query-data.md +++ b/docs/framework/preact/guides/placeholder-query-data.md @@ -1,6 +1,6 @@ --- id: placeholder-query-data title: Placeholder Query Data -ref: docs/framework/react/guides/placeholder-query-data -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/placeholder-query-data.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/prefetching.md b/docs/framework/preact/guides/prefetching.md index 027f5e385e4..7d62f064816 100644 --- a/docs/framework/preact/guides/prefetching.md +++ b/docs/framework/preact/guides/prefetching.md @@ -1,8 +1,8 @@ --- id: prefetching title: Prefetching & Router Integration -ref: docs/framework/react/guides/prefetching -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/prefetching.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'ExampleConditionally1' diff --git a/docs/framework/preact/guides/queries.md b/docs/framework/preact/guides/queries.md index 567bd63ba81..02914f49819 100644 --- a/docs/framework/preact/guides/queries.md +++ b/docs/framework/preact/guides/queries.md @@ -1,6 +1,6 @@ --- id: queries title: Queries -ref: docs/framework/react/guides/queries -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/queries.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-cancellation.md b/docs/framework/preact/guides/query-cancellation.md index 32b789b7c56..c3e8c65ef9e 100644 --- a/docs/framework/preact/guides/query-cancellation.md +++ b/docs/framework/preact/guides/query-cancellation.md @@ -1,6 +1,6 @@ --- id: query-cancellation title: Query Cancellation -ref: docs/framework/react/guides/query-cancellation -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-cancellation.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-functions.md b/docs/framework/preact/guides/query-functions.md index ac79972f004..fb05c5f9630 100644 --- a/docs/framework/preact/guides/query-functions.md +++ b/docs/framework/preact/guides/query-functions.md @@ -1,6 +1,6 @@ --- id: query-functions title: Query Functions -ref: docs/framework/react/guides/query-functions -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-functions.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-invalidation.md b/docs/framework/preact/guides/query-invalidation.md index 7aab743f34d..e9ecb5e8dd7 100644 --- a/docs/framework/preact/guides/query-invalidation.md +++ b/docs/framework/preact/guides/query-invalidation.md @@ -1,6 +1,6 @@ --- id: query-invalidation title: Query Invalidation -ref: docs/framework/react/guides/query-invalidation -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-invalidation.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-keys.md b/docs/framework/preact/guides/query-keys.md index 038cea0c653..e0b64d62baf 100644 --- a/docs/framework/preact/guides/query-keys.md +++ b/docs/framework/preact/guides/query-keys.md @@ -1,6 +1,6 @@ --- id: query-keys title: Query Keys -ref: docs/framework/react/guides/query-keys -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-keys.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-options.md b/docs/framework/preact/guides/query-options.md index a5eb7d33705..e640be7a6d9 100644 --- a/docs/framework/preact/guides/query-options.md +++ b/docs/framework/preact/guides/query-options.md @@ -1,6 +1,6 @@ --- id: query-options title: Query Options -ref: docs/framework/react/guides/query-options -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-options.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/query-retries.md b/docs/framework/preact/guides/query-retries.md index b61d199b487..6a8410c1009 100644 --- a/docs/framework/preact/guides/query-retries.md +++ b/docs/framework/preact/guides/query-retries.md @@ -1,6 +1,6 @@ --- id: query-retries title: Query Retries -ref: docs/framework/react/guides/query-retries -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/query-retries.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/render-optimizations.md b/docs/framework/preact/guides/render-optimizations.md index cd922bf637c..dcc6e086422 100644 --- a/docs/framework/preact/guides/render-optimizations.md +++ b/docs/framework/preact/guides/render-optimizations.md @@ -1,6 +1,6 @@ --- id: render-optimizations title: Render Optimizations -ref: docs/framework/react/guides/render-optimizations -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/render-optimizations.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/guides/request-waterfalls.md b/docs/framework/preact/guides/request-waterfalls.md index a7524f691f0..ebca0caf123 100644 --- a/docs/framework/preact/guides/request-waterfalls.md +++ b/docs/framework/preact/guides/request-waterfalls.md @@ -1,8 +1,8 @@ --- id: request-waterfalls title: Performance & Request Waterfalls -ref: docs/framework/react/guides/request-waterfalls -replace: { 'react': 'preact', 'react-query': 'preact-query' } +ref: docs/framework/react/guides/request-waterfalls.md +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'LazyExample' diff --git a/docs/framework/preact/guides/scroll-restoration.md b/docs/framework/preact/guides/scroll-restoration.md index ae9b007b20b..cb66c4b463c 100644 --- a/docs/framework/preact/guides/scroll-restoration.md +++ b/docs/framework/preact/guides/scroll-restoration.md @@ -2,5 +2,4 @@ id: scroll-restoration title: Scroll Restoration ref: docs/framework/react/guides/scroll-restoration.md -replace: { 'react': 'preact', 'react-query': 'preact-query' } --- diff --git a/docs/framework/preact/guides/updates-from-mutation-responses.md b/docs/framework/preact/guides/updates-from-mutation-responses.md index f1682e13828..c41819be99a 100644 --- a/docs/framework/preact/guides/updates-from-mutation-responses.md +++ b/docs/framework/preact/guides/updates-from-mutation-responses.md @@ -2,5 +2,4 @@ id: updates-from-mutation-responses title: Updates from Mutation Responses ref: docs/framework/react/guides/updates-from-mutation-responses.md -replace: { 'react': 'preact', 'react-query': 'preact-query' } --- diff --git a/docs/framework/preact/guides/window-focus-refetching.md b/docs/framework/preact/guides/window-focus-refetching.md index da6b3bb703d..852a923637c 100644 --- a/docs/framework/preact/guides/window-focus-refetching.md +++ b/docs/framework/preact/guides/window-focus-refetching.md @@ -2,7 +2,7 @@ id: window-focus-refetching title: Window Focus Refetching ref: docs/framework/react/guides/window-focus-refetching.md -replace: { 'react': 'preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query' } --- [//]: # 'ReactNative' diff --git a/docs/framework/preact/installation.md b/docs/framework/preact/installation.md index 88f3273b4c1..1de7b006bdd 100644 --- a/docs/framework/preact/installation.md +++ b/docs/framework/preact/installation.md @@ -2,7 +2,7 @@ id: installation title: Installation ref: docs/framework/react/installation.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- [//]: # 'Compatibility' diff --git a/docs/framework/preact/overview.md b/docs/framework/preact/overview.md index cfb7ab00c47..6b2c974baa3 100644 --- a/docs/framework/preact/overview.md +++ b/docs/framework/preact/overview.md @@ -2,5 +2,5 @@ id: overview title: Overview ref: docs/framework/react/overview.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/plugins/persistQueryClient.md b/docs/framework/preact/plugins/persistQueryClient.md index cf261fc9332..fc0d1b8069e 100644 --- a/docs/framework/preact/plugins/persistQueryClient.md +++ b/docs/framework/preact/plugins/persistQueryClient.md @@ -2,5 +2,5 @@ id: persistQueryClient title: persistQueryClient ref: docs/framework/react/plugins/persistQueryClient.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/quick-start.md b/docs/framework/preact/quick-start.md index 7dd0b870b37..169e517b43c 100644 --- a/docs/framework/preact/quick-start.md +++ b/docs/framework/preact/quick-start.md @@ -2,5 +2,5 @@ id: quick-start title: Quick Start ref: docs/framework/react/quick-start.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } --- diff --git a/docs/framework/preact/typescript.md b/docs/framework/preact/typescript.md index 53058ff1b3c..2652828b13b 100644 --- a/docs/framework/preact/typescript.md +++ b/docs/framework/preact/typescript.md @@ -2,5 +2,5 @@ id: typescript title: TypeScript ref: docs/framework/react/typescript.md -replace: { 'React': 'Preact', 'react-query': 'preact-query' } +replace: { 'react-query': 'preact-query', 'React': 'Preact' } ---