Skip to content

Commit b152f11

Browse files
minor amends and typos
1 parent aa16732 commit b152f11

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

docs/cdk/agglayer/agglayer-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
The Agglayer Golang is a web service designed to receive zero-knowledge proofs (ZKP) from CDK chains, ensure they are valid, and send them to the L1 verifier contract for final verification.
3+
The AggLayer Golang is a web service designed to receive zero-knowledge proofs (ZKP) from CDK chains, ensure they are valid, and send them to the L1 verifier contract for final verification.
44

55
!!! warning
66
This service is being deprecated and replaced with a more robust and efficient [Rust implementation](agglayer-rs.md).
@@ -33,7 +33,7 @@ The diagram below shows the full start-up, running, and shutdown sequence for th
3333

3434
## Production set up
3535

36-
1. Ensure only one instance of Agglayer is running at a time.
36+
1. Ensure only one instance of AggLayer is running at a time.
3737
2. Use a containerized setup, or OS level service manager/monitoring system, for automatic restarts in the case of failures.
3838

3939
### Prerequisites

docs/cdk/agglayer/future-functionality.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cdk/agglayer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The culmination of Polygon Lab's innovation and design, AggLayer is an evolving ecosystem of zk-based (zero-knowledge) interacting chains. It addresses the current industry focus on interoperability and shared liquidity.
99

10-
While most rollup environments follow a modular approach, where developers pick-and-choose components such as execution and data availability layers for example, the Agglayer vision is uniquely centered around zk-proof technology.
10+
While most rollup environments follow a modular approach, where developers pick-and-choose components such as execution and data availability layers for example, the AggLayer vision is uniquely centered around zk-proof technology.
1111

1212
<center>
1313
![CDK architecture](../../img/cdk/agglayer/mono-modu.png)

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ nav:
554554
- AggLayer | Rust: cdk/agglayer/agglayer-rs.md
555555
- AggLayer | Pessimistic proof: cdk/agglayer/pessimistic-proof.md
556556
- AggLayer | Bridge & call : cdk/agglayer/bridge-and-call.md
557-
- Future functionality: cdk/agglayer/future-functionality.md
558557
- Polygon type 1 prover:
559558
- Introduction and definitions: cdk/architecture/type-1-prover/intro-t1-prover.md
560559
- How to:

0 commit comments

Comments
 (0)