You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once <GlossaryTooltipterm="API endpoint">endpoints</GlossaryTooltip> are saved into Endpoint Management, API Shield doubles as an API catalog. API Shield can build an interactive documentation portal with the knowledge it has of your APIs, or you can upload a new OpenAPI schema file to build a documentation portal ad-hoc.
12
+
Once your <GlossaryTooltipterm="API endpoint">endpoints</GlossaryTooltip> are saved, API Shield doubles as an API catalog. API Shield can build an interactive documentation portal with the knowledge it has of your APIs, or you can upload a new OpenAPI schema file to build a documentation portal ad-hoc.
13
13
14
14
To create a developer portal:
15
15
16
-
<Steps>
17
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
18
-
2. Go to **Security** > **API Shield** > **Settings**.
19
-
3. Under **Create a developer portal**, select **Create site**.
20
-
4. Upload an OpenAPI v3.0 schema file or choose to select an existing schema from API Shield.
21
-
:::note
22
-
If you do not have a schema to upload or to select from a pre-existing schema, export your Endpoint Management schema. For best results, include the learned parameters.
23
-
24
-
Only <GlossaryTooltipterm="API schema">API schemas</GlossaryTooltip> uploaded to Schema validation 2.0 are available when selecting existing schemas
25
-
:::
26
-
5. Select **Download project files** to save a local copy of the files that will be uploaded to Cloudflare Pages. Downloading the project files can be helpful if you wish to modify the project in any way and then upload the new version manually to Pages.
27
-
6. Select **Create pages project** to begin project creation. A new Pages project will be automatically created and your API schema will be automatically uploaded to the project along with other supporting static content.
28
-
7. Select **Deploy site**.
29
-
</Steps>
16
+
<TabssyncKey="dashNewNav">
17
+
<TabItemlabel="Old dashboard">
18
+
<Steps>
19
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
20
+
2. Go to **Security** > **API Shield** > **Settings**.
21
+
3. Under **Create a developer portal**, select **Create site**.
22
+
4. Upload an OpenAPI v3.0 schema file or choose to select an existing schema from API Shield.
23
+
:::note
24
+
If you do not have a schema to upload or to select from a pre-existing schema, export your Endpoint Management schema. For best results, include the learned parameters.
25
+
26
+
Only <GlossaryTooltipterm="API schema">API schemas</GlossaryTooltip> uploaded to Schema validation 2.0 are available when selecting existing schemas
27
+
:::
28
+
5. Select **Download project files** to save a local copy of the files that will be uploaded to Cloudflare Pages. Downloading the project files can be helpful if you wish to modify the project in any way and then upload the new version manually to Pages.
29
+
6. Select **Create pages project** to begin project creation. A new Pages project will be automatically created and your API schema will be automatically uploaded to the project along with other supporting static content.
30
+
7. Select **Deploy site**.
31
+
</Steps>
32
+
</TabItem>
33
+
<TabItemlabel="New dashboard"icon="rocket">
34
+
<Steps>
35
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
36
+
2. Go to **Security** > **Settings**
37
+
3. Filter by **API abuse**.
38
+
4. On **Create a developer portal**, select **Create site**.
39
+
4. Upload an OpenAPI v3.0 schema file or choose to select an existing schema from API Shield.
40
+
:::note
41
+
If you do not have a schema to upload or to select from a pre-existing schema, export your Endpoint Management schema. For best results, include the learned parameters.
42
+
43
+
Only <GlossaryTooltipterm="API schema">API schemas</GlossaryTooltip> uploaded to Schema validation 2.0 are available when selecting existing schemas
44
+
:::
45
+
5. Select **Download project files** to save a local copy of the files that will be uploaded to Cloudflare Pages. Downloading the project files can be helpful if you wish to modify the project in any way and then upload the new version manually to Pages.
46
+
6. Select **Create pages project** to begin project creation. A new Pages project will be automatically created and your API schema will be automatically uploaded to the project along with other supporting static content.
0 commit comments