Skip to content

Commit

Permalink
💱 Clean up scaffolding leftovers
Browse files Browse the repository at this point in the history
- By the time this pull merges, the volume/trade approx should hit.
- Fixed missing API doc structure MethodTable explainer.
- Added Lumenauts video to SCP explainer for accessability.
  • Loading branch information
JFWooten4 committed Nov 19, 2024
1 parent 9d01898 commit 32455bb
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 301 deletions.
16 changes: 16 additions & 0 deletions docs/data/horizon/api-reference/structure/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,20 @@ sidebar_label: Structure
description: Horizon is an API for interacting with the Stellar network.
---

import { MethodTable } from "@site/src/components/MethodTable";

How Horizon is structured.

<MethodTable title="Structure Types">

| | |
| ------------------------------------------------- | --- |
| [Response Format](./response-format.mdx) | |
| [Page Arguments](./pagination/page-arguments.mdx) | |
| [Streaming](./streaming.mdx) | |
| [Rate Limiting](./rate-limiting.mdx) | |
| [XDR](./xdr.mdx) | |
| [Consistency](./consistency.mdx) | |
| [Pagination](./pagination/README.mdx) | |

</MethodTable>
Loading

0 comments on commit 32455bb

Please sign in to comment.