Skip to content

Commit 11e53d8

Browse files
Merge pull request 0xPolygon#2446 from 0xPolygon/cdk/da-fix
CDK: Fix missing DA layer doc
2 parents d9cd10f + e4be1ae commit 11e53d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/cdk/how-to/integrate-da.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ comments: true
44
---
55
-->
66

7+
---
8+
comments: true
9+
---
10+
711
This document shows you how to integrate a third-party data availability (DA) solution into your CDK stack.
812

913
## Prerequisites
@@ -198,4 +202,3 @@ To test your DAC integration, follow the steps below.
198202
4. Update the contracts Docker image tag with the custom tag you created at the [deploy Docker image](#deploy-docker-image) section, step 7, by amending the node's [Docker compose file](https://github.com/0xPolygon/cdk-validium-node/blob/develop/test/docker-compose.yml).
199203
200204
5. Modify the Makefile so it can run your test. Use the [Polygon DAC Makefile](https://github.com/0xPolygon/cdk-validium-node/blob/develop/test/Makefile) as an example.
201-

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ nav:
7575
- Fork id 7 to 9: cdk/how-to/migrate/forkid-7-to-9.md
7676
- General guide for partners: cdk/how-to/migrate/fork.md
7777
- Create custom native token: cdk/how-to/use-native-token.md
78-
- Integrate DA Layer: cdk/how-to/integrate-da.md
78+
- Integrate DA layer: cdk/how-to/integrate-da.md
7979
- Manage allowlists with policies: cdk/how-to/manage-policies.md
8080
- Quickly test a running stack: cdk/how-to/quick-test-stack.md
8181
- Connect to CDK testnets: cdk/how-to/connect-testnet.md

0 commit comments

Comments
 (0)