Skip to content
13 changes: 10 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
"group": "Core Concepts",
"pages": [
"hedera/core-concepts",

{
"group": "Accounts",
"pages": [
Expand Down Expand Up @@ -443,6 +444,7 @@
"hedera/core-concepts/hashgraph-consensus-algorithms/virtual-voting"
]
},
"hedera/core-concepts/high-volume-entity-creation",
{
"group": "Transactions and Queries",
"pages": [
Expand Down Expand Up @@ -866,6 +868,7 @@
"group": "Topics",
"pages": [
"hedera/sdks-and-apis/rest-api/topics",
"openapi.yaml GET /api/v1/topics/{topicId}",
"openapi.yaml GET /api/v1/topics/{topicId}/messages",
"openapi.yaml GET /api/v1/topics/{topicId}/messages/{sequenceNumber}",
"openapi.yaml GET /api/v1/topics/messages/{timestamp}"
Expand All @@ -883,11 +886,13 @@
"group": "Network",
"pages": [
"hedera/sdks-and-apis/rest-api/network",
"openapi.yaml GET /api/v1/network/supply",
"openapi.yaml GET /api/v1/network/fees",
"openapi.yaml GET /api/v1/network/exchangerate",
"openapi.yaml GET /api/v1/network/fees",
"openapi.yaml POST /api/v1/network/fees",
"openapi.yaml GET /api/v1/network/nodes",
"openapi.yaml GET /api/v1/network/stake"
"openapi.yaml GET /api/v1/network/registered-nodes",
"openapi.yaml GET /api/v1/network/stake",
"openapi.yaml GET /api/v1/network/supply"
]
}
]
Expand Down Expand Up @@ -1130,6 +1135,7 @@
}
]
},

{
"group": "Support & Community",
"pages": [
Expand Down Expand Up @@ -1186,6 +1192,7 @@
"hedera/faqs/community"
]
}

]
}
]
Expand Down
1 change: 1 addition & 0 deletions hedera/core-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ sidebarTitle: Overview
<Card title="Hashgraph Consensus Algorithm" href="/hedera/core-concepts/hashgraph-consensus-algorithms" />
<Card title="Gossip About Gossip" href="/hedera/core-concepts/hashgraph-consensus-algorithms/gossip-about-gossip" />
<Card title="Virtual Voting" href="/hedera/core-concepts/hashgraph-consensus-algorithms/virtual-voting" />
<Card title="High Volume Entity Creation" href="/hedera/core-concepts/high-volume-entity-creation" />
<Card title="Transactions and Queries" href="/hedera/core-concepts/transactions-and-queries" />
<Card title="Transaction Properties" href="/hedera/core-concepts/transactions-and-queries/transaction-properties" />
<Card title="State and History" href="/hedera/core-concepts/state-and-history" />
Expand Down
Loading
Loading