-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove the website from main #6598
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
Conversation
|
13908aa to
52fc2d2
Compare
fc8d488 to
8c7f53e
Compare
|
@galargh can you take a look at the last two commits here? They are pretty small despite the PR being huge. The first commit is just |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes all website-related configurations and documentation files from the repository as the website has been migrated to a new location.
- Removed website configuration files such as redirects.config.js, next.config.js, next-sitemap.js, and README.md
- Removed Storybook, ESLint configurations, and website-specific installation steps from the workflow
Reviewed Changes
Copilot reviewed 426 out of 437 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/redirects.config.js | Removed the website redirects configuration file |
| docs/next.config.js | Removed Next.js configuration file that referenced the website |
| docs/next-sitemap.js | Removed sitemap configuration |
| docs/README.md | Removed website documentation |
| docs/.storybook/preview.js | Removed Storybook preview configuration |
| docs/.storybook/main.js | Removed Storybook main configuration |
| docs/.storybook/common-decorators.js | Removed Storybook decorator configuration |
| docs/.eslintrc.js | Removed ESLint configuration for the website |
| .github/workflows/lint.yml | Removed website-related linting steps from the workflow |
Files not reviewed (11)
- .github/workflows/check-docs-site.yml: Language not supported
- docs/.babelrc: Language not supported
- docs/.env.example: Language not supported
- docs/.gitignore: Language not supported
- docs/.npmrc: Language not supported
- docs/.prettierignore: Language not supported
- docs/package.json: Language not supported
- docs/pnpm-workspace.yaml: Language not supported
- docs/public/robots.txt: Language not supported
- docs/public/sitemap.xml: Language not supported
- docs/public/static/privacy-policy.html: Language not supported
This PR removes the website, as it's now in https://github.com/NomicFoundation/hardhat-website