Skip to content

Commit 169ea8e

Browse files
committed
revert turbo.json file
1 parent b4c9576 commit 169ea8e

23 files changed

+47
-191
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
@@ -3,22 +3,7 @@ title: Overview
33
---
44

55
<APICards>
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-
/>
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." />
249
</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/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ 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: 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} />

0 commit comments

Comments
 (0)