Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@ navigation:
- api: Transactions Receipts Endpoints
api-name: transactions-receipt
slug: utility-apis
- section: Stellar Data API
contents:
- api: Stellar Data API Endpoints
api-name: stellar-data-api
slug: stellar-data-api
- section: Subgraphs
contents:
- page: Alchemy Subgraphs Deprecation Notice
Expand Down Expand Up @@ -2107,6 +2112,8 @@ navigation:
path: api-reference/stellar/stellar-api-overview.mdx
- api: Stellar API Endpoints
api-name: stellar
- link: Stellar Data API
href: /docs/data/stellar-data-api

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a real link: goes to 404. I recommend generating an overview page and linking to that. Example here

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be reference/stellar-data-api-overview to match overview page slug

slug: stellar

- section: Story
Expand Down
5 changes: 5 additions & 0 deletions content/remote-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"name": "gas-manager-coverage",
"url": "https://txe-api-specs.docs.alchemy.com/paymaster/openrpc.yaml",
"type": "openrpc"
},
{
"name": "stellar-data-api",
"url": "https://data-api-specs.docs.alchemy.com/stellar/openapi.yaml",
"type": "openapi"
}
]
Loading