Skip to content

Commit e2d8877

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into cdk/ares_components
2 parents 06cc659 + bf5edf2 commit e2d8877

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/cdk/resources/cdk-repo-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ comments: true
66
| Component | Description |
77
| ----------------------------------------------------------------------------- | -------------------------------------------------------------------- |
88
| [CDK validium node](https://github.com/0xPolygon/cdk-validium-node) | Node implementation for the CDK networks in Validium mode |
9-
| [CDK validium contracts](https://github.com/0xPolygon/cdk-validium-contracts) | Smart contracts implementation for the CDK networks in Validium mode |
9+
| [CDK rollup contracts](https://github.com/0xPolygonHermez/zkevm-contracts) | Smart contract repo for CDK rollups |
10+
| [CDK validium contracts](https://github.com/0xPolygon/cdk-validium-contracts) | Deprecating in favor of rollup contract repo |
1011
| [CDK data availability layer](https://github.com/0xPolygon/cdk-data-availability) | Data availability nodes implementation for the CDK networks |
1112
| [Prover/Executor](https://github.com/0xPolygonHermez/zkevm-prover) | zkEVM engine and prover implementation |
1213
| [Bridge service](https://github.com/0xPolygonHermez/zkevm-bridge-service) | Bridge service implementation for CDK networks |

docs/toc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# Paste the markdown files into the relevant folder.
1010
# Run the script from the root `docs` and add the path to list_files(path_parameter).
11-
# Paste the resulting output directly into the `mkdocs.yaml` file at the relevant spot.
11+
# Paste the resulting output directly into the `mkdocs.yaml` file at the relevant spot.
1212
# --------------------------------------------------------------------------------------------------------------
1313

1414
import os

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ nav:
604604
- Bug bounty programs: innovation-design/security/bugbounty.md
605605
- Responsable disclosure: innovation-design/security/disclosure.md
606606
- Contact us: innovation-design/security/contact.md
607+
- Learn: '!import https://github.com/0xPolygon/devrel-docs?branch=main'
607608

608609
extra:
609610
generator: false

0 commit comments

Comments
 (0)