This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
https://reactfaq.site NOT WORKING #39
Comments
@timarney |
muescha
pushed a commit
to muescha/gatsby
that referenced
this issue
Nov 28, 2019
LekoArts
pushed a commit
to gatsbyjs/gatsby
that referenced
this issue
Nov 28, 2019
* 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 <>
gatsbybot
added a commit
to gatsbyjs/gatsby-i18n-source
that referenced
this issue
Nov 28, 2019
… (#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 <>
MichaelDeBoey
added a commit
to gatsbyjs/gatsby-i18n-source
that referenced
this issue
Dec 5, 2019
* 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 <marcy@gatsbyjs.com> * 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 <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Lennart <lekoarts@gmail.com> * 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 <laurie@gatsbyjs.com> * 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 <marcy@gatsbyjs.com> * 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 <marcy@gatsbyjs.com> * 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 <184316+muescha@users.noreply.github.com> * 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 <laurie@gatsbyjs.com> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * sync with monorepo gatsbyjs/gatsby@21023d5 - docs: Importing JSON files correctly outside GraphQL (#17061) Co-authored-by: Ward Peeters <ward@coding-tech.com> Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com> * 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 <184316+muescha@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * 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 <barth.laurie@gmail.com> * Update docs/docs/static-vs-normal-queries.md Co-Authored-By: LB <barth.laurie@gmail.com> * 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 <barth.laurie@gmail.com> Co-Authored-By: Michael <184316+muescha@users.noreply.github.com> * added section on differences and fixed some hanging sentences * Update docs/docs/building-a-site-with-authentication.md Co-Authored-By: LB <barth.laurie@gmail.com> * 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 <barth.laurie@gmail.com> * 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 <184316+muescha@users.noreply.github.com> * Converted tabs to spaces to make formatting of XML consistent. * Update docs/docs/deploying-to-iis.md Co-Authored-By: Michael <184316+muescha@users.noreply.github.com> * 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 <freiksenet@gmail.com> * 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 <kylerobertgill@gmail.com> * 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 <184316+muescha@users.noreply.github.com> * 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 <184316+muescha@users.noreply.github.com> * Make page more general, for porting part and the whole Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Apply suggestions from code review Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Style guide: less we more you Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Apply suggestions from code review - Briefly explain JSX and add in some mentions. - Expand and clarify JavaScript / JSX passages. Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Review: Clarify tooling and building points. Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * 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 <marcy@gatsbyjs.com> * fix gatsby-site path roots * Apply suggestion from code review - gatsby serve tip Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * 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 <barth.laurie@gmail.com> * Update docs/contributing/setting-up-your-local-dev-environment.md Co-Authored-By: LB <barth.laurie@gmail.com> * 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 <mathews.kyle+gatsbybot@gmail.com> * 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 <barth.laurie@gmail.com> * 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 <laurie@LauriesrkLaptop.fios-router.home> * 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 <me@sidharthachatterjee.com> * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <kylerobertgill@gmail.com> * Update docs/docs/routing.md * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <kylerobertgill@gmail.com> * Update docs/docs/routing.md Co-Authored-By: Kyle Gill <kylerobertgill@gmail.com> * 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 <184316+muescha@users.noreply.github.com> * 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 <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/routing.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * 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 <aisha.g.blake@gmail.com> * Update docs/docs/query-behind-the-scenes.md Co-Authored-By: Aisha Blake <aisha.g.blake@gmail.com> * 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 <laurie@gatsbyjs.com> * chore: format
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://reactfaq.site NOT WORKING
The text was updated successfully, but these errors were encountered: