Skip to content

Commit 778d172

Browse files
committed
Add network changelog pages for 2026, archive 2025
1 parent cc1485c commit 778d172

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Additions"
3+
icon: "plus"
4+
description: "Find out what brands and payout types have been added to the network. "
5+
mode: "wide"
6+
---
7+
8+
Please note that access to some of these brands and payout types will be available subject to approval.

changelog/network/2026/changes.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Changes"
3+
icon: "tilde"
4+
description: "Occasionally our merchant partners make changes to their product offering. To ensure a smooth experience and to make sure these changes are reflected on your platform you may need to make an API call to our products endpoint."
5+
mode: "wide"
6+
---
7+
8+
Find out which brands and payout types have recently been updated on the network.
9+
10+
If you have any questions, please reach out to [cataloguemanagement@runa.io](mailto:cataloguemanagement@runa.io)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Removals"
3+
icon: "minus"
4+
description: "Find out what brands and payout types have been removed from the Runa Network."
5+
mode: "wide"
6+
---
7+
8+
For further information, please reach out to your Account Manager.

docs.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,22 @@
143143
{
144144
"group": "Network",
145145
"pages": [
146-
"changelog/network/2025/additions",
147-
"changelog/network/2025/changes",
148-
"changelog/network/2025/removals",
146+
"changelog/network/2026/additions",
147+
"changelog/network/2026/changes",
148+
"changelog/network/2026/removals",
149149
{
150150
"group": "Archived pages",
151151
"icon": "boxes-stacked",
152152
"pages": [
153+
{
154+
"group": "2025",
155+
"icon": "box",
156+
"pages": [
157+
"changelog/network/2025/additions",
158+
"changelog/network/2025/changes",
159+
"changelog/network/2025/removals"
160+
]
161+
},
153162
{
154163
"group": "2024",
155164
"icon": "box",
@@ -333,6 +342,18 @@
333342
"source": "/page/runa-network-updates",
334343
"destination": "/changelog/network/changes"
335344
},
345+
{
346+
"source": "/changelog/network/additions",
347+
"destination": "/changelog/network/2026/additions"
348+
},
349+
{
350+
"source": "/changelog/network/removals",
351+
"destination": "/changelog/network/2026/removals"
352+
},
353+
{
354+
"source": "/changelog/network/changes",
355+
"destination": "/changelog/network/2026/changes"
356+
},
336357
{
337358
"source": "/reference/balance",
338359
"destination": "/reference/2024-02-05/endpoint/balance/get"

0 commit comments

Comments
 (0)