-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): update main tutorial to incorporate TS Updates to create-gatsby #34890
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tyhopp
suggested changes
Feb 22, 2022
LekoArts
suggested changes
Feb 22, 2022
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
LekoArts
suggested changes
Feb 22, 2022
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
8 tasks
LekoArts
approved these changes
Feb 22, 2022
gatsbybot
pushed a commit
that referenced
this pull request
Feb 28, 2022
* get simplest gatsby-config.ts working * make gatsby-node work * use program.directory for default-site-plugin for browser/ssr * chore(docs): update TS doc (#34757) Co-authored-by: LekoArts <[email protected]> * feat(gatsby-parcel-config): create parcel config package (#34779) Co-authored-by: Lennart <[email protected]> * refactor(core): Polish ahead of time ts implementation (#34773) Co-authored-by: LekoArts <[email protected]> * tmp * update parcel deps version * update snapshot * merge master * feat(core): TS compilation of local plugin gatsby files (#34827) Co-authored-by: LekoArts <[email protected]> * Update scaling-issues.md * Restore build.js * Restore develop.js * Restore repl.js * set flag to always true * chore(docs): update main tutorial to incorporate TS Updates to create-gatsby (#34890) Co-authored-by: Lennart <[email protected]> * chore(gatsby): compile only TS files (#34892) * use require resolve for defaultConfig * update doc to add limitations and migration guides * add structured error logging * fix cache reslience setup (#34915) * bump @parcel/source-map in monorepo lock * adjust tests so cache dirs are cleared only before compilations to workaround EBUSY problems on Windows * address review comments * docs: specify gatsby versions supporting particular TS features (#34945) Co-authored-by: Lennart <[email protected]> Co-authored-by: Jude Agboola <[email protected]> Co-authored-by: Ty Hopp <[email protected]> Co-authored-by: Michal Piechowiak <[email protected]> Co-authored-by: gatsbybot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We recently added flags(
-y
,-ts
) tocreate-gatsby
together with a new prompt for users to choose between JavaScript and TypeScript. This PR updates docs to reflect these changes and how users can use them.Documentation
https://www.gatsbyjs.com/docs/tutorial/part-1/#create-a-gatsby-site
[sc-44636]