Skip to content

Commit

Permalink
chore(docs): Fix case of GitHub, TypeScript and Twitter. (gatsbyjs#18250
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jbampton authored and GatsbyJS Bot committed Oct 7, 2019
1 parent f303644 commit b41620b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6989,7 +6989,7 @@
url: https://opensourcerepos.com
featured: false
description: >
Open Source Repos is a blog site for explaining the architecture, code-walkthrough and key takeways for the github repository. Out main aim to is to help more developers contribute to open source projects.
Open Source Repos is a blog site for explaining the architecture, code-walkthrough and key takeways for the GitHub repository. Out main aim to is to help more developers contribute to open source projects.
source_url: https://github.com/opensourcerepos/blogs
categories:
- Open Source
Expand Down
6 changes: 3 additions & 3 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3542,7 +3542,7 @@
- Mobile Screen support
- Out of the box support with Contentful CMS for articles.
- Toggleable Light and Dark Mode
- Profile image with links to your github and twitter.
- Profile image with links to your GitHub and Twitter.
- url: https://prist.marguerite.io/
repo: https://github.com/margueriteroth/gatsby-prismic-starter-prist
description: A light-themed starter powered by Gatsby v2 and Prismic to showcase portfolios and blogs.
Expand Down Expand Up @@ -4038,7 +4038,7 @@
- A minimal site with the option to add loads of functionality
- Based on the Monolith repo to provide an easy starting point for large projects https://github.com/danspratling/monolith
- Uses Theme-UI to handle theming and styling
- Uses Typescript to encourage good coding
- Uses TypeScript to encourage good coding
- Uses Storybook to encourage visual testing
- This site is set up with all 3 of the above working together. This makes it really easy to jump in and start a project while still having very few restrictions
- url: https://gatsby-starter-ts-pwa.netlify.com/
Expand All @@ -4050,4 +4050,4 @@
features:
- Minumum changes based on default starter template for TypeScript and PWA
- Added TypeScript support with eslint and tsc check
- Support Github Actions CI/CD workflow (beta)
- Support GitHub Actions CI/CD workflow (beta)
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

- **gatsby:** various Typescript definitions ([#15268](https://github.com/gatsbyjs/gatsby/issues/15268)) ([b8f3ed5](https://github.com/gatsbyjs/gatsby/commit/b8f3ed5))
- **gatsby:** various TypeScript definitions ([#15268](https://github.com/gatsbyjs/gatsby/issues/15268)) ([b8f3ed5](https://github.com/gatsbyjs/gatsby/commit/b8f3ed5))

## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.0...gatsby-source-filesystem@2.1.1) (2019-06-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-npm-package-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

- **www:** fallback to github & unpkg to get README.md ([#16322](https://github.com/gatsbyjs/gatsby/issues/16322)) ([f38b40d](https://github.com/gatsbyjs/gatsby/commit/f38b40d))
- **www:** fallback to GitHub & unpkg to get README.md ([#16322](https://github.com/gatsbyjs/gatsby/issues/16322)) ([f38b40d](https://github.com/gatsbyjs/gatsby/commit/f38b40d))

## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.1.1...gatsby-source-npm-package-search@2.1.2) (2019-07-12)

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

- **gatsby:** adds the missing micromatch dependency ([#15310](https://github.com/gatsbyjs/gatsby/issues/15310)) ([5f66f21](https://github.com/gatsbyjs/gatsby/commit/5f66f21))
- **gatsby:** Exclude gatsby itself in gatsby-dependents ([#15318](https://github.com/gatsbyjs/gatsby/issues/15318)) ([25cd90e](https://github.com/gatsbyjs/gatsby/commit/25cd90e))
- **gatsby:** various Typescript definitions ([#15268](https://github.com/gatsbyjs/gatsby/issues/15268)) ([b8f3ed5](https://github.com/gatsbyjs/gatsby/commit/b8f3ed5))
- **gatsby:** various TypeScript definitions ([#15268](https://github.com/gatsbyjs/gatsby/issues/15268)) ([b8f3ed5](https://github.com/gatsbyjs/gatsby/commit/b8f3ed5))
- **themes:** normalize plugin entries before merging plugin ar… ([#15307](https://github.com/gatsbyjs/gatsby/issues/15307)) ([300d331](https://github.com/gatsbyjs/gatsby/commit/300d331))

### Features
Expand Down
2 changes: 1 addition & 1 deletion scripts/gatsby-plugin-checker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const main = () => {
.then(packages => filterArchived(packages))
.then(packages =>
packages.map(p => {
// TODO: notify / comment on github
// TODO: notify / comment on GitHub
console.info(`Notify package "${p.name}"`)
// return update status
// will turn notified to true once notifications are created
Expand Down

0 comments on commit b41620b

Please sign in to comment.