Skip to content

Commit f204072

Browse files
committed
chore(dev-hub) Updated APIs
1 parent 4b953e7 commit f204072

21 files changed

+46
-190
lines changed

apps/developer-hub/content/docs/api-reference/entropy/fortuna/chain_ids.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@ _openapi:
1414

1515
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
1616

17-
<APIPage
18-
document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"}
19-
operations={[{ path: "/v1/chains", method: "get" }]}
20-
webhooks={[]}
21-
hasHead={false}
22-
/>
17+
<APIPage document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/chains","method":"get"}]} webhooks={[]} hasHead={false} />

apps/developer-hub/content/docs/api-reference/entropy/fortuna/explorer.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ _openapi:
3232

3333
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
3434

35-
<APIPage
36-
document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"}
37-
operations={[{ path: "/v1/logs", method: "get" }]}
38-
webhooks={[]}
39-
hasHead={false}
40-
/>
35+
<APIPage document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/logs","method":"get"}]} webhooks={[]} hasHead={false} />

apps/developer-hub/content/docs/api-reference/entropy/fortuna/index.mdx

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,7 @@ title: Overview
55
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
66

77
<APICards>
8-
<APICard
9-
href="/api-reference/entropy/fortuna/chain_ids"
10-
title="/v1/chains"
11-
method="GET"
12-
description="Get the list of supported chain ids"
13-
/>
14-
<APICard
15-
href="/api-reference/entropy/fortuna/revelation"
16-
title="/v1/chains/{chain_id}/revelations/{sequence}"
17-
method="GET"
18-
description="Reveal the random value for a given sequence number and blockchain."
19-
/>
20-
<APICard
21-
href="/api-reference/entropy/fortuna/explorer"
22-
title="/v1/logs"
23-
method="GET"
24-
description="Returns the logs of all requests captured by the keeper."
25-
/>
8+
<APICard href="/api-reference/entropy/fortuna/chain_ids" title="/v1/chains" method="GET" description="Get the list of supported chain ids" />
9+
<APICard href="/api-reference/entropy/fortuna/revelation" title="/v1/chains/{chain_id}/revelations/{sequence}" method="GET" description="Reveal the random value for a given sequence number and blockchain." />
10+
<APICard href="/api-reference/entropy/fortuna/explorer" title="/v1/logs" method="GET" description="Returns the logs of all requests captured by the keeper." />
2611
</APICards>
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"title": "Fortuna",
3-
"pages": ["index", "chain_ids", "revelation", "explorer"]
3+
"pages": [
4+
"index",
5+
"chain_ids",
6+
"revelation",
7+
"explorer"
8+
]
49
}

apps/developer-hub/content/docs/api-reference/entropy/fortuna/revelation.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,4 @@ _openapi:
4444

4545
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
4646

47-
<APIPage
48-
document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"}
49-
operations={[
50-
{ path: "/v1/chains/{chain_id}/revelations/{sequence}", method: "get" },
51-
]}
52-
webhooks={[]}
53-
hasHead={false}
54-
/>
47+
<APIPage document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/chains/{chain_id}/revelations/{sequence}","method":"get"}]} webhooks={[]} hasHead={false} />
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"title": "Entropy",
3-
"pages": ["fortuna"]
3+
"pages": [
4+
"fortuna"
5+
]
46
}

apps/developer-hub/content/docs/api-reference/meta.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"root": true,
33
"title": "API Reference",
44
"icon": "Code",
5-
"pages": ["entropy", "pyth-core"]
5+
"pages": [
6+
"entropy",
7+
"pyth-core"
8+
]
69
}

apps/developer-hub/content/docs/api-reference/pyth-core/hermes/get_price_feed.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ _openapi:
3030

3131
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
3232

33-
<APIPage
34-
document={"https://hermes.pyth.network/docs/openapi.json"}
35-
operations={[{ path: "/api/get_price_feed", method: "get" }]}
36-
webhooks={[]}
37-
hasHead={false}
38-
/>
33+
<APIPage document={"https://hermes.pyth.network/docs/openapi.json"} operations={[{"path":"/api/get_price_feed","method":"get"}]} webhooks={[]} hasHead={false} />

apps/developer-hub/content/docs/api-reference/pyth-core/hermes/get_vaa.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ _openapi:
3030

3131
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
3232

33-
<APIPage
34-
document={"https://hermes.pyth.network/docs/openapi.json"}
35-
operations={[{ path: "/api/get_vaa", method: "get" }]}
36-
webhooks={[]}
37-
hasHead={false}
38-
/>
33+
<APIPage document={"https://hermes.pyth.network/docs/openapi.json"} operations={[{"path":"/api/get_vaa","method":"get"}]} webhooks={[]} hasHead={false} />

apps/developer-hub/content/docs/api-reference/pyth-core/hermes/get_vaa_ccip.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,4 @@ _openapi:
3636

3737
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
3838

39-
<APIPage
40-
document={"https://hermes.pyth.network/docs/openapi.json"}
41-
operations={[{ path: "/api/get_vaa_ccip", method: "get" }]}
42-
webhooks={[]}
43-
hasHead={false}
44-
/>
39+
<APIPage document={"https://hermes.pyth.network/docs/openapi.json"} operations={[{"path":"/api/get_vaa_ccip","method":"get"}]} webhooks={[]} hasHead={false} />

0 commit comments

Comments
 (0)