Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task(devx): Add Tags - Identity #4992

Merged
merged 11 commits into from
Jan 29, 2025
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
image: /img/identity/icon.png
tags:
- explanation
- identity
- verifiable-presentations
---

# Verifiable Presentations

A verifiable presentation is the recommended data format for sharing one or more [verifiable credentials](./verifiable-credentials.mdx).
Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ verifiable-credentials:
label: Verifiable Credentials
description: Verifiable Credentials.

verifiable-presentations:
label: Verifiable Presentations
description: Verifiable Presentations.

verification-method:
label: Verification Method
description: Verification Method.
Expand Down
Loading