Skip to content

Commit 4d5e597

Browse files
authored
dta: initial docs (#3026)
* dta: initial docs * fix: correct internal links in DTA how-it-works documentation * update DTA subscription flow diagram * nit nav updates
1 parent a7e8b63 commit 4d5e597

File tree

25 files changed

+621
-0
lines changed

25 files changed

+621
-0
lines changed

public/images/DTA/archi.png

153 KB
Loading
243 KB
Loading
181 KB
Loading
157 KB
Loading
157 KB
Loading
104 KB
Loading
145 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

src/components/Header/getNavigationProps.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import functionsLogo from "../../assets/product-logos/functions-logo.svg"
44
import automationLogo from "../../assets/product-logos/automation-logo.svg"
55
import dataFeedsLogo from "../../assets/product-logos/data-feeds-logo.svg"
66
import dataStreamsLogo from "../../assets/product-logos/data-streams-logo.svg"
7+
import dtaLogo from "../../assets/product-logos/dta-logo.svg"
78
import chainlinkLocal from "../../assets/product-logos/chainlink-local.svg"
89
import generalLogo from "../../assets/product-logos/general-logo.svg"
910
import nodesLogo from "../../assets/product-logos/node-logo.svg"
@@ -61,6 +62,12 @@ const desktopSubProductsNav = [
6162
icon: dataStreamsLogo.src,
6263
col: 1,
6364
},
65+
{
66+
label: "DTA",
67+
href: "/dta-technical-standard",
68+
icon: dtaLogo.src,
69+
col: 1,
70+
},
6471
{
6572
label: "CCIP",
6673
href: "/ccip",

0 commit comments

Comments
 (0)