Skip to content

Commit

Permalink
maint: move protocol upgrades down in sidebar
Browse files Browse the repository at this point in the history
Protocol upgrades are useful but less important than the core
protocol specifications. PR moves the information about these
upgrades down to the bottom of the protocol section and renames
network upgrades to protocol upgrades to account for the fact that
these upgrades are now stack-wide and not for a single network.
  • Loading branch information
smartcontracts committed Aug 14, 2024
1 parent 2b02818 commit 7215549
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions specs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
- [Introduction](./root.md)
- [Background](./background.md)
- [OP Stack Protocol](./protocol/overview.md)
- [Network Upgrades]()
- [Regolith](./protocol/regolith/overview.md)
- [Canyon](./protocol/canyon/overview.md)
- [Delta](./protocol/delta/overview.md)
- [Span Batches](./protocol/delta/span-batches.md)
- [Ecotone](./protocol/ecotone/overview.md)
- [Fjord](./protocol/fjord/overview.md)
- [Execution Engine](./protocol/fjord/exec-engine.md)
- [Derivation](./protocol/fjord/derivation.md)
- [Predeploys](./protocol/fjord/predeploys.md)
- [Bridges](./protocol/bridges.md)
- [Messengers](./protocol/messengers.md)
- [Deposits](./protocol/deposits.md)
Expand Down Expand Up @@ -43,6 +33,16 @@
- [Superchain Upgrades](./protocol/superchain-upgrades.md)
- [System Config](./protocol/system-config.md)
- [Configurability](./protocol/configurability.md)
- [Protocol Upgrades]()
- [Regolith](./protocol/regolith/overview.md)
- [Canyon](./protocol/canyon/overview.md)
- [Delta](./protocol/delta/overview.md)
- [Span Batches](./protocol/delta/span-batches.md)
- [Ecotone](./protocol/ecotone/overview.md)
- [Fjord](./protocol/fjord/overview.md)
- [Execution Engine](./protocol/fjord/exec-engine.md)
- [Derivation](./protocol/fjord/derivation.md)
- [Predeploys](./protocol/fjord/predeploys.md)
- [Governance]()
- [Governance Token](./governance/gov-token.md)
- [Experimental]()
Expand Down

0 comments on commit 7215549

Please sign in to comment.