Skip to content

Commit 6b9f9a4

Browse files
committed
move app library
1 parent 8df7790 commit 6b9f9a4

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,6 +2389,7 @@
23892389
/cloudflare-one/identity/users/scim/ /cloudflare-one/team-and-resources/users/scim/ 301
23902390
/cloudflare-one/applications/login-page/ /cloudflare-one/reusable-components/custom-pages/access-login-page/ 301
23912391
/cloudflare-one/applications/block-page/ /cloudflare-one/reusable-components/custom-pages/access-block-page/ 301
2392+
/cloudflare-one/applications/app-library/ /cloudflare-one/team-and-resources/app-library/ 301
23922393
/cloudflare-one/connections/connect-devices/* /cloudflare-one/team-and-resources/devices/:splat 301
23932394
/cloudflare-one/connections/connect-networks/* /cloudflare-one/networks/connectors/cloudflare-tunnel/:splat 301
23942395
/cloudflare-one/policies/gateway/* /cloudflare-one/traffic-policies/:splat 301

src/content/docs/cloudflare-one/insights/analytics/shadow-it-discovery.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To allow Cloudflare to discover shadow IT in your traffic, you must set up [HTTP
1919

2020
### 1. Review applications
2121

22-
The first step in using the Shadow IT SaaS analytics dashboard is to review applications in the [Application Library](/cloudflare-one/applications/app-library/). The App Library synchronizes application review statuses with approval statuses from the Shadow IT Discovery SaaS analytics dashboard.
22+
The first step in using the Shadow IT SaaS analytics dashboard is to review applications in the [Application Library](/cloudflare-one/team-and-resources/app-library/). The App Library synchronizes application review statuses with approval statuses from the Shadow IT Discovery SaaS analytics dashboard.
2323

2424
<Render file="app-library-review-apps" product="cloudflare-one" />
2525

@@ -55,7 +55,7 @@ To create an HTTP status policy directly from Shadow IT Discovery:
5555

5656
The Shadow IT SaaS analytics dashboard includes several insights to help you monitor and manage SaaS application usage.
5757

58-
- **Number of applications by status**: A breakdown of how many applications have been categorized into each [approval status](#1-review-applications). The list of applications is available in the [App Library](/cloudflare-one/applications/app-library/).
58+
- **Number of applications by status**: A breakdown of how many applications have been categorized into each [approval status](#1-review-applications). The list of applications is available in the [App Library](/cloudflare-one/team-and-resources/app-library/).
5959
- **Data uploaded per application status**: A time-series graph showing the amount of data (in gigabytes) uploaded to an application in the given status.
6060
- **Data downloaded per application status**: A time-series graph showing the amount of data (in gigabytes) downloaded from an application in the given status.
6161
- **User count per application status**: A time-series graph showing the number of users who have interacted with at least one application in a given status. For example, a user can use an **Approved** application shortly followed by an **In review** application, contributing to counts for both of those statuses.

src/content/docs/cloudflare-one/applications/app-library.mdx renamed to src/content/docs/cloudflare-one/team-and-resources/app-library.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: how-to
33
title: Application Library
44
sidebar:
5-
order: 4
5+
order: 1
66
---
77

88
import { Render, GlossaryTooltip } from "~/components";

src/content/docs/cloudflare-one/traffic-policies/application-app-types.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gateway allows you to create DNS, Network, and HTTP policies based on applicatio
1818

1919
When you choose the _Application_ selector in a Gateway policy builder, the **Value** field will include all supported applications and their respective app types. Alternatively, you can use the [Gateway API](/api/resources/zero_trust/subresources/gateway/subresources/app_types/methods/list/) to fetch a list of applications, app types, and ID numbers.
2020

21-
To manage a consolidated list of applications across Zero Trust, you can use the [Application Library](/cloudflare-one/applications/app-library/).
21+
To manage a consolidated list of applications across Zero Trust, you can use the [Application Library](/cloudflare-one/team-and-resources/app-library/).
2222

2323
## App types
2424

@@ -58,7 +58,7 @@ Applications categorized by Cloudflare may independently rely on a number of dif
5858

5959
### Hostnames
6060

61-
Hostnames are domains that are core to the application and not [used by other applications](#overlapping-hostnames). These are the domains that are specifically blocked when you block an application. The App Library surfaces these hostnames in the [Hostnames table](/cloudflare-one/applications/app-library/#overview) for an application.
61+
Hostnames are domains that are core to the application and not [used by other applications](#overlapping-hostnames). These are the domains that are specifically blocked when you block an application. The App Library surfaces these hostnames in the [Hostnames table](/cloudflare-one/team-and-resources/app-library/#overview) for an application.
6262

6363
### Support hostnames
6464

@@ -86,7 +86,7 @@ To ensure Gateway evaluates traffic with your desired precedence, order your mos
8686

8787
Gateway automatically groups applications incompatible with TLS decryption into the _Do Not Inspect_ app type. As Cloudflare identifies incompatible applications, Gateway will periodically update this app type to add new applications. To ensure Gateway does not intercept any current or future incompatible traffic, you can [create a Do Not Inspect HTTP policy](/cloudflare-one/traffic-policies/http-policies/#do-not-inspect) with the entire _Do Not Inspect_ app type selected.
8888

89-
When managing applications with the [Application Library](/cloudflare-one/applications/app-library/), Do Not Inspect applications will appear under the corresponding application. For example, the App Library will group _Google Drive (Do Not Inspect)_ under **Google Drive**.
89+
When managing applications with the [Application Library](/cloudflare-one/team-and-resources/app-library/), Do Not Inspect applications will appear under the corresponding application. For example, the App Library will group _Google Drive (Do Not Inspect)_ under **Google Drive**.
9090

9191
:::note[Install Cloudflare certificate manually to allow TLS decryption]
9292
Instead of creating a Do Not Inspect policy for an application, you may be able to configure the application to [trust a Cloudflare certificate](/cloudflare-one/team-and-resources/devices/user-side-certificates/manual-deployment/#add-the-certificate-to-applications). Doing so will allow the application to function without losing visibility into your traffic.

src/content/docs/cloudflare-one/traffic-policies/http-policies/common-policies.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ For more information on supported file types, refer to [Download and Upload File
293293

294294
## Isolate or block shadow IT applications
295295

296-
Isolate shadow IT applications discovered by the [Application Library](/cloudflare-one/applications/app-library/) that have not been reviewed yet or are currently under review, and block applications that are not approved by your organization.
296+
Isolate shadow IT applications discovered by the [Application Library](/cloudflare-one/team-and-resources/app-library/) that have not been reviewed yet or are currently under review, and block applications that are not approved by your organization.
297297

298-
For more information on reviewing shadow IT applications, refer to [Review applications](/cloudflare-one/applications/app-library/#review-applications).
298+
For more information on reviewing shadow IT applications, refer to [Review applications](/cloudflare-one/team-and-resources/app-library/#review-applications).
299299

300300
### 1. Isolate unreviewed or in review applications
301301

src/content/docs/cloudflare-one/traffic-policies/http-policies/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Gateway matches HTTP traffic against the following selectors, or criteria:
402402

403403
### Application Approval Status
404404

405-
The review approval status of an application from [Shadow IT Discovery](/cloudflare-one/insights/analytics/shadow-it-discovery/) or the [Application Library](/cloudflare-one/applications/app-library/). For more information, refer to [Review applications](/cloudflare-one/applications/app-library/#review-applications).
405+
The review approval status of an application from [Shadow IT Discovery](/cloudflare-one/insights/analytics/shadow-it-discovery/) or the [Application Library](/cloudflare-one/team-and-resources/app-library/). For more information, refer to [Review applications](/cloudflare-one/team-and-resources/app-library/#review-applications).
406406

407407
| UI name | API example |
408408
| ------------------ | ------------------------------------ |

0 commit comments

Comments
 (0)