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
+14 -14
View File
@@ -1,21 +1,21 @@
---
openapi: get /did/v1/resolve/{did}
title: Resolve W3C DID Document
description: Retrieve complete DID document with verification methods and services
og:title: DID Resolution
seo:
title: "DID Resolution"
---
<Info>
DID resolution is the primary way to discover how to interact with
a decentralized identity, including available keys and services.
</Info>
:::info
DID resolution is the primary way to discover how to interact with
a decentralized identity, including available keys and services.
:::
<Warning>
Deactivated DIDs cannot be resolved. The query will return an error
indicating the DID has been permanently disabled.
</Warning>
:::warning
Deactivated DIDs cannot be resolved. The query will return an error
indicating the DID has been permanently disabled.
:::
<Tip>
Cache resolved DID documents client-side with appropriate TTL based
on your security requirements and update frequency needs.
</Tip>
:::tip
Cache resolved DID documents client-side with appropriate TTL based
on your security requirements and update frequency needs.
:::