diff --git a/deployment/docs/implementing-adapters.md b/deployment/docs/implementing-adapters.md index 72e60e731..79fd6e169 100644 --- a/deployment/docs/implementing-adapters.md +++ b/deployment/docs/implementing-adapters.md @@ -10,6 +10,8 @@ This guide provides a step-by-step walkthrough for adding support for a new chai For the complete interface definitions, see [Interfaces Reference](interfaces.md). For type definitions, see [Types Reference](types.md). +> **Integrating for CCIP 2.0?** This guide focuses on the shared adapter pattern with 1.6 examples. For 2.0-specific interfaces (`DeployChainContractsAdapter`, `ChainFamily`, off-chain service config adapters), the CCV devenv integration surface, and a full integration checklist, see the [CCIP 2.0 Integration Guide](https://docs.google.com/document/d/1R_6LUfFlfJGayosR3Tf-Iql4iCsQ0XCPGJj80pOUpec/edit?tab=t.n5zfx7ozrtxa#heading=h.m1tfywbyiedh). + ## Prerequisites - Familiarity with the [Architecture](architecture.md) (adapter-registry pattern, operations-sequences-changesets hierarchy) diff --git a/deployment/docs/index.md b/deployment/docs/index.md index c0a546f87..bc798b440 100644 --- a/deployment/docs/index.md +++ b/deployment/docs/index.md @@ -119,6 +119,7 @@ The API is structured in three levels of granularity: | [Types](types.md) | All input/output types, config structs, and constants | | [Changesets](changesets.md) | Reference for all changesets (entry points) with config types and usage | | [Implementing Adapters](implementing-adapters.md) | Step-by-step guide for adding a new chain family | +| [2.0 Integration Guide](https://docs.google.com/document/d/1R_6LUfFlfJGayosR3Tf-Iql4iCsQ0XCPGJj80pOUpec/edit?tab=t.n5zfx7ozrtxa#heading=h.m1tfywbyiedh) | CCIP 2.0-specific interfaces, deployment flow, and integration checklist | | [MCMS and Utilities](mcms-and-utilities.md) | MCMS integration, `OutputBuilder`, DataStore and sequence utilities | ## Chain-Specific Documentation