From 72155499ccc884b2441b1053d90f51c55de67b63 Mon Sep 17 00:00:00 2001 From: Kelvin Fichter Date: Wed, 14 Aug 2024 14:44:00 -0400 Subject: [PATCH] maint: move protocol upgrades down in sidebar 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. --- specs/SUMMARY.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/specs/SUMMARY.md b/specs/SUMMARY.md index 54f18914d..3bfcac7e2 100644 --- a/specs/SUMMARY.md +++ b/specs/SUMMARY.md @@ -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) @@ -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]()