feat: migrate to blume docs

This commit is contained in:
Prad Nukala
2026-09-02 16:53:38 -04:00
parent b1a622ea13
commit 432ef49207
163 changed files with 2327 additions and 9908 deletions
@@ -1,13 +1,13 @@
---
openapi: get /dwn/v1/ipfs/{cid}
title: Retrieve IPFS Content
description: Fetch distributed content using its Content Identifier
og:title: IPFS Content Retrieval
seo:
title: "IPFS Content Retrieval"
---
<Info>
Content Identifiers (CIDs) are cryptographic hashes that uniquely identify content in IPFS.
</Info>
:::info
Content Identifiers (CIDs) are cryptographic hashes that uniquely identify content in IPFS.
:::
## CID Resolution
@@ -29,18 +29,18 @@ CIDv1: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
## Performance Considerations
<Tip>
Pin frequently accessed content to your local IPFS node for faster retrieval.
</Tip>
:::tip
Pin frequently accessed content to your local IPFS node for faster retrieval.
:::
### Caching Strategy
- Hot data: Keep pinned locally
- Warm data: Cache with TTL
- Cold data: Fetch on demand
<Warning>
Large files may take time to retrieve if not cached locally or on nearby peers.
</Warning>
:::warning
Large files may take time to retrieve if not cached locally or on nearby peers.
:::
## Error Handling