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

chore: Remove www, blog and other unused files #27911

Merged
merged 6 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ packages/*/scripts/**
**/dist/*
**/__testfixtures__/**
**/__tests__/fixtures/**
www
peril
docs
plop-templates
Expand Down
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ module.exports = {
Cypress: false,
},
},
{
files: ["www/**/*"],
rules: {
// We need to import React to use the Fragment shorthand (`<>`).
// When we use theme-ui's JSX pragma, it lists React as an unused var
// even though it's still needed.
"no-unused-vars": ["error", { varsIgnorePattern: "React" }],
},
},
{
files: ["*.ts", "*.tsx"],
parser: "@typescript-eslint/parser",
Expand Down
36 changes: 0 additions & 36 deletions .forestry/front_matter/templates/blog.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .forestry/front_matter/templates/docs.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .forestry/settings.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .forestry/snippets/pullquote.snippet

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
* text=auto eol=lf

/docs/sites.yml merge=union
/docs/starters.yml merge=union

# These files are binary and should be left untouched
*.png binary
*.jpg binary
Expand Down
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ benchmarks/**/public
e2e-tests/**/public
examples/**/public
integration-tests/**/public
www

# cache-dirs
**/.cache
Expand All @@ -31,6 +30,3 @@ packages/gatsby/gatsby-admin-public/styles.*

# coverage
coverage

# forestry files
.forestry/**/*
6 changes: 0 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ dictionary.txt @gatsbyjs/documentation
# Benchmarks
/benchmarks/ @duffn @pvdz @smthomas

# All blog posts must be reviewed by the content team.
/docs/blog/ @gatsbyjs/content

# The website auto-deploys, so we need an extra check to avoid shenanigans.
/www/ @gatsbyjs/website

# Themes

/packages/gatsby-plugin-mdx/ @gatsbyjs/themes-core
Expand Down
Binary file removed docs/blog/100days/100daysofgatsby.png
Binary file not shown.
35 changes: 0 additions & 35 deletions docs/blog/100days/accessibility/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/blog/100days/apps/index.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/blog/100days/cms/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/blog/100days/comments/index.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/blog/100days/create-themes/index.md

This file was deleted.

Loading