Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit fe7edb4

Browse files
authored
Create "Pythnet Reference" (#274)
* move files to reference material * fix
1 parent 4a8642a commit fe7edb4

File tree

7 files changed

+15
-4
lines changed

7 files changed

+15
-4
lines changed

pages/price-feeds/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"api-instances-and-providers": "API Instances and Providers",
4444
"contract-addresses": "Contract Addresses",
4545
"examples": "Example Applications",
46+
"pythnet-reference": "Pythnet Reference",
4647

4748
"-- Understand Pyth": {
4849
"title": "Understanding Pyth",

pages/price-feeds/how-pyth-works/_meta.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"oracle-program": "Oracle Program",
44
"cross-chain": "Cross-chain",
55
"fees": "Fees",
6-
"account-structure": "Account Structure",
7-
"product-metadata": "Product Metadata",
6+
"hermes": "Hermes",
87
"price-aggregation": "Price Aggregation",
9-
"ema-price-aggregation": "EMA Price Aggregation",
10-
"schedule-format": "Schedule Format"
8+
"ema-price-aggregation": "EMA Price Aggregation"
119
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Pythnet Reference
2+
3+
The documentation in this section describes the structure of Pythnet accounts and their contents:
4+
5+
- [Account Structure](/price-feeds/pythnet-reference/account-structure.mdx) describes the accounts that exist and their high-level contents
6+
- [Product Metadata](/price-feeds/pythnet-reference/product-metadata.mdx) describes the metadata associated with each product account
7+
- [Schedule Format](/price-feeds/pythnet-reference/schedule-format.mdx) describes the `schedule` field of the product metadata
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"account-structure": "Account Structure",
3+
"product-metadata": "Product Metadata",
4+
"schedule-format": "Schedule Format"
5+
}

pages/price-feeds/how-pyth-works/account-structure.mdx renamed to pages/price-feeds/pythnet-reference/account-structure.mdx

File renamed without changes.

pages/price-feeds/how-pyth-works/product-metadata.mdx renamed to pages/price-feeds/pythnet-reference/product-metadata.mdx

File renamed without changes.

pages/price-feeds/how-pyth-works/schedule-format.mdx renamed to pages/price-feeds/pythnet-reference/schedule-format.mdx

File renamed without changes.

0 commit comments

Comments
 (0)