Skip to content

Commit 387e836

Browse files
committed
add deprecated v2
1 parent 40e3a2b commit 387e836

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

src/config/sidebar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
16081608
],
16091609
},
16101610
{
1611-
section: "VRF V2 [Legacy]",
1611+
section: "VRF V2 [DEPRECATED]",
16121612
contents: [
16131613
{
16141614
title: "VRF V2 Subscription Method",
@@ -2106,7 +2106,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
21062106
],
21072107
[SIDEBAR_SECTIONS.LEGACY]: [
21082108
{
2109-
section: "VRF V2 Subscription Method [Legacy]",
2109+
section: "VRF V2 Subscription Method [DEPRECATED]",
21102110
contents: [
21112111
{
21122112
title: "Migrate to VRF V2.5",
@@ -2143,7 +2143,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
21432143
],
21442144
},
21452145
{
2146-
section: "VRF V2 Direct Funding Method [Legacy]",
2146+
section: "VRF V2 Direct Funding Method [DEPRECATED]",
21472147
contents: [
21482148
{
21492149
title: "Migrate to VRF V2.5",

src/content/vrf/v2/direct-funding/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ metadata:
1616
import VrfCommon from "@features/vrf/v2/common/VrfCommon.astro"
1717
import { Aside, ClickToZoom } from "@components"
1818

19-
<Aside type="tip" title="VRF V2.5 Direct Funding Method">
20-
Refer to the [VRF V2.5 Direct Funding Method Introduction page](/vrf/v2-5/overview/direct-funding) to learn how the
21-
direct funding method works in VRF V2.5. To compare V2.5 and V2, refer to the [migration
22-
guide](/vrf/v2-5/migration-from-v2).
19+
<Aside type="caution" title="Migrate to VRF V2.5">
20+
VRF V2.5 replaces both VRF V1 and VRF V2 on November 29, 2024. [Migrate to VRF V2.5](/vrf/v2-5/migration-from-v1).
2321
</Aside>
2422

2523
<VrfCommon callout="directFunding" />

src/content/vrf/v2/subscription/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ import VrfCommon from "@features/vrf/v2/common/VrfCommon.astro"
1717
import { Aside, ClickToZoom } from "@components"
1818
import { YouTube } from "@astro-community/astro-embed-youtube"
1919

20-
<Aside type="tip" title="VRF V2.5 Subscription Method">
21-
Refer to the [VRF V2.5 Subscription Method Introduction page](/vrf/v2-5/overview/subscription) to learn how the
22-
subscription method works in VRF V2.5. To compare V2.5 and V2, refer to the [migration
23-
guide](/vrf/v2-5/migration-from-v2).
20+
<Aside type="caution" title="Migrate to VRF V2.5">
21+
VRF V2.5 replaces both VRF V1 and VRF V2 on November 29, 2024. [Migrate to VRF V2.5](/vrf/v2-5/migration-from-v1).
2422
</Aside>
2523

2624
<VrfCommon callout="subscription" />

0 commit comments

Comments
 (0)