Skip to content
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

Updating my gatsby fork #5

Merged
merged 820 commits into from
Jan 12, 2020
Merged

Updating my gatsby fork #5

merged 820 commits into from
Jan 12, 2020

Conversation

ehowey
Copy link
Owner

@ehowey ehowey commented Jan 12, 2020

Description

Related Issues

KiranAkadas and others added 30 commits December 10, 2019 12:37
* Updated write-pages.md

* Update docs/docs/write-pages.md

Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
* 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.
- prexifed => prefixed
- webinterface => web interface
* Removed noscript tag from gatsby

* Ran tests to fix errors

* docs: remove mention about <noscript> in html.js
 - babel-preset-gatsby@0.2.26
 - gatsby-plugin-mdx@1.0.62
 - gatsby-theme-blog-core@1.0.38
 - gatsby-theme-blog@1.2.10
 - gatsby-theme-notes@1.0.34
 - gatsby@2.18.11
The snippet for adding the plugin results in an array of characters. E.g.:

```
[...`gatsby-plugin-typescript`]
// ["g", "a", "t", "s", "b", "y", "-", "p", "l", "u", "g", "i", "n", "-", "t", "y", "p", "e", "s", "c", "r", "i", "p", "t"]
```

This can cause confusing errors for beginners who copy and paste.
…0077)

* Add missing closing parens : line 30

* chore: format
Corrected the spelling error in this file
* chore(starters): add gatsby-starter-chronoblog-profile

* I have no idea how this happened
…ncies (#20075)

* fix brand names and note about rebuilding

* add slash to link
Corrected some spelling and grammatical error.
 - gatsby-plugin-typescript@2.1.23
 - gatsby-remark-images@3.1.38
 - gatsby-theme-blog-core@1.0.39
 - gatsby-theme-blog@1.2.11
 - gatsby-transformer-react-docgen@5.0.25
* chore(starters): add gatsby-starter-cryptocurrency

* Add Catalyst Network showcase site

* chore: format
…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 <laurie@gatsbyjs.com>

* 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 <aisha.g.blake@gmail.com>

* Update docs/contributing/docs-templates.md

Co-Authored-By: Aisha Blake <aisha.g.blake@gmail.com>
* initial state of doc

* added more common errors to guide page

* Apply suggestions from code review

Co-Authored-By: Michael <184316+muescha@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: LB <barth.laurie@gmail.com>

* 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 <aisha.g.blake@gmail.com>

* finish sentence
* 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
…ction in Gatsby Cloud" (#19982)

* added index.md

* added images, text editing

* correction

* updated title and alt text

Thanks @AishaBlake for the suggestions!

* smaller image, some text changes

* changed title

* final fixes

* smaller image
* 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 <barth.laurie@gmail.com>
…ity (#19947)

* Update making-your-site-accessible.md

update making-your-site-accessible to include information about default settings for `eslint-plugin-jsx-a11y`

* Update making-your-site-accessible.md

Update with note about how local `.eslintrc` files bypass Gatsby's `eslint-loader`

* Update making-your-site-accessible.md

* Update eslint.md

* Update eslint.md

* Update making-your-site-accessible.md

* Update making-your-site-accessible.md

* Update eslint.md

* Update making-your-site-accessible.md

* Update docs/docs/eslint.md

Co-Authored-By: LB <barth.laurie@gmail.com>

* chore: format

* Update docs/docs/making-your-site-accessible.md

Co-Authored-By: LB <barth.laurie@gmail.com>

* Update docs/docs/making-your-site-accessible.md

Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
#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 <marcy@gatsbyjs.com>

* Update docs/contributing/triaging-github-issues.md

Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
muescha and others added 29 commits January 8, 2020 23:31
* Update gatsby-cli ReadMe for develop PORT env var 

Updates reference not caught in #20250

* chore: format

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
* Replace vendored dependency with npm packages

* Drop babel, run the code directly on node 10+

* Remove unneeded files

* Use new dependency

* Rewrite

Add readme and manual tests for lambda function

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
…perlink to styled-component (#20494)" (#20501)

This reverts commit 3ef9cc9.
* chore(gatsby-cli): Add notice for Node 8 EOL

* Fix semver check

* Fix existing tests and add another

* Update upgrade documentation in context of Node 10

* Tweak warning
…dability (#20503)

* docs(What-you-dont-need-plugins-for): Grammar change to aid readability. Also added hyperlink to styled-component

* docs(What-you-dont-need-plugins-for): Grammar change to aid readability
 - babel-plugin-remove-graphql-queries@2.7.20
 - gatsby-cli@2.8.24
 - gatsby-codemods@1.1.19
 - gatsby-plugin-catch-links@2.1.22
 - gatsby-plugin-emotion@4.1.19
 - gatsby-plugin-google-tagmanager@2.1.21
 - gatsby-plugin-layout@1.1.19
 - gatsby-plugin-manifest@2.2.35
 - gatsby-plugin-mdx@1.0.65
 - gatsby-plugin-preload-fonts@1.0.23
 - gatsby-plugin-react-helmet@3.1.19
 - gatsby-plugin-remove-trailing-slashes@2.1.18
 - gatsby-plugin-sharp@2.3.11
 - gatsby-plugin-typescript@2.1.24
 - gatsby-remark-code-repls@3.0.23
 - gatsby-remark-copy-linked-files@2.1.34
 - gatsby-remark-custom-blocks@2.1.22
 - gatsby-remark-embed-snippet@4.1.19
 - gatsby-remark-images-contentful@2.1.28
 - gatsby-remark-images@3.1.40
 - gatsby-remark-katex@3.1.21
 - gatsby-source-contentful@2.1.74
 - gatsby-source-drupal@3.3.14
 - gatsby-source-faker@2.1.18
 - gatsby-source-filesystem@2.1.44
 - gatsby-source-shopify@3.0.38
 - gatsby-source-wordpress@3.1.55
 - gatsby-theme-blog-core@1.0.48
 - gatsby-theme-blog@1.2.20
 - gatsby-theme-notes@1.0.42
 - gatsby-transformer-csv@2.1.22
 - gatsby-transformer-hjson@2.2.24
 - gatsby-transformer-json@2.2.23
 - gatsby-transformer-pdf@1.1.23
 - gatsby-transformer-react-docgen@5.0.26
 - gatsby-transformer-remark@2.6.46
 - gatsby-transformer-screenshot@2.1.47
 - gatsby-transformer-sharp@2.3.10
 - gatsby-transformer-sqip@2.1.56
 - gatsby-transformer-yaml@2.2.21
 - gatsby@2.18.19
 - babel-plugin-remove-graphql-queries@2.7.21
 - gatsby-cli@2.8.25
 - gatsby-codemods@1.1.20
 - gatsby-plugin-catch-links@2.1.23
 - gatsby-plugin-emotion@4.1.20
 - gatsby-plugin-google-tagmanager@2.1.22
 - gatsby-plugin-layout@1.1.20
 - gatsby-plugin-manifest@2.2.36
 - gatsby-plugin-mdx@1.0.66
 - gatsby-plugin-preload-fonts@1.0.24
 - gatsby-plugin-react-helmet@3.1.20
 - gatsby-plugin-remove-trailing-slashes@2.1.19
 - gatsby-plugin-sharp@2.3.12
 - gatsby-plugin-typescript@2.1.25
 - gatsby-remark-code-repls@3.0.24
 - gatsby-remark-copy-linked-files@2.1.35
 - gatsby-remark-custom-blocks@2.1.23
 - gatsby-remark-embed-snippet@4.1.20
 - gatsby-remark-images-contentful@2.1.29
 - gatsby-remark-images@3.1.41
 - gatsby-remark-katex@3.1.22
 - gatsby-source-contentful@2.1.75
 - gatsby-source-drupal@3.3.15
 - gatsby-source-faker@2.1.19
 - gatsby-source-filesystem@2.1.45
 - gatsby-source-shopify@3.0.39
 - gatsby-source-wordpress@3.1.56
 - gatsby-theme-blog-core@1.0.49
 - gatsby-theme-blog@1.2.21
 - gatsby-theme-notes@1.0.43
 - gatsby-transformer-csv@2.1.23
 - gatsby-transformer-hjson@2.2.25
 - gatsby-transformer-json@2.2.24
 - gatsby-transformer-pdf@1.1.24
 - gatsby-transformer-react-docgen@5.0.27
 - gatsby-transformer-remark@2.6.47
 - gatsby-transformer-screenshot@2.1.48
 - gatsby-transformer-sharp@2.3.11
 - gatsby-transformer-sqip@2.1.57
 - gatsby-transformer-yaml@2.2.22
 - gatsby@2.18.20
* Fixed scroll position for autolink-headers

Fixed scroll position issues with relative parent for gatsby-remark-autolink-headers gatsby-browser.js

* fixed scroll for autolink headers in gatsby-ssr

Fixed scroll position issues with relative parent for gatsby-remark-autolink-headers in gatsby-ssr.js

* chore: format

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
* Add Website to Showcase

* chore: format

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
* submit www.aboutmonica.com

* chore: format

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
* add new `normalizers` option to enable adding/removing normalizers

* update README with new `normalizers` option

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
 - babel-plugin-remove-graphql-queries@2.7.22
 - babel-preset-gatsby-package@0.2.15
 - babel-preset-gatsby@0.2.27
 - gatsby-cli@2.8.26
 - gatsby-codemods@1.1.21
 - gatsby-core-utils@1.0.26
 - gatsby-cypress@0.2.21
 - gatsby-dev-cli@2.5.43
 - gatsby-graphiql-explorer@0.2.32
 - gatsby-image@2.2.38
 - gatsby-link@2.2.28
 - gatsby-page-utils@0.0.37
 - gatsby-plugin-canonical-urls@2.1.19
 - gatsby-plugin-catch-links@2.1.24
 - gatsby-plugin-coffeescript@2.1.19
 - gatsby-plugin-create-client-paths@2.1.21
 - gatsby-plugin-cxs@2.1.17
 - gatsby-plugin-emotion@4.1.21
 - gatsby-plugin-facebook-analytics@2.2.20
 - gatsby-plugin-feed@2.3.26
 - gatsby-plugin-flow@1.1.18
 - gatsby-plugin-fullstory@2.1.20
 - gatsby-plugin-glamor@2.1.19
 - gatsby-plugin-google-analytics@2.1.32
 - gatsby-plugin-google-gtag@1.1.20
 - gatsby-plugin-google-tagmanager@2.1.23
 - gatsby-plugin-guess-js@1.1.29
 - gatsby-plugin-jss@2.1.18
 - gatsby-plugin-layout@1.1.21
 - gatsby-plugin-less@3.0.18
 - gatsby-plugin-lodash@3.1.19
 - gatsby-plugin-manifest@2.2.37
 - gatsby-plugin-mdx@1.0.67
 - gatsby-plugin-netlify-cms@4.1.35
 - gatsby-plugin-netlify@2.1.31
 - gatsby-plugin-nprogress@2.1.18
 - gatsby-plugin-offline@3.0.31
 - gatsby-plugin-page-creator@2.1.38
 - gatsby-plugin-postcss@2.1.19
 - gatsby-plugin-preact@3.1.25
 - gatsby-plugin-preload-fonts@1.0.25
 - gatsby-plugin-react-css-modules@2.1.19
 - gatsby-plugin-react-helmet@3.1.21
 - gatsby-plugin-remove-trailing-slashes@2.1.20
 - gatsby-plugin-sass@2.1.27
 - gatsby-plugin-sharp@2.3.13
 - gatsby-plugin-sitemap@2.2.25
 - gatsby-plugin-styled-components@3.1.17
 - gatsby-plugin-styled-jsx@3.1.18
 - gatsby-plugin-styletron@4.1.23
 - gatsby-plugin-stylus@2.1.20
 - gatsby-plugin-subfont@1.1.20
 - gatsby-plugin-twitter@2.1.18
 - gatsby-plugin-typescript@2.1.26
 - gatsby-plugin-typography@2.3.21
 - gatsby-react-router-scroll@2.1.20
 - gatsby-remark-autolink-headers@2.1.23
 - gatsby-remark-code-repls@3.0.25
 - gatsby-remark-copy-linked-files@2.1.36
 - gatsby-remark-custom-blocks@2.1.24
 - gatsby-remark-embed-snippet@4.1.21
 - gatsby-remark-graphviz@1.1.21
 - gatsby-remark-images-contentful@2.1.30
 - gatsby-remark-images@3.1.42
 - gatsby-remark-katex@3.1.23
 - gatsby-remark-prismjs@3.3.30
 - gatsby-remark-responsive-iframe@2.2.31
 - gatsby-remark-smartypants@2.1.20
 - gatsby-source-contentful@2.1.76
 - gatsby-source-drupal@3.3.16
 - gatsby-source-faker@2.1.20
 - gatsby-source-filesystem@2.1.46
 - gatsby-source-graphql@2.1.31
 - gatsby-source-hacker-news@2.2.1
 - gatsby-source-lever@2.1.23
 - gatsby-source-medium@2.1.18
 - gatsby-source-mongodb@2.1.28
 - gatsby-source-npm-package-search@2.1.22
 - gatsby-source-shopify@3.0.40
 - gatsby-source-wikipedia@2.1.18
 - gatsby-source-wordpress@3.1.57
 - gatsby-telemetry@1.1.47
 - gatsby-theme-blog-core@1.0.50
 - gatsby-theme-blog@1.2.22
 - gatsby-theme-notes@1.0.44
 - gatsby-transformer-asciidoc@1.1.22
 - gatsby-transformer-csv@2.1.24
 - gatsby-transformer-documentationjs@4.1.23
 - gatsby-transformer-excel@2.2.20
 - gatsby-transformer-hjson@2.2.26
 - gatsby-transformer-javascript-frontmatter@2.1.23
 - gatsby-transformer-javascript-static-exports@2.2.23
 - gatsby-transformer-json@2.2.25
 - gatsby-transformer-pdf@1.1.25
 - gatsby-transformer-react-docgen@5.0.28
 - gatsby-transformer-remark@2.6.48
 - gatsby-transformer-screenshot@2.1.49
 - gatsby-transformer-sharp@2.3.12
 - gatsby-transformer-sqip@2.1.58
 - gatsby-transformer-toml@2.2.22
 - gatsby-transformer-xml@2.1.23
 - gatsby-transformer-yaml@2.2.23
 - gatsby@2.18.21
 - graphql-skip-limit@2.1.24
* Update develop.ts

* Update joi.js

* Update develop.ts

* Update api-proxy.md

* Update joi.js

* Update develop.ts

* Update develop.ts
Added a note on the 'Build manifest and related icons' build process.

The readers of this article may not immediately know (or care to find out) what this process does so I felt it would be useful to add a little note.

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
…es (#20400)

* Add required packages

* Update to @latest

* Update docs/tutorial/writing-documentation-with-docz.md

Co-Authored-By: Michal Piechowiak <misiek.piechowiak@gmail.com>

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
* fix error cannot read referencePath of undefined

* fix import path
@ehowey ehowey merged commit e1f7338 into ehowey:master Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment