Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- [Deploying a vanilla ethrex L2](./l2/deployment/vanilla.md)
- [Deploying a validium ethrex L2](./l2/deployment/validium.md)
- [Deploying a based ethrex L2](./l2/deployment/based.md)
- [Ethrex <> Aligned](./l2/deployment/aligned.md)
- [Synchronous Composability PoC](./l2/deployment/synchronous_composability_poc.md)
- [Deploying a shared bridge enabled L2](./l2/deployment/shared_bridge.md)
- [Migrations](./l2/deployment/migrations.md)
Expand All @@ -47,7 +48,6 @@
- [Run multiple provers](./l2/deployment/prover/multi-prover.md)
- [Monitoring and metrics](./l2/monitoring.md)
- [Admin server](./l2/admin.md)
- [Ethrex <> Aligned](./l2/aligned_integration.md)
- [Architecture](./l2/architecture/README.md)
- [Overview](./l2/architecture/overview.md)
- [Sequencer](./l2/architecture/sequencer.md)
Expand Down
307 changes: 0 additions & 307 deletions docs/l2/aligned_integration.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/l2/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Use this section to choose the deployment method that best fits your needs and f
- [Deploying a vanilla ethrex L2](./vanilla.md)
- [Deploying a validium ethrex L2](./validium.md)
- [Deploying a based ethrex L2](./based.md)
- [Ethrex <> Aligned](./aligned.md)
- [Deploying a shared bridge enabled L2](./shared_bridge.md)
- [Migrations](./migrations.md)
Loading