Skip to content

Commit

Permalink
Removed legacy website (keystonejs#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson authored Mar 8, 2021
1 parent 7bb1730 commit 9639c5a
Show file tree
Hide file tree
Showing 76 changed files with 95 additions and 7,375 deletions.
4 changes: 1 addition & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ node_modules
coverage
dist
reports
tests/test-projects/**/cypress
website/.cache/**/*
website/public/**/*
tests/test-projects/**/cypress
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
filters: |
shouldRunTests:
- '!{{website,docs,design-system}/**,**/*.md}'
- '!{{docs,design-system}/**,**/*.md}'
- run: echo "SHOULD_RUN_TESTS=$SHOULD_RUN" >> $GITHUB_ENV
if: github.event_name == 'pull_request'
env:
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ packages/icons/icons/*
reports
coverage
packages/test-project/public
website/.cache/**/*
website/public/**/*
packages/arch/www/public/**/*
.changeset/**/*
**/dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="website/static/readme-header-next.png" width="445">
<img src="assets/readme-header-next.png" width="445">
<br><br>
<p><b>A scalable platform and CMS to build Node.js applications.</b></p>
<p><code>schema => ({ GraphQL, AdminUI })</code></p>
Expand Down
File renamed without changes
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"homepage": "https://github.com/keystonejs/keystone",
"scripts": {
"prisma": "prisma",
"website": "manypkg run @keystone-next/website-legacy",
"arch-docs": "manypkg run arch/docs",
"docs-next": "manypkg run @keystone-next/website dev",
"coverage": "cross-env DISABLE_LOGGING=true NODE_ENV=test jest --maxWorkers=1 --coverage",
Expand All @@ -18,7 +17,7 @@
"format:file": "prettier --write",
"format": "prettier --write \"**/*.{js,json,ts,tsx,md,mdx}\" && remark . --output",
"fresh": "yarn clean && yarn",
"clean": "rimraf \"**/cypress/{screenshots,videos,reports}\" \"**/node_modules\" \"**/yarn-error.log\" \"**/out.log\" \"**/.DS_Store\" \"**/website/.cache\" \"**/dist\"",
"clean": "rimraf \"**/cypress/{screenshots,videos,reports}\" \"**/node_modules\" \"**/yarn-error.log\" \"**/out.log\" \"**/.DS_Store\" \"**/dist\"",
"lint:eslint": "eslint . --ext ts,tsx,js",
"lint:prettier": "prettier --list-different \"**/*.{js,json,ts,tsx}\"",
"lint:markdown": "remark . --frail --quiet",
Expand Down Expand Up @@ -144,7 +143,6 @@
"tests/api-tests",
"tests/benchmarks",
"tests/examples-smoke-tests",
"website",
"projects/*",
"examples-next/*",
"packages-next/*",
Expand Down Expand Up @@ -188,8 +186,7 @@
"testSequencer": "./tests/jest/jest-sequencer.js",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/website/.cache"
"/node_modules/"
],
"transformIgnorePatterns": [
"/node_modules/",
Expand Down
3 changes: 0 additions & 3 deletions website/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions website/.gitignore

This file was deleted.

471 changes: 0 additions & 471 deletions website/CHANGELOG.md

This file was deleted.

62 changes: 0 additions & 62 deletions website/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions website/gatsby-browser.js

This file was deleted.

121 changes: 0 additions & 121 deletions website/gatsby-config.js

This file was deleted.

Loading

0 comments on commit 9639c5a

Please sign in to comment.