Skip to content

Commit 00c6a4e

Browse files
committed
Add partials
1 parent 2a692d7 commit 00c6a4e

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

src/content/docs/cloudflare-one/policies/gateway/network-policies/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ All destination IPs and hostnames associated with an [Access self-hosted private
238238
| ----------------------------------- | -------------------- |
239239
| All Access Private App Destinations | `access.private_app` |
240240

241+
<Render file="gateway/selectors/all-access-private-app-destinations" />
242+
241243
### All Access App Targets
242244

243245
All destination IPs and hostnames associated with an [Access Infrastructure application](/cloudflare-one/applications/non-http/infrastructure-apps/#modify-order-of-precedence-in-gateway).
@@ -246,6 +248,8 @@ All destination IPs and hostnames associated with an [Access Infrastructure appl
246248
| ---------------------- | --------------- |
247249
| All Access App Targets | `access.target` |
248250

251+
<Render file="gateway/selectors/all-access-app-targets" />
252+
249253
### Application
250254

251255
<Render file="gateway/selectors/application" params={{ one: "network" }} />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
{}
3+
---
4+
5+
All destination IPs and hostnames associated with an [Access Infrastructure application](/cloudflare-one/applications/non-http/infrastructure-apps/#modify-order-of-precedence-in-gateway).
6+
7+
| UI name | API example |
8+
| ---------------------- | --------------- |
9+
| All Access App Targets | `access.target` |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
{}
3+
---
4+
5+
All destination IPs and hostnames associated with an [Access self-hosted private application](/cloudflare-one/applications/non-http/self-hosted-private-app/#modify-order-of-precedence-in-gateway).
6+
7+
| UI name | API example |
8+
| ----------------------------------- | -------------------- |
9+
| All Access Private App Destinations | `access.private_app` |

0 commit comments

Comments
 (0)