-
Notifications
You must be signed in to change notification settings - Fork 4
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
(sync) Sync with gatsby-i18n-source @ 90932a0 #6
Open
gatsbybot
wants to merge
205
commits into
master
Choose a base branch
from
sync-90932a0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Add Prettier config + pre-commit hook
* Update from gatsbyjs/gatsby * sync with monorepo gatsbyjs/gatsby@5d3f6ef - Update from gatsbyjs/gatsby * sync with monorepo gatsbyjs/gatsby@1acac83 - update a few reference guide overview pages (#19296) * sync with monorepo gatsbyjs/gatsby@ac5af97 - docs: adding rehydration doc and updates to building apps over… (#19214) * sync with monorepo gatsbyjs/gatsby@7447d10 - Fix linting for new version of Prettier * sync with monorepo gatsbyjs/gatsby@149f0d2 - docs: styles folder name incorrect (#19405) the `/styles/` from the docs about `src/styles/global.css` is written as `/styles/styles/` * sync with monorepo gatsbyjs/gatsby@f488d4a - Update gatsby-style-guide.md (#19404) Changes link to Hemingway App from `https://www.hemingwayapp.com/` to `https://hemingwayapp.com/` because `https://www.hemingwayapp.com/` has an invalid SSL certificate and is flagged as a security risk. * sync with monorepo gatsbyjs/gatsby@eb165e3 - Add instructions for changing deeplinks when editing headings (#19186) * sync with monorepo gatsbyjs/gatsby@702f8e1 - Add note how to enable eslint-loader with custom config (#19399) * sync with monorepo gatsbyjs/gatsby@5bbf527 - docs(mdx): add caveat on graphql query export (#19366) * sync with monorepo gatsbyjs/gatsby@16adf60 - chore(docs): Update awesome-gatsby (#19315) * sync with monorepo gatsbyjs/gatsby@2b48c10 - docs(gatsby): html.js docs for themes (#19211) * docs(gatsby): html.js docs for themes #19181 * docs(html): html.js custom placement * docs(htm): Update docs/docs/custom-html.md Co-Authored-By: Marcy Sutton <[email protected]> * sync with monorepo gatsbyjs/gatsby@67f9740 - [docs] Fix expected directory tree in _Shadowing other themes_ (#19140) * sync with monorepo gatsbyjs/gatsby@ce0c7b4 - docs: consistent terminology for hydration (#19449) * sync with monorepo gatsbyjs/gatsby@5eef712 - docs: add better source plugin documentation (#19413) * add better source plugin documentation * chore: format * Apply suggestions from code review * sync with monorepo gatsbyjs/gatsby@9e01476 - Update Code of Conduct to include divisive * sync with monorepo gatsbyjs/gatsby@72128a4 - chore(docs): Add note about file extensions (#19464) * sync with monorepo gatsbyjs/gatsby@52be765 - fix(gatsby): Re-use plugin resolution logic for theme dir resolution (#19470) * sync with monorepo gatsbyjs/gatsby@9047cad - chore(docs): link to gatsby-plugin-catch-links in gatsby link… (#19424) * sync with monorepo gatsbyjs/gatsby@4db2ff1 - chore(docs): Add documentation for tailwindcss support (#17747) * Added documentation for tailwindcss support Additionally I fixed some highlight and intendation mistakes * Fixed code highlighting Inside the code sample was SCSS code instead of Sass. So, I changed the file extenstion into `scss`. * chore: format * consistent code formatting * removed tailwindcss instructions * added sass implementation of tailwind css * consistent use of tailwindcss and Tailwind CSS * imcorporate requested changes Co-authored-by: GatsbyJS Bot <[email protected]> Co-authored-by: Lennart <[email protected]> * sync with monorepo gatsbyjs/gatsby@337bbd0 - Add hint how to disable ESLint (#19171) * Add hint how to disable ESLint #19170 * Run prettier * Apply code review suggestion for docs/docs/eslint.md Co-Authored-By: LB <[email protected]> * Run prettier * Add explanatory paragraph back * chore: format * sync with monorepo gatsbyjs/gatsby@9d37452 - Fix spelling mistake in eCommerce tutorial index (#19494) * sync with monorepo gatsbyjs/gatsby@2aae4e6 - chore(docs): Add new language in transalation list (#19467) * Add Gujarati, French, Mongolian langulage to new transalation list * Add the entries alphabetically sorted by the language code * sync with monorepo gatsbyjs/gatsby@0cad243 - Tutorial improvements (#19500) * Added F12 key hint for devtools * Add import headers for full-copy-paste This brings the code examples in line with the other examples, which can be fully copy-pasted into the file without error. * sync with monorepo gatsbyjs/gatsby@75f411d - Add Traditional chinese language to translation list in doc (#19498) * sync with monorepo gatsbyjs/gatsby@58a627e - chore(docs): Adds two key steps on building ecommerce sites wi… (#18669) * 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]> * Little typo with the npm-force-resolutions package name is fixed * Added two additional steps for the tutorial on how to build ecommer sites with Stripe that were required by stripe for the example to work * Added missing screenshot files * Removed intstructions from the old Stripe UI * Removes the now unused images and integrates suggestions from gatsby learning * Changed integration to function when referring to the `redirectToCheckout` function Co-Authored-By: Michael <[email protected]> * Rewrote the requirements to use this integration, changed pronouns, fixed typos, changed quotes * Added missing screenshot file * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <[email protected]> * sync with monorepo gatsbyjs/gatsby@21023d5 - docs: Importing JSON files correctly outside GraphQL (#17061) Co-authored-by: Ward Peeters <[email protected]> Co-authored-by: GatsbyJS Bot <[email protected]> * sync with monorepo gatsbyjs/gatsby@70f03f1 - chore(docs): Add Vietnamese language in transalation list (#19539) * sync with monorepo gatsbyjs/gatsby@8882caf - Update second code block to include title field which is missing (#19542) title field is missing from second block which makes the code confusing when printing the title within H1 but title is not included in fields queried via GraphQL statement. * sync with monorepo gatsbyjs/gatsby@037006b - chore: add gatsby-templates.io to awesome-gatsby-resources.md (#19503) * sync with monorepo gatsbyjs/gatsby@c369fdd - Link "Gatsby Cloud" to https://www.gatsbyjs.com/ * sync with monorepo gatsbyjs/gatsby@c980634 - Fix grammatical error in preparing-for-deployment (#19566) * sync with monorepo gatsbyjs/gatsby@aac2b97 - Update why-contribute-to-gatsby.md file (#19560) * sync with monorepo gatsbyjs/gatsby@67d8b6b - docs: Renaming of Kentico Kontent (#19114) * Changes for renaming of Kentico Kontent * fix linting problem * add redirect for renamed tutorial * Add additional redirect * Update link in blog post * Remove old blog post * Add renamed starter back in * Change npm for yarn * Fix location of kontent starter * chore: format * sync with monorepo gatsbyjs/gatsby@20afc1b - docs: remove TODOs from Static vs Normal Queries to focus more on internals (#19219) * remove TODOs and focus the doc more on internals * Apply suggestions from code review Co-Authored-By: Michael <[email protected]> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <[email protected]> * updates to remove implementation details and clarify more concepts * add one more example to show differences * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * Update docs/docs/static-vs-normal-queries.md Co-Authored-By: LB <[email protected]> * sync with monorepo gatsbyjs/gatsby@26c1b65 - Fix typo in "Extensions and directives" section in schema-cust… (#19625) * sync with monorepo gatsbyjs/gatsby@e1930af - [docs] Add local plugins to "Building Themes" (#19330) * sync with monorepo gatsbyjs/gatsby@b4b5c32 - docs: add detail on server configurations for client side rout… (#19554) * add more detail on server configurations * fix heading * Update client-only-routes-and-user-authentication.md * chore: format * sync with monorepo gatsbyjs/gatsby@1cc2045 - chore(docs): Fix typo in wordpress-source-plugin-tutorial.md (#19629) Correct the spelling in the path * sync with monorepo gatsbyjs/gatsby@617295a - chore(docs): Fix case of Gatsby, Strapi, Bootstrap and WordPress (#19626) * sync with monorepo gatsbyjs/gatsby@ed105ec - Remove creator showcase (#19495) * sync with monorepo gatsbyjs/gatsby@b549007 - fix(docs): Incorrect directory reference in recipe snippet (#19650) * sync with monorepo gatsbyjs/gatsby@328f2e6 - chore(docs): updates for old maintainer meeting (#19660) * sync with monorepo gatsbyjs/gatsby@ed5f991 - docs: gatsby for apps - auth and client only routes (#19551) * initial improvements * update example and add explanations for client only routes * add overview of auth * more auth example code * finishing touches to connect docs and smooth out overall flow * chore: format * chore: format * Apply suggestions from code review Co-Authored-By: LB <[email protected]> Co-Authored-By: Michael <[email protected]> * added section on differences and fixed some hanging sentences * Update docs/docs/building-a-site-with-authentication.md Co-Authored-By: LB <[email protected]> * update to fall in line with new content on configuring server for client only routes * chore: format * Update docs/docs/client-only-routes-and-user-authentication.md Co-Authored-By: LB <[email protected]> * sync with monorepo gatsbyjs/gatsby@a6d9655 - Update sites.yml (#19672) * sync with monorepo gatsbyjs/gatsby@baea439 - Added information about deployment to Microsoft IIS (#19371) * Added information about deployment to Microsoft Internet Information Server (IIS) to the docs; especially with regards to caching. * Update docs/docs/deploying-to-iis.md Co-Authored-By: Michael <[email protected]> * Converted tabs to spaces to make formatting of XML consistent. * Update docs/docs/deploying-to-iis.md Co-Authored-By: Michael <[email protected]> * Added deploying-to-iis to doc-links.yaml. * chore: format * sync with monorepo gatsbyjs/gatsby@e81c45c - Include gatsby-remark-images in RootConfig.Plugins array of code-copy section in docs. (#19671) * [docs/mdx-plugin/gatsby-remark-images] including options.plugins entry * [docs/mdx-plugin] fixing lint error * [docs/mdx-plugin/gatsby-remark-images__config-update] Adding gatsby-remark-images to root plugins array * [docs/mdx-plugin/gatsby-remark-images] Responding to change request: Adding detail to sentence above code section block. * sync with monorepo gatsbyjs/gatsby@f86d8c6 - Fix and clarify Ghost sourcing page (#19411) * Fix and clarify Ghost sourcing page * Update docs/docs/sourcing-from-ghost.md Co-Authored-By: Mikhail Novikov <[email protected]> * sync with monorepo gatsbyjs/gatsby@7f9d5bb - fix(gatsby-plugin-sharp): fix progressbar & caching layer (#19717) * sync with monorepo gatsbyjs/gatsby@ca4a65c - docs: guide for porting an html site to gatsby (#18609) * docs: guide for porting part of a html site to gatsby * fix: add missing normalize.css file to trees, build sentence rewrite * fix: change links to be relative paths * Apply suggestions from code review Co-Authored-By: Kyle Gill <[email protected]> * Apply suggestions from @gillkyle code review * Clearer and Consistenter(heh) prefix descriptions * format is aggressive about wrapping here, switching to start/end marks! * bracket typo, square the curl * Apply suggestions from code review Co-Authored-By: Michael <[email protected]> * parting more ports and the complete Gatsby section, per @muescha suggestion * Update docs/docs/porting-part-of-a-html-site-to-gatsby.md Co-Authored-By: Michael <[email protected]> * Make page more general, for porting part and the whole Co-Authored-By: Marcy Sutton <[email protected]> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <[email protected]> * Style guide: less we more you Co-Authored-By: Marcy Sutton <[email protected]> * Apply suggestions from code review - Briefly explain JSX and add in some mentions. - Expand and clarify JavaScript / JSX passages. Co-Authored-By: Marcy Sutton <[email protected]> * Review: Clarify tooling and building points. Co-Authored-By: Marcy Sutton <[email protected]> * condense why section and link off to core philosophy * expand on isolation -> integration in porting process * add file example for adjusting Link tags in porting more parts * fix heading structure: add h1 on each page and make logo a styled anchor * change name to match new title * update sidebar and breadcrumb titles * remove assetPrefix from example project, add link as note * restructure for full html site port, with note for prefix options * fix out of date directory name * correct contradicting sentence about not changing copied over html markup * expand opening to position guide relative to main tutorial * Apply suggestions from code review Co-Authored-By: Marcy Sutton <[email protected]> * fix gatsby-site path roots * Apply suggestion from code review - gatsby serve tip Co-Authored-By: Marcy Sutton <[email protected]> * add partial porting note to introduction and hosting section * consistent flag -- * sync with monorepo gatsbyjs/gatsby@613304c - swap broken link (#19747) * swap broken link * Update broken link * sync with monorepo gatsbyjs/gatsby@2a8dd66 - Update blog-and-website-contributions.md (#19756) * Update blog-and-website-contributions.md Corrected few of the Grammatical and spelling errors. * Update docs/contributing/blog-and-website-contributions.md * Update docs/contributing/blog-and-website-contributions.md * sync with monorepo gatsbyjs/gatsby@c120b1e - docs(setting-up-your-local-dev-environment): beautify some parts (#19349) * Update setting-up-your-local-dev-environment.md * capitals for Node * add help link to fork * fix with prettier (#19365) * Update docs/contributing/setting-up-your-local-dev-environment.md Co-Authored-By: LB <[email protected]> * Update docs/contributing/setting-up-your-local-dev-environment.md Co-Authored-By: LB <[email protected]> * add github help pages about sync * removed pull app, fixed Github->GitHub * removed obsolete headline * sync with monorepo gatsbyjs/gatsby@5dc665f - fix(docs): 404 on docs/modifying-a-starter (#19824) * sync with monorepo gatsbyjs/gatsby@c65f112 - fix(blog): 404 on docs/migrating-from-v1-to-v2.md (#19826) * sync with monorepo gatsbyjs/gatsby@0264f27 - fix(docs): link not match text in docs/tutorial/wordpress-sour… (#19828) * sync with monorepo gatsbyjs/gatsby@2e50fab - fix(doc): 404 on docs/headless-cms (#19822) * chore(doc): 404 on /docs/headless-cms * chore: format Co-authored-by: GatsbyJS Bot <[email protected]> * sync with monorepo gatsbyjs/gatsby@e0c1618 - Update plugin authoring guide per style guide (#19787) * update plugin authoring guide per style guide Adds more explanations to terminology, as some readers may not be familiar with the concepts * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * sync with monorepo gatsbyjs/gatsby@7b814f8 - fix(docs): fix 404 links (#19853) * fix link in adding-react-components.md * fix link to twitter gill kyle * remove link to not existing GIPHY * changed twitter handle ( https://www.katiefujihara.com/ ) * removed non existing user at twitter @fernandopoumian - can not find a new one :( * fix wrong link to react-rehydration -> react-hyadration * reactfaq.site is abandoned ( timarney/react-faq#39 ) * fixed link for gatsby-starter-theme-workspace * fixed link for gatsby-theme-blog and gatsby-theme-notes * fixed link for rfcs 0004-native-graphql-source * fixed link for octoverse.github.com/#top-languages * fixed link for gatsby-theme-apollo-docs project-config-panel.mdx * fixed link for github.com/nicholaswyoung Co-authored-by: Muescha <> * sync with monorepo gatsbyjs/gatsby@c125ec2 - chore(docs): Add reference to MDX blog post to main docs (#19804) Co-authored-by: Laurie Barth <[email protected]> * sync with monorepo gatsbyjs/gatsby@da20db9 - fix(docs): fixed images links to use always ./images (#19875) Co-authored-by: Muescha <> * sync with monorepo gatsbyjs/gatsby@f2bfeda - chore(docs): Minor grammar fix (#19884) * sync with monorepo gatsbyjs/gatsby@10663d8 - chore(docs): Minor grammar fix (#19893) * sync with monorepo gatsbyjs/gatsby@d81605b - Rename Routing Doc and remove duplicate stub (#19918) * Rename Routing Doc and remove duplicate stub * add redirect * sync with monorepo gatsbyjs/gatsby@ea8147c - Update Routing docs main page (#19700) * Update routing main docs page * Update docs/docs/routing.md Co-Authored-By: Sidhartha Chatterjee <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <[email protected]> * Update docs/docs/routing.md * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <[email protected]> * Update docs/docs/routing.md * Prefetching is explained elsewhere. We should change the structure of the docs and point to the content inside the main routing landing page. * Update docs/docs/routing.md Co-Authored-By: Michael <[email protected]> * Update docs/docs/routing.md * Update docs/docs/routing.md * Update docs/docs/routing.md * Feedback from conversation with Brittney * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <[email protected]> * chore: format * sync with monorepo gatsbyjs/gatsby@7c34e69 - update(docs): mark more Gatsby internal docs for update (#19848) * update(docs): mark Gatsby internal docs for update * update(docs): mark Gatsby internal docs for update * Update docs/docs/node-tracking.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/query-behind-the-scenes.md Co-Authored-By: Aisha Blake <[email protected]> * sync with monorepo gatsbyjs/gatsby@0c44d22 - chore(docs): Add sourcing-from-forestry doc page (#18426) * Add sourcing-from-forestry doc page; Sort headless-cms table to be alphabetical * Fix formatting for linter * Revert table sorting; Add Forestry to table * Add requested changes * Update sourcing-from-forestry page; Run prettier * Update sourcing-from-forestry page to include development workflow * Run format script * Revert "Run format script" This reverts commit 5c01c04d6cda4a4ba335ea0180c4b42bbe974592. Revert prettier edits * Remove Netlify CMS reference in sourcing-from-forestry page * Update docs/docs/sourcing-from-forestry.md Co-Authored-By: LB <[email protected]> * chore: format
…g] add note about internal PR label (#20026) * add note about PR labels * chore: update PR doc to not include WIP/drafts
…sby-starter-papan01 (#20017) * chore(starters): add gatsby-starter-papan01 * chore(starters): add gatsby-starter-papan01
…#19843) * Updated write-pages.md * Update docs/docs/write-pages.md Co-Authored-By: Marcy Sutton <[email protected]>
…entry for Node.js (#19965) * Docs: Encyclopedia: entry for Node.js. * docs/glossary/node: Disable Table of Contents. * Docs: Encyclopedia: entry for Node.js. * docs/glossary/node: Disable Table of Contents. * docs/glossary: Link to node entry, update sidebar. * chore: format * docs/glossary: Clarify what happens after installing gatsby-cli. * docs/glossary/node.md: Insert some missing words. Improve phrasing.
…on malformed files (#20063)
…g-search-with-algolia (#20061) - prexifed => prefixed - webinterface => web interface
…ult noscript tag from html.js template (#20023) * Removed noscript tag from gatsby * Ran tests to fix errors * docs: remove mention about <noscript> in html.js
…losing parens in api-files-gatsby-node.md (#20077) * Add missing closing parens : line 30 * chore: format
…ranslation-guide.md (#20090) Corrected the spelling error in this file
…inux pages, add hint about rebuilding dependencies (#20075) * fix brand names and note about rebuilding * add slash to link
Corrected some spelling and grammatical error.
…tructions for Windows and Linux on the "Part 0" page (#18262) * improve setup instructions for windows and linux * grammatical tweak * add instructions per package manager on linux * remove emoji, add npm info paragraph * Add instructions similar to "Gatsby on Linux" page * lint, fix typo, small improvements * lint part 0 tutorial * update image with correct Node.js versions * Apply suggestions from code review - Wording improvements - Structure improvements Co-Authored-By: LB <[email protected]> * Wording fix * add node and npm version check instructions
* Update plugin README template to account for themes and be more explicit about package managers * Update plugin template to account for themes and more specific installation instruction guidelines * Update docs/contributing/docs-templates.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/contributing/docs-templates.md Co-Authored-By: Aisha Blake <[email protected]>
…ooting common errors (#19966) * initial state of doc * added more common errors to guide page * Apply suggestions from code review Co-Authored-By: Michael <[email protected]> * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * reorder sample code * add graphql errors * Update troubleshooting-common-errors.md * update doc with references to umbrella issues * Apply suggestions from code review Co-Authored-By: Aisha Blake <[email protected]> * finish sentence
…vironment Variables docs (#20087) * add clarity to Gatsby Environment Variables ## Description docs: add clarity to Gatsby Environment Variables addressing issue #19387 * add suggested changes to Env Var doc * update environment-variables.md * chore: format
…s, themes, and starters (#20025) * docs: add info on plugins, themes, and starters * chore: fix sidebar, add more details * chore: fix typo * Apply suggestions from code review Co-Authored-By: LB <[email protected]>
… triage with more explicit instructions for o… (#20100) * Adjust contributor issue triage with more explicit instructions for one off answers without documentation * flip order * Update docs/contributing/triaging-github-issues.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/contributing/triaging-github-issues.md Co-Authored-By: Marcy Sutton <[email protected]>
…cs on guides & contributions (#20057) * add missing steps to the docs setup instructions * chore: contributing info for guide types * add instructions on pushing to remote forks * remove extra line from doc-links * add note about other guides to Style Guide * Apply suggestions from code review Co-Authored-By: Aisha Blake <[email protected]> Co-Authored-By: LB <[email protected]>
…debugging build process on windows (#20046)
…t-form.md (#19570) * Update building-a-contact-form.md Added Getform as a contact form handling solutions * Update docs/docs/building-a-contact-form.md better Link Text suggestion added Co-Authored-By: Michael <[email protected]> * Update building-a-contact-form.md Revisions suggested have been added. * Update building-a-contact-form.md Added some more language to make it clearer. * Update building-a-contact-form.md Added some language to make the texts more descriptive. * Update building-a-contact-form.md Language changes. * formatted
…le structure (#21417)
…h Windows Configuration (#20361) * Updated with Windows Configuration Added SET GATSBY_GRAPHQL_IDE=playground&gatsby develop as the configuration needed to make it work in Windows. * Changed SET for cross-env * Update docs/docs/using-graphql-playground.md Tried it out and worked too Co-Authored-By: Vladimir Razuvaev <[email protected]> Co-authored-by: LB <[email protected]> Co-authored-by: Vladimir Razuvaev <[email protected]>
…prioritise npx method (#21169) * Updated instructions to prioritise npx method As this is the method recommended by Storybook I think we should prioritise it in the setup instructions over installing the CLI globally. * Switch > with < * Add note regarding use of npx over npm Thanks @laurieontech for the wording Co-authored-by: GatsbyJS Bot <[email protected]>
…l (#21453) * Mark localhost URLs as code snippets * Mark localhost URLs as code snippets * made styling changes * fix up recipes overview page * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * remove section on style guide * add recipe to overview page * resolve merge conflicts * chore: format * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Michael <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Michael <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Michael <[email protected]> * updated transforming-data.md * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * made corrections * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Delete transforming-data.md.rej This is an outdated merge file and can be deleted. * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * made changes to recipe * made changes to recipe * made changes to recipe * made changes to recipe * Update docs/docs/recipes/transforming-data.md Co-Authored-By: LB <[email protected]> * Update docs/docs/recipes/transforming-data.md Co-Authored-By: Marcy Sutton <[email protected]> * added in more details * added in more details * changed url * made final changes to recipe Co-authored-by: Marcy Sutton <[email protected]> Co-authored-by: LB <[email protected]> Co-authored-by: GatsbyJS Bot <[email protected]> Co-authored-by: Michael <[email protected]>
…entation Update (#21416) * updating as v2 is now out and making it less repetitive * Update api-specification.md
…ed (#21466) Changed "ofter" to "otter"
…est with Gatsby (#21078) * Split Testing with Google Analytics * Added split testing images * docs/split-testing * Initial edits * Update links * Updated gifs * Docs: Added more detail on who uses A/B tests * Small edits Co-authored-by: Aisha Blake <[email protected]>
…s deployment article, excerpt (#21438) * docs/glossary: Continuous deployment article, excerpt - Updated glossary.md with new entry. - Updated doc-links to add link to new entry. * Update continuous-deployment.md: Fix some grammar, wording. * Update docs/docs/glossary.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/continuous-deployment.md Add (CD) abbreviation. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/continuous-deployment.md Use relative instead of absolute URL. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/continuous-deployment.md Correct pluralization, extend sentence about tests. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/continuous-deployment.md Improve phrasing, add sentence about the advantage of a continuous deployment workflow. * glossary/continuous-deployment.md: Remove second link to blog post. Co-authored-by: Aisha Blake <[email protected]>
…tsby-source-filesystem-programmatic-import" to"packages/gatsby-source-filesystem/" (#21471) * redirecting gatsby-source-filesystem Programmatic Import to plugin README * Update www/redirects.yaml Co-Authored-By: Marcy Sutton <[email protected]> * deleted the stub page Co-authored-by: GatsbyJS Bot <[email protected]> Co-authored-by: Marcy Sutton <[email protected]>
… quotation mark (#21529)
…e for processing payments with Square (#20977) * Draft square guide * Add Square guide * Tweak Square notes * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * clarify sentence on payment options * Fix typo Co-Authored-By: LB <[email protected]> * Rework example code based on PR feedback * chore: format * Add link to Checkout API instructions * Add example site * Add note linking to example site * Add highlighting in index.js code snippet Co-Authored-By: LB <[email protected]> * chore: format Co-authored-by: LB <[email protected]> Co-authored-by: GatsbyJS Bot <[email protected]>
… in example code (#21483) Missing line in example code: import { StaticQuery } from "gatsby"
…t - fix anchor link (#20760) * apply redirect - fix anchore link * solve merge conflicts - part 2
…ling approach`. (#21491) why? Suggest adding link to help understand the meaning of `styling approach`. Link: - https://www.gatsbyjs.org/docs/creating-global-styles/ - https://www.gatsbyjs.org/docs/css-libraries-and-frameworks/
…localhost (on pixabay tutorial) (#21177) * fix links to localhost * revert link to previous syntax Co-authored-by: GatsbyJS Bot <[email protected]>
…context links to code 404 (#21556)
…ription to installing Gatsby-CLI globally (#21554) * chore(doc):Add more description to installing Gatsby-CLI globally * chore(doc):Add more description to installing Gatsby-CLI globally * Update docs/docs/quick-start.md Co-Authored-By: LB <[email protected]> Co-authored-by: LB <[email protected]>
…de about importing and using components in MDX (#21285) * update libraries to crosslink and include data about using other components * revisions to remove wrongly committed code * Apply suggestions from code review Co-Authored-By: LB <[email protected]> * Update docs/docs/mdx/importing-and-using-components.md * update example to clarify shortcode example * one more change from mdx files to mdx documents * Update docs/docs/mdx/importing-and-using-components.md Co-Authored-By: LB <[email protected]> Co-authored-by: LB <[email protected]> Co-authored-by: GatsbyJS Bot <[email protected]>
…pled Drupal glossary entry. (#21243) * docs/glossary: Add decoupled Drupal glossary entry. Also updated glossary page and sidebar with links to new entry. * Update docs/docs/glossary/decoupled-drupal.md Add a missing article, insert "itself." Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/decoupled-drupal.md Change link text for the drupal-graphql module. Co-Authored-By: Aisha Blake <[email protected]> * Update docs/docs/glossary/decoupled-drupal.md Use relative instead of absolute link. Co-Authored-By: Aisha Blake <[email protected]>
…oud references in OSS (#21461) * Add policy for gatsby cloud references in OSS * Update docs/contributing/gatsby-style-guide.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/contributing/gatsby-style-guide.md Co-Authored-By: Aisha Blake <[email protected]> * Update docs/contributing/gatsby-style-guide.md * Update docs/contributing/gatsby-style-guide.md * Add periods to ends of sentences Co-authored-by: Aisha Blake <[email protected]>
…stallation instructions for v0.3 (#21568)
… a plugin guide. (#21221) * Started work on Maintaining plugin stub * Corrected Comments that were casuing .md file form showiing in preview * added Handling patches and improvments, Updating Readme and use case sections * aAdded Tooling and dependency improvements section * updated doc to fit style guide. * Updated PR with correction from Kyle G. * Updated PR with review * Updated PR with review * Updated PR with reviews * update doc with review and remove asterisk from doc-liink yaml * add reviews from Laurie * Update * update maintianing Plugin PR with reviews from Marcy Co-authored-by: GatsbyJS Bot <[email protected]>
…n/style-guide.md (#21570) * Update style-guide.md * Update style-guide.md * chore: format Co-authored-by: GatsbyJS Bot <[email protected]>
… into sync-90932a0
gatsbybot
requested review from
kishanjasani,
mrmakadia94 and
sagarnasit
as code owners
February 19, 2020 23:04
1 task
tesseralis
added
the
sync
Sync with translation source. Used by @gatsbybot to track open sync pull requests.
label
Mar 28, 2020
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.
Sync all non-conflicting files with the source repo. This PR contains all updates that do not cause any conflicts and can be merged immediately.
NOTE: Do NOT squash-merge this pull request. The sync script requires a ref to the source repo in order to work correctly.