-
Notifications
You must be signed in to change notification settings - Fork 166
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
OCL Migration #1033
Merged
Merged
OCL Migration #1033
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove Caddyfile and docker configuration as they are no longer needed - Update .gitignore for new project structure
- Update package.json and lockfiles for new project structure - Remove website-specific package files - Consolidate dependencies at root level
- Move docusaurus.config.js to root level - Relocate sidebars.json and versions.json - Update vercel.json deployment configuration
- Move all documentation content from website/ subdirectory to root - Relocate core components, pages, and source files - Move static assets including images and PDFs - Preserve directory structure while simplifying hierarchy
- Remove website/ directory after migrating all content to root - Clean up redundant directory structure
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Add Docusaurus specific ignore patterns - Include common Node.js development patterns - Add IDE and system files to ignore - Update build and generated file patterns
- Redirects root path to /prysm/docs/ - Ensures proper navigation during local development
This reverts commit d49c7f0.
Deployment failed with the following error:
|
- Update broken blockgeeks.com URLs to use web.archive.org archived versions - Maintain original content through archived snapshots from May 2022 - Affected files: - docs/contribute/required-reading.md - docs/reading/eth2.md
- Update ethereum.org URLs to reflect current documentation structure - Fix broken MEV documentation link in builder.md
- Replace beacon.etherscan.io with beaconscan.com
- Update URLs to reflect new documentation structure - Add /docs/ prefix to developer documentation paths
- Update GitHub links to point to correct metadata directory - Fix paths in Bazel, Docker, and checkpoint sync docs
- Fix relative paths in documentation references - Update link formatting in merge preparation guide
- Update Besu CLI documentation link - Update ETHhub link to archived version - Fix devp2p specification link - Update merge documentation link
- Add user-friendly error explanation - Include common reasons for 404 errors - Provide navigation links to key documentation - Add options for search and reporting issues
- Remove routes configuration that conflicts with cleanUrls/trailingSlash - Let Docusaurus handle 404 page through 404.md
Deployment failed with the following error:
Learn More: https://vercel.link/invalid-route-source-pattern |
- Update postbuild script to recursively copy 404 directory - Handle clean URLs format with proper directory structure - Remove rewrites from vercel.json as 404 will be served from root
- Add postbuild script to vercel.json buildCommand - Ensure 404 directory is copied during Vercel deployment
This reverts commit 902b2b1.
rauljordan
approved these changes
Mar 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is needed for the migration to the offchainlabs domain. I did not intend to totally refactor the file structure, but it seemed necessary to get it to work nice with vercel.
Ran this to check for broken links:
Proxied cloudflare worker demo is here: https://2a586a14-prysm-docs-worker-staging.arbitrum.workers.dev/prysm/docs/
After this is merged I will move to the offchainlabs.com domain