forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebase #1
Merged
Merged
Rebase #1
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
Co-authored-by: GatsbyJS Bot <[email protected]>
* Showcase: Add haxzie.com to sites.yml Showcasing my personal blog which is built with Gatsby ✨ * Fix typo in url
* Changed we/our to you/your * Change you/your to we/our * Change we/our to you/your * Change sentences with we to be more direct * Format documents * Update docs/docs/production-app.md Changing it to "you" doesn't make sense here. Co-Authored-By: Lennart <[email protected]> * Update docs/docs/production-app.md Using "Gatsby" makes more sense than using "you" here Co-Authored-By: Lennart <[email protected]> * Update docs/docs/production-app.md Using "Gatsby" makes more sense than using "you" here Co-Authored-By: Lennart <[email protected]> * Update docs/docs/production-app.md Using "Gatsby" makes more sense than using "you" here Co-Authored-By: Lennart <[email protected]>
Co-authored-by: Dallin Noel Skinner <[email protected]>
Co-authored-by: Lennart <[email protected]>
* Add PearlyPlan.com to site showcase * sites.yml * fix categories Co-authored-by: Lennart <[email protected]>
* chore(docs): Updated pronouns usage * chore(docs): updated wording of example
Updated case of heading for tutorial: zero link
* fix(gatsby-plugin-netlify): cast `status` to string * Update create-redirects.js
* wedoplugins.com website added to sites.yml * newline added
* chore(gastby-plugin-sharp): Use createContentDigest helper Updates the plugin to use the help instead of manually handling the crypto work. Functions were added to the pass the helper down into the process-file module, similar to how setBoundActionCreators was working but with an extra level. Relates to #8805 * chore(gastby-plugin-sharp): Use createContentDigest from core-utils
* Adding AJonP as creator and site * fixing aj's categories * updated icon * add anchors blog post * Revert "add anchors blog post" This reverts commit 967c41c.
* add site to showcase * Update docs/sites.yml Co-Authored-By: Ward Peeters <[email protected]> * Update docs/sites.yml Co-Authored-By: Ward Peeters <[email protected]>
* Added a GatsBy blog side project * Added a Gatsby blog side project to the sites.yml
* grouping together minor updates in renovate.json rule * adding rule for patch updates
* update highlight to focus on changed piece * chore: format
* fix(docs): Fix the heading order * Update docs/docs/adding-markdown-pages.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-markdown-pages.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-markdown-pages.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/sourcing-from-buttercms.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/sourcing-from-buttercms.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/sourcing-from-netlify-cms.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/gatsby-on-linux.md Co-Authored-By: Marcy Sutton <[email protected]> * Update sourcing-from-buttercms.md * Update docs/docs/sourcing-from-buttercms.md Co-Authored-By: Marcy Sutton <[email protected]> * chore: format
…ests guide (#18745) * resolves #14598 Adds a reference guide on how to upgrade Gatsby and its dependencies * Fixed typos and added related content * Fixed additional typos * Fixed additional typos, one with the name of the file, added links for the doc-links.yaml file, escaped < and > characters in markdown thata were causing some errors * Updated title based on @marcysutton suggestions Co-Authored-By: Marcy Sutton <[email protected]> * Solves suggested changes such as modifying links for relative urls, removing yarn instructions and alignments to Gatsby style guide * Apply additional suggestions Co-Authored-By: Marcy Sutton <[email protected]> * Added a section on how to handle reviews on your PR * Apply suggestions from code review Co-Authored-By: Marcy Sutton <[email protected]>
* add section on how to change default package manager. Changing the default package manager used by `gatsby-cli`can be tricky for newcomers as there is no CLI command for this. I've added some explanation to help those who want to change it by modifying the configstore file. * be more explicit on the purpose of this change This default package manager change only concerns future projects using gatsby new. * prettier ok * Update docs/docs/gatsby-cli.md Co-Authored-By: Marcy Sutton <[email protected]>
…e + adjust some texts (#18715) * production-app: just adjust headlines to fit style guide * progressive-web-app: adjust some text & headlines - handle Progressive Web App like Markdown in the spelling * adjust headlines & titles to fit style guide + adjust some texts * revert a few things * change Window to * pixabay-source-plugin-tutorial: replace Usage: npm <command> where <command> is one of: access, adduser, audit, bin, bugs, c, cache, ci, cit, clean-install, clean-install-test, completion, config, create, ddp, dedupe, deprecate, dist-tag, docs, doctor, edit, explore, get, help, help-search, hook, i, init, install, install-ci-test, install-test, it, link, list, ln, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rb, rebuild, repo, restart, root, run, run-script, s, se, search, set, shrinkwrap, star, stars, start, stop, t, team, test, token, tst, un, uninstall, unpublish, unstar, up, update, v, version, view, whoami npm <command> -h quick help on <command> npm -l display full usage info npm help <term> search for help on <term> npm help npm involved overview Specify configs in the ini-formatted file: /Users/codingcookie/.npmrc or on the command line via: npm <command> --key value Config info can be viewed via: npm help config [email protected] /usr/local/lib/node_modules/npm with npm * add requested review changes
…f undefined" error (#19131)
instead of `gatsby-design-tokens`; we're noew only importing from `gatsby-design-tokens` once, in `src/gatsby-plugin-theme-ui`. Refactor a couple (related) things along the way. Ref. #19115
* fix(www): /guidelines/color modal title color * chore(www): Remove utils/guidelines/theme
* add RFC definition on contributor docs * add SEO acronym definition * Update docs/contributing/gatsby-style-guide.md Co-Authored-By: Amberley <[email protected]> * remove acronym from header * keep header, but change first sentence
This makes it easier to translate, since the entire paragraph can be translated instead of weird word breaks.
* docs: add initial revision of adding react components doc * docs: add react components doc link to sidebar * docs(add react components): swap to american spelling Co-Authored-By: Kyle Gill <[email protected]> * docs(add react components): add info about using third party components * docs(add react components): remove sections from other pages and cross-reference * docs(porting from cra): add class component examples for browser global use * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/porting-from-create-react-app-to-gatsby.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/porting-from-create-react-app-to-gatsby.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/porting-from-create-react-app-to-gatsby.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Remove references to other package managers * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/adding-react-components.md Co-Authored-By: Marcy Sutton <[email protected]> * Update adding-react-components.md * Update docs/docs/adding-react-components.md Co-Authored-By: Michael <[email protected]> * Apply suggestions from code review Co-Authored-By: Michael <[email protected]>
* capitalization and grammar fixes * fix docs pr based on feedback
* Submit to site showcase: Oberion * Remove category gaming
- Bottender Docs is no longer using Gatsby. Removing entry - Citywide Holdup's repo is no longer public. Removing source_url - Dale Blackburn's portfolio repo is no longer public. Removing source_url - Rou Hun Fan's portfolio repo is no longer public. Removing source_url - nehalist.io's repo is no longer public. Removing source_url
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Related Issues