Merged
Conversation
Contributor
GigaHierz
commented
Jan 22, 2026
- move netowrk overview to build on celo section
- remove ai tutorials
- add goldrush to indexers, Closes Add GoldRush (powered by Covalent) details #2099 , Enhance overview with GoldRush indexer details #2123, Add 'goldrush' indexer to documentation #2124
- update exchanges page for clearer separation, Closes Update exchanges.mdx #2116
- add 1inch wallet to wallet page
- remove ai tutorials - add goldrush to indexers - update exchanges page for clearer separation - add 1inch wallet to wallet page
- fix broken links to network
Collaborator
There was a problem hiding this comment.
PR Review
Thanks for this cleanup PR! The reorganization and additions look good overall. However, I found a couple of issues with the redirect paths that will cause 404s if merged as-is:
1. Broken redirect destination (line ~2848 in docs.json)
{
"source": "/network",
"destination": "/tooling/network-overview"
}This should be /build-on-celo/network-overview since that's where the file was moved to.
2. Inconsistent redirect paths - build-with-celo vs build-on-celo
Several redirects incorrectly point to /build-with-celo/network-overview (which doesn't exist) instead of /build-on-celo/network-overview:
- Line ~1759:
/getting-started/choosing-a-network→/build-with-celo/network-overview❌ - Line ~1767:
/getting-started/mainnet/index→/build-with-celo/network-overview❌ - Line ~1787:
/getting-started/rc1→/build-with-celo/network-overview❌ - Line ~1803:
/important-information/baklava-testnet-disclaimer→/build-with-celo/network-overview❌ - Line ~1839:
/v/master/getting-started/baklava-testnet→/build-with-celo/network-overview❌
All of these should use /build-on-celo/network-overview instead.
Everything else looks good! 👍
viral-sangani
approved these changes
Jan 27, 2026
This was referenced Jan 27, 2026
This file contains hidden or 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
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.