Skip to content

Commit 78efdd9

Browse files
author
Ayush Bherwani
committed
resolve conflicts
2 parents 1d16cff + 735cb0a commit 78efdd9

File tree

48 files changed

+390
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+390
-298
lines changed

developer-tools/dashboard/get-started/create-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ requiring an API key secret or JWTs with each API request.
3838
We recommend the following best practices when creating your API keys:
3939

4040
- Group API key endpoints by environment. For example, create separate API keys for production or development environments.
41-
- Group API key endpoints by groups or individuals [sharing the API key](../how-to/project-sharing.md).
4241
- Limit the number of networks or services per API key only to the necessary endpoints.
4342
- Group the API key endpoints based on shared security considerations such as
4443
[allowlists](../how-to/secure-an-api/use-an-allowlist.md) or

developer-tools/dashboard/how-to/project-sharing.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

developer-tools/dashboard/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ Select one of the cards below to learn more about using the dashboard.
2424
<CardList
2525
items={[
2626
{
27-
href: "get-started/create-api",
27+
href: "./get-started/create-api",
2828
title: "Create an API key",
2929
description: "Learn how to create an API key that allows you to make API calls."
3030
},
3131
{
32-
href: "how-to/secure-an-api/api-key",
32+
href: "./how-to/secure-an-api/api-key",
3333
title: "Secure your API key",
3434
description: "Learn how to secure your API key to avoid unwanted costs and unauthorized access."
3535
},
3636
{
37-
href: "how-to/dashboard-stats",
37+
href: "./how-to/dashboard-stats",
3838
title: "Monitor API call stats",
3939
description: "Learn how to use the dashboard to view API call stats."
4040
}
-4.42 KB
Loading
-7.98 KB
Loading

0 commit comments

Comments
 (0)