Skip to content

Commit de464d7

Browse files
Merge branch 'main' into make-sidebar-alphabetical
2 parents 5271f9f + d4f6c9a commit de464d7

7 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/capabilities/server/http-fetch-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The following domains are globally allowed and can be fetched by any app:
7171
- cdn.espn.com
7272
- discord.com
7373
- api.polygon.io
74+
- api.massive.com
7475
- polygon.io
7576
- slack.com
7677
- lichess.org

docs/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ The following domains are globally allowed and can be fetched by any app:
180180
- cdn.espn.com
181181
- discord.com
182182
- api.polygon.io
183+
- api.massive.com
183184
- polygon.io
184185
- slack.com
185186
- lichess.org

sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ const sidebars: SidebarsConfig = {
282282
"guides/tools/ui_simulator",
283283
],
284284
},
285+
{
286+
type: "doc",
287+
label: "Text Fallback",
288+
id: "capabilities/server/text_fallback",
289+
},
285290
{
286291
type: "category",
287292
label: "Migration Guides",

versioned_docs/version-0.11/capabilities/http-fetch-allowlist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The following domains are globally allowed and can be fetched by any app:
77
- cdn.espn.com
88
- discord.com
99
- api.polygon.io
10+
- api.massive.com
1011
- polygon.io
1112
- slack.com
1213
- lichess.org

versioned_docs/version-0.12/capabilities/server/http-fetch-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The following domains are globally allowed and can be fetched by any app:
7171
- cdn.espn.com
7272
- discord.com
7373
- api.polygon.io
74+
- api.massive.com
7475
- polygon.io
7576
- slack.com
7677
- lichess.org

versioned_docs/version-0.12/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ The following domains are globally allowed and can be fetched by any app:
180180
- cdn.espn.com
181181
- discord.com
182182
- api.polygon.io
183+
- api.massive.com
183184
- polygon.io
184185
- slack.com
185186
- lichess.org

versioned_sidebars/version-0.12-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@
271271
"guides/tools/ui_simulator"
272272
]
273273
},
274+
{
275+
"type": "doc",
276+
"label": "Text Fallback",
277+
"id": "capabilities/server/text_fallback"
278+
},
274279
{
275280
"type": "category",
276281
"label": "Migration Guides",

0 commit comments

Comments
 (0)