Skip to content

Commit 08d7618

Browse files
feat: metis router representation (#644)
* feat: metis router representation * chore: edit routing provider label copy
1 parent fcbd413 commit 08d7618

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

docs/101-ultra-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Ultra API is built on top of the Swap API, with additional features to suppo
1717
- Request for token balances of an account.
1818
- Execute swap order seamlessly in a single API call.
1919
- We handle the complexities of RPC connections, transaction landing, slippage protection and more.
20-
- Provide world class customer support to your users, please refer to the [Support Guidelines](/docs/misc/support-guidelines) for more information.
20+
- Provide world class customer support to your users, please refer to the [Integrator Guidelines](/docs/misc/integrator-guidelines) for more information.
2121

2222
## How to swap with Ultra API
2323

docs/misc/13-support-guidelines.md renamed to docs/misc/13-integrator-guidelines.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
---
2-
sidebar_label: "Support Guidelines"
3-
description: "Support guidelines for Jupiter Integrations."
4-
title: "Support Guidelines"
2+
sidebar_label: "Integrator Guidelines"
3+
description: "Guidelines for integrations with Jupiter."
4+
title: "Integrator Guidelines"
55
---
66

77
<head>
8-
<title>Support Guidelines</title>
8+
<title>Integrator Guidelines</title>
99
<meta name="twitter:card" content="summary" />
1010
</head>
1111

12-
Jupiter provides developer tools and resources to help you integrate with Jupiter. The following guidelines indicates where we provide support for you and/or your customers.
12+
Jupiter provides developer tools and resources to help you integrate with Jupiter. The following section provides the guidelines when integrating with Jupiter.
13+
14+
## Branding and Marketing
15+
16+
When integrating with Jupiter, you can use the following assets to help you brand and market your product: [Jupiter Brand Assets](https://github.com/jup-ag/docs/tree/main/static/files).
17+
18+
:::caution Labelling Routing Provider
19+
Do note that, if you are using our routing engine (such as getting quotes from the Swap API), you are to label the routing provider as **"Metis"**, and not "Jupiter".
20+
:::
1321

1422
## Developer Support
1523

redirects.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[
2+
{"to":"/docs/misc/integrator-guidelines","from":"/docs/misc/support-guidelines"},
3+
24
{"to":"/docs/","from":"/docs/get-started"},
35
{"to":"/docs/misc/sdk-api-license-agreement","from":"/docs/sdk-api-license-agreement"},
46
{"to":"/docs/misc/terms-of-use","from":"/docs/terms-of-use"},
57
{"to":"/docs/misc/privacy-policy","from":"/docs/privacy-policy"},
6-
{"to":"/docs/misc/support-guidelines","from":"/docs/support-guidelines"},
8+
{"to":"/docs/misc/integrator-guidelines","from":"/docs/support-guidelines"},
79

810
{"to":"/docs/token-api","from":"/docs/utility/token-api"},
911
{"to":"/docs/price-api","from":"/docs/utility/price-api"},

sidebars-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const sidebars = {
7575
},
7676
{
7777
type: 'doc',
78-
id: 'misc/support-guidelines',
78+
id: 'misc/integrator-guidelines',
7979
},
8080
{
8181
type: 'html',

0 commit comments

Comments
 (0)