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,21 +1,21 @@
---
openapi: get /did/v1/credential/{credentialId}
title: Get Verifiable Credential
description: Retrieve W3C verifiable credentials with cryptographic proofs
og:title: Query Digital Credential
seo:
title: "Query Digital Credential"
---
<Info>
Verifiable credentials are cryptographically signed claims that can
be independently verified without contacting the issuer.
</Info>
:::info
Verifiable credentials are cryptographically signed claims that can
be independently verified without contacting the issuer.
:::
<Warning>
Always check the `revoked` field and expiration date before
accepting a credential as valid.
</Warning>
:::warning
Always check the `revoked` field and expiration date before
accepting a credential as valid.
:::
<Tip>
Verify the issuer's DID to ensure the credential comes from a
trusted authority in your trust framework.
</Tip>
:::tip
Verify the issuer's DID to ensure the credential comes from a
trusted authority in your trust framework.
:::