Skip to content

Commit 0f63542

Browse files
ikhareConvex, Inc.
authored andcommitted
Add links to relevant full docs in quickstarts (#34399)
GitOrigin-RevId: 7b4a879db26f57c4032eb1aef783ecb31804541b
1 parent 9f4174c commit 0f63542

File tree

12 files changed

+26
-8
lines changed

12 files changed

+26
-8
lines changed

npm-packages/docs/docs/quickstart/android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ you don’t have those tools, take time to install them first.
234234

235235
</StepByStep>
236236

237-
See the [complete documentation](/docs/client/android.md).
237+
See the complete [Android Kotlin documentation](/docs/client/android.md).

npm-packages/docs/docs/quickstart/bun.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@ For instructions for subscriptions instead of point-in-time queries see
109109
</Step>
110110

111111
</StepByStep>
112+
113+
See the complete [Bun documentation](/docs/client/javascript/bun.mdx).

npm-packages/docs/docs/quickstart/nextjs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,5 @@ version of this quickstart.
182182
</Step>
183183

184184
</StepByStep>
185+
186+
See the complete [Next.js documentation](/docs/client/react/nextjs/nextjs.mdx).

npm-packages/docs/docs/quickstart/nodejs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,5 @@ project configurations (TypeScript, bundlers, CJS vs ESM) see
112112
</Step>
113113

114114
</StepByStep>
115+
116+
See the complete [Node.js documentation](/docs/client/javascript/node.mdx).

npm-packages/docs/docs/quickstart/react-native.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,5 @@ Learn how to query data from Convex in a React Native app.
131131
</Step>
132132
</StepByStep>
133133

134-
Are you trying to build a universal app targeting both browsers and mobile
135-
devices? Use `npm create tamagui` and apply the steps above to the `apps/expo`
136-
directory and the steps in the [Next.js Quickstart](/docs/quickstart/nextjs.mdx)
137-
to the `apps/next` directory.
134+
React native uses the same library as React web. See the complete
135+
[React documentation](/docs/client/react.mdx).

npm-packages/docs/docs/quickstart/react.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,4 @@ and<LanguageSelector verbose />
179179

180180
</StepByStep>
181181

182-
Using `create-react-app`? See the
183-
[Create React App](/docs/client/react/quickstart-react-cra.mdx) version of this
184-
guide.
182+
See the complete [React documentation](/docs/client/react.mdx).

npm-packages/docs/docs/quickstart/remix.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ Learn how to query data from Convex in a Remix app.
120120
</Step>
121121

122122
</StepByStep>
123+
124+
Remix uses the React web library. See the complete
125+
[React documentation](/docs/client/react.mdx).

npm-packages/docs/docs/quickstart/rust.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ Learn how to query data from Convex in a Rust app with Tokio.
110110
</Step>
111111

112112
</StepByStep>
113+
114+
See the complete [Rust documentation](https://docs.rs/convex/latest/convex/).

npm-packages/docs/docs/quickstart/script-tag.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ Learn how to query data from Convex from script tags in HTML.
114114
</Step>
115115

116116
</StepByStep>
117+
118+
See the complete
119+
[Script Tag documentation](/docs/client/javascript/script-tag.mdx).

npm-packages/docs/docs/quickstart/svelte.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,6 @@ Learn how to query data from Convex in a Svelte app.
138138
</Step>
139139

140140
</StepByStep>
141+
142+
See the
143+
[Svelte npm package documentation](https://www.npmjs.com/package/convex-svelte).

0 commit comments

Comments
 (0)