Skip to content

Commit 16aa436

Browse files
alexcamboseaditya520
authored andcommitted
reset
1 parent 504417e commit 16aa436

22 files changed

+190
-47
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ _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 document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/chains","method":"get"}]} webhooks={[]} hasHead={false} />
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+
/>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ _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 document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/logs","method":"get"}]} webhooks={[]} hasHead={false} />
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+
/>

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@ title: Overview
33
---
44

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

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,11 @@ _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 document={"https://fortuna-staging.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/chains/{chain_id}/revelations/{sequence}","method":"get"}]} webhooks={[]} hasHead={false} />
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+
/>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"title": "Entropy",
3-
"pages": [
4-
"fortuna"
5-
]
3+
"pages": ["fortuna"]
64
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ Welcome to the Pyth Network API Reference. Explore REST APIs for our core servic
3131
colorScheme="blue"
3232
/>
3333
</div>
34-

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

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

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ _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 document={"https://hermes.pyth.network/docs/openapi.json"} operations={[{"path":"/api/get_price_feed","method":"get"}]} webhooks={[]} hasHead={false} />
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+
/>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ _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 document={"https://hermes.pyth.network/docs/openapi.json"} operations={[{"path":"/api/get_vaa","method":"get"}]} webhooks={[]} hasHead={false} />
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+
/>

0 commit comments

Comments
 (0)