Skip to content

Commit 77c2cc6

Browse files
Update Developer Funds sidebar links (#150)
Adds the new RDF Link to the sidebar
1 parent e5bc0ba commit 77c2cc6

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

sidebars.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ const sidebars: SidebarsConfig = {
113113
{
114114
type: "link",
115115
href: "https://support.reddithelp.com/hc/en-us/articles/27958169342996-Reddit-Developer-Funds-2025-Terms",
116-
label: "Reddit Developer Funds",
116+
label: "Developer Funds - Current",
117+
},
118+
{
119+
type: "link",
120+
href: "https://support.reddithelp.com/hc/en-us/articles/50860336905108-Reddit-Developer-Funds-H2-2026-Terms",
121+
label: "Developer Funds - August 2026",
117122
},
118123
{
119124
type: "html",

versioned_sidebars/version-0.11-sidebars.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212
},
1313
{
1414
"type": "doc",
15-
"label": "Reddit Developer Funds",
15+
"label": "Developer Funds - Current",
1616
"id": "reddit_developer_funds"
1717
},
18+
{
19+
"type": "link",
20+
"href": "https://support.reddithelp.com/hc/en-us/articles/50860336905108-Reddit-Developer-Funds-H2-2026-Terms",
21+
"label": "Developer Funds - August 2026"
22+
},
1823
{
1924
"type": "doc",
2025
"label": "Ask AI",

versioned_sidebars/version-0.12-sidebars.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@
9999
{
100100
"type": "link",
101101
"href": "https://support.reddithelp.com/hc/en-us/articles/27958169342996-Reddit-Developer-Funds-2025-Terms",
102-
"label": "Reddit Developer Funds"
102+
"label": "Developer Funds - Current"
103+
},
104+
{
105+
"type": "link",
106+
"href": "https://support.reddithelp.com/hc/en-us/articles/50860336905108-Reddit-Developer-Funds-H2-2026-Terms",
107+
"label": "Developer Funds - August 2026"
103108
},
104109
{
105110
"type": "html",

versioned_sidebars/version-0.13-sidebars.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@
9999
{
100100
"type": "link",
101101
"href": "https://support.reddithelp.com/hc/en-us/articles/27958169342996-Reddit-Developer-Funds-2025-Terms",
102-
"label": "Reddit Developer Funds"
102+
"label": "Developer Funds - Current"
103+
},
104+
{
105+
"type": "link",
106+
"href": "https://support.reddithelp.com/hc/en-us/articles/50860336905108-Reddit-Developer-Funds-H2-2026-Terms",
107+
"label": "Developer Funds - August 2026"
103108
},
104109
{
105110
"type": "html",

0 commit comments

Comments
 (0)