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

refactor: remove website (move to seperate repository) #7087

Merged
merged 3 commits into from
Feb 6, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,083 changes: 0 additions & 1,083 deletions .all-contributorsrc

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,5 @@ module.exports = {
],
},
},
{
files: ['website/**/*'],
rules: {
'import/no-unresolved': [0],
},
},
],
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ yarn-error.log
.idea/
manifest.yml
.imdone/
website/data/contributors.json
cypress/videos
cypress/screenshots
__diff_output__
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributions are always welcome, no matter how large or small. Before contributing,
please read the [code of conduct](CODE_OF_CONDUCT.md).

For details on contributing to documentation, see [Website Directory Readme](https://github.com/decaporg/decap-cms/blob/master/website/README.md).
For details on contributing to documentation, see [Website Readme](https://github.com/decaporg/decap-website/blob/main/README.md).

## Setup

Expand Down
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build]
base = "/"
ignore = "git diff --quiet HEAD^ HEAD -- . ':!website/'"

[build.environment]
YARN_FLAGS = "--frozen-lockfile"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"mock:server:stop": "node -e 'require(\"./cypress/utils/mock-server\").stop()'",
"lint": "run-p -c --aggregate-output \"lint:*\"",
"lint-quiet": "run-p -c --aggregate-output \"lint:* --quiet\"",
"lint:css": "stylelint --ignore-path .gitignore \"{packages/**/*.{css,js,jsx,ts,tsx},website/**/*.css}\"",
"lint:js": "eslint --color --ignore-path .gitignore \"{{packages,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"",
"lint:format": "prettier \"{{packages,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
"lint:css": "stylelint --ignore-path .gitignore \"packages/**/*.{css,js,jsx,ts,tsx}\"",
"lint:js": "eslint --color --ignore-path .gitignore \"{{packages,scripts}/**/,}*.{js,jsx,ts,tsx}\"",
"lint:format": "prettier \"{{packages,scripts}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
"format": "npm run lint:js -- --fix --quiet && npm run format:prettier -- --write",
"format:prettier": "prettier \"{{packages,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\"",
"format:prettier": "prettier \"{{packages,scripts}/**/,}*.{js,jsx,ts,tsx,css}\"",
"prepare": "husky install"
},
"browserslist": [
Expand Down
6 changes: 0 additions & 6 deletions packages/decap-cms-app/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Decap CMS App
_For a Decap CMS overview, see the general [Decap CMS project README](https://github.com/decaporg/decap-cms)._

## Community Chat

<a href="https://decapcms.org/chat">
<img alt="Join us on Discord" src="https://raw.githubusercontent.com/decaporg/decap-cms/master/website/static/img/discord.png" width="165">
</a>

## Purpose
This package is similar to the [`decap-cms`](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms/) package, but is designed for use with extensions. It serves that purpose in the following ways.

Expand Down
14 changes: 0 additions & 14 deletions website/.babelrc

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions website/.markdownlint.json

This file was deleted.

1 change: 0 additions & 1 deletion website/.nvmrc

This file was deleted.

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

This file was deleted.

Empty file removed website/content/.keep
Empty file.
15 changes: 0 additions & 15 deletions website/content/blog/decap-3-1-0-beta-0.md

This file was deleted.

27 changes: 0 additions & 27 deletions website/content/blog/decap-3-1.md

This file was deleted.

45 changes: 0 additions & 45 deletions website/content/blog/decap-3.md

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions website/content/blog/github-discussions.md

This file was deleted.

21 changes: 0 additions & 21 deletions website/content/blog/introducing-decap.md

This file was deleted.

20 changes: 0 additions & 20 deletions website/content/blog/march-23-status-update.md

This file was deleted.

Loading
Loading