Skip to content

Commit f2cc9d0

Browse files
committed
updated legacy warnings
1 parent 76861af commit f2cc9d0

32 files changed

+89
-178
lines changed

docs/articles/api-key-administration.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ icons shown.
3333

3434
![Copy or View](../../public/media/api-key-administration/image-5.png)
3535

36-
If you're using the Zuplo [Developer Portal](./developer-portal), we've an
37-
integration with the API Key API that allows developers to access their API
38-
keys, create new ones and delete them. To enable this, you must assign one or
39-
more managers, via e-mail, to be a manager for your API Key Consumer. This is
40-
optional if you aren't using the [Developer Portal](./developer-portal).
36+
If you're using the Zuplo [Developer Portal](../dev-portal/introduction.md),
37+
we've an integration with the API Key API that allows developers to access their
38+
API keys, create new ones and delete them. To enable this, you must assign one
39+
or more managers, via e-mail, to be a manager for your API Key Consumer. This is
40+
optional if you aren't using the
41+
[Developer Portal](../dev-portal/introduction.md).
4142

4243
You can assign managers in the Zuplo Portal (portal.zuplo.com) or via the API.
4344

docs/articles/environment-variables.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ Environment variables can be configuration or secrets. While all values are
1616
stored encrypted at rest, only non-secret values can be read. Secrets are
1717
write-only, meaning the value can't be retrieved once it's set.
1818

19-
:::tip API Reference For detailed information about accessing environment
20-
variables in code, see the
21-
[Environment Variables API Reference](../programmable-api/environment.md). :::
19+
:::tip
20+
21+
API Reference For detailed information about accessing environment variables in
22+
code, see the
23+
[Environment Variables API Reference](../programmable-api/environment.md).
24+
25+
:::
2226

2327
## Environment Variable Editor
2428

docs/articles/monetization-dev-portal-setup.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Step 1 - Set Up Developer Portal
33
sidebar_label: Step 1 - Set Up Developer Portal
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
This guide will walk you through the steps required to set up your Zuplo API's
159
Developer Portal. This is where your customers will see and subscribe to your

docs/articles/monetization-glossary.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Monetization Glossary
33
sidebar_label: Glossary
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
This document contains a list of concepts and terms that are useful to
159
understand regarding Zuplo's monetization product.

docs/articles/monetization-limitations.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
title: Limitations
33
---
44

5-
:::danger
6-
7-
This documentation is for the legacy version of the Dev Portal and Monetization
8-
capabilities. If you are looking for the new preview developer portal, please
9-
refer to the [docs](/docs/dev-portal/introduction).
10-
11-
:::
5+
<LegacyMonetization />
126

137
Zuplo strives to deliver the most complete, flexible, and intuitive API
148
monetization system. Given the multitude of different pricing models and their

docs/articles/monetization-policy-setup.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Step 3 - Configure Monetization Policy
33
sidebar_label: Step 3 - Configure Monetization Policy
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
In the previous steps, you learned how to
159
[set up Stripe](./monetization-webhook-setup.md) and

docs/articles/monetization-programmatic-quotas.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Monetization Programmatic Quotas
33
sidebar_label: Programmatic Quotas
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
When adding monetization to your API, you would usually set the number of meters
159
a request will consume in the settings of the

docs/articles/monetization-subscription.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Monetization Subscriptions
33
sidebar_label: Subscriptions
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
You can programmatically access details of your users subscription when using
159
Zuplo monetization. Here's an example inbound policy that logs the subscription

docs/articles/monetization-webhook-setup.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ title: Step 2 - Configure Subscription Events
33
sidebar_label: Step 2 - Configure Subscription Events
44
---
55

6-
:::danger
7-
8-
This documentation is for the legacy version of the Dev Portal and Monetization
9-
capabilities. If you are looking for the new preview developer portal, please
10-
refer to the [docs](/docs/dev-portal/introduction).
11-
12-
:::
6+
<LegacyMonetization />
137

148
In the [previous step](./monetization-dev-portal-setup.md), you configured the
159
Developer Portal to enable your customers to subscribe to your Zuplo API. In

docs/articles/monetization.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
title: Zuplo API Monetization
33
---
44

5-
:::danger
6-
7-
This documentation is for the legacy version of the Dev Portal and Monetization
8-
capabilities. If you are looking for the new preview developer portal, please
9-
refer to the [docs](/docs/dev-portal/introduction).
10-
11-
:::
5+
<LegacyMonetization />
126

137
Zuplo enables you, as an _API provider_, to effortlessly monetize your APIs. It
148
provides a compelling set of defaults, while also allowing customizations to

0 commit comments

Comments
 (0)