-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation edits
Description
Existing documentation URL(s)
- /src/content/docs/workflows/get-started/cli-quick-start.mdx
- /src/content/partials/hyperdrive/use-mysql-to-make-query.mdx
- ... (many other locations)
What changes are you suggesting?
Many of our code snippets are TS only. It would be great to also have JS.
It should be enough to enclose snippets in <TypescriptExample>, see #23248 for an example.
Note:
- There are places where we explicitly use both JS and TS using
<Tabs>- those could be simplified too - There are also places where only JS is used, we should probably update that too but not as simple (need to add types)
Additional information
/cc @ranbel
Metadata
Metadata
Assignees
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation edits