Skip to content

Commit

Permalink
DEV-1567: Remove VANs article (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyaThapa authored Jun 28, 2024
1 parent 7b561de commit 9d5c13e
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ meta:
description: A virtual account number is a funding source type used to create unique account and routing numbers for receiving external transactions into a Dwolla Balance.
---

import VANsImage from "../../../assets/images/content-images/VanBlog_graphics_02_ImprovingProcessWVans.png";
import VANsImage from "../../assets/images/content-images/VanBlog_graphics_02_ImprovingProcessWVans.png";

# Virtual Account Numbers

Expand Down
7 changes: 1 addition & 6 deletions pages/docs/balance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { ReactComponent as HeroGraphic } from "../../../assets/images/product-ic
},
{
text: "Drop-Ins",
href: "/docs/balance/drop-in-components",
href: "/docs/drop-in-components",
},
{
text: "SDKs",
Expand Down Expand Up @@ -199,11 +199,6 @@ Find all the essential resources and tools to kickstart your integration with Dw
topic="Features"
description="Explore the array of capabilities that will further streamline your transactions and enhance your user experience."
links={[
{
text: "Virtual Account Number",
href: "/docs/balance/virtual-account-numbers",
external: false,
},
{
text: "Real-time Payments",
href: "/docs/balance/real-time-payments",
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/balance/real-time-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Real-time Payments"
description: Learn about Real Time Payments, and how to identify and send transfers to RTP-enabled funding-sources.
category: Build
subCategory: Features
weight: 1
weight: 0
concept:
icon: "real-time-payments.svg"
meta:
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/balance/same-day-ach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Same-Day ACH"
description: An overview of Same Day ACH and leveraging next-available processing times for faster transfers.
category: Build
subCategory: Features
weight: 2
weight: 1
concept:
icon: "same-day-ach.svg"
meta:
Expand Down
2 changes: 2 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,5 @@
/docs/balance/api-reference /docs/balance/api-reference/api-fundamentals
/docs/connect/api-reference /docs/connect/api-reference/api-fundamentals

# Archived files
/docs/balance/virtual-account-numbers /archive/virtual-account-numbers
Loading

0 comments on commit 9d5c13e

Please sign in to comment.