chore(rust): unify rust docs and update repo links#19101
Merged
sebastianst merged 2 commits intodevelopfrom Feb 13, 2026
Merged
chore(rust): unify rust docs and update repo links#19101sebastianst merged 2 commits intodevelopfrom
sebastianst merged 2 commits intodevelopfrom
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #19101 +/- ##
===========================================
- Coverage 76.3% 75.7% -0.7%
===========================================
Files 188 692 +504
Lines 10946 71528 +60582
===========================================
+ Hits 8360 54159 +45799
- Misses 2440 17225 +14785
+ Partials 146 144 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
rust/kona/docker/recipes/kona-node/grafana/dashboards/overview.json
Outdated
Show resolved
Hide resolved
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
theochap
commented
Feb 5, 2026
d298f8b to
5ee0017
Compare
536b4ac to
6fc10e0
Compare
89f57ca to
2ece9a8
Compare
Contributor
Plan expiredYour subscription has expired. Please renew your subscription to continue using CI/CD integration and other features. |
2ece9a8 to
4bacba8
Compare
4bacba8 to
8759a53
Compare
sebastianst
reviewed
Feb 12, 2026
8759a53 to
56c0473
Compare
56c0473 to
7d7d3af
Compare
c1cfe0f to
4128856
Compare
ethereum-optimism
4128856 to
ae05978
Compare
sebastianst
approved these changes
Feb 13, 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.
Note
Stacked on top of #18968 and #19034
Summary
Unifies the three separate documentation sites for kona, op-reth, and op-alloy into a single Vocs-powered docs site at
rust/docs/, and updates all repository links that pointed to the old standalone repos (alloy-rs/op-alloy,paradigmxyz/op-reth) to point toethereum-optimism/optimism.Documentation unification
Previously, each Rust subproject maintained its own independent documentation site:
rust/kona/docs/with its ownvocs.config.ts, sidebar, and package.jsonrust/op-reth/docs/vocs/with its own config and sidebarrust/op-alloy/book/usingbook.tomlThis PR consolidates all three into a single unified Vocs site at
rust/docs/:docs/pages/kona/,docs/pages/op-reth/, anddocs/pages/op-alloy/vocs.config.tsprovides a unified top navigation bar with sections for each projectsidebar-kona.ts,sidebar-op-reth.ts,sidebar-op-alloy.ts) composed into a singlesidebar.tsdocs/public/anddocs/styles.csskona/docs/,op-reth/docs/vocs/,op-alloy/book/) are removedLink updates
Updated links across multiple files pointing from old repos to
ethereum-optimism/optimism:Cargo.toml (7 crates) —
homepageandrepositoryfields:op-alloy/crates/{consensus,op-alloy,rpc-types,rpc-types-engine,provider,rpc-jsonrpsee,network}/Cargo.tomlREADME.md (8 files) — removed CI badges, license badges:
Doc pages (4
.mdxfiles):docs/docs/pages/op-alloy/starting.mdx— repo link + script linkdocs/docs/pages/kona/sdk/protocol/{intro,registry}.mdx— reference linksdocs/docs/pages/kona/node/run/docker.mdx— docker image referenceOther:
op-alloy/cliff.toml— release and issue link templateskona/docker/recipes/kona-node{,-dev}/grafana/dashboards/overview.json— dashboard linksNot updated (intentionally)
alloy-rs/op-alloy/issues/18,alloy-rs/op-alloy/pull/130— these reference specific artifacts on the original repos that won't exist on the monorepoTest plan
just docs-servefromrust/docs/🤖 Generated with Claude Code