Skip to content

Commit a75fdc6

Browse files
committed
added data streams to products enum
1 parent 52cdf80 commit a75fdc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ enum Products {
88
FUNCTIONS = "functions",
99
VRF = "vrf",
1010
FEEDS = "feeds",
11+
STREAMS = "streams",
1112
GENERAL = "general",
1213
CHAINLINK_LOCAL = "chainlink-local",
1314
}
@@ -18,6 +19,7 @@ export const productsInfo: Record<Products, { name: string; slug: string }> = {
1819
functions: { name: "Functions", slug: "chainlink-functions" },
1920
vrf: { name: "VRF", slug: "vrf" },
2021
feeds: { name: "Data Feeds", slug: "data-feeds" },
22+
streams: { name: "Data Streams", slug: "data-streams" },
2123
general: { name: "General", slug: "/" },
2224
"chainlink-local": { name: "Chainlink Local", slug: "chainlink-local" },
2325
}

0 commit comments

Comments
 (0)