-
Notifications
You must be signed in to change notification settings - Fork 4
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
docs: add documentation page for DID Methods #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new documentation page describing DID Methods, including details on DID resolution, supported methods, and configuration options.
- Introduces a comprehensive overview of DID Methods and their real-world application in decentralized identity verification.
- Provides YAML configuration examples and detailed notes on Domain Linkage and ledger-based DID methods.
958ae29
to
4b60278
Compare
cc24818
to
4a0bdd0
Compare
4a0bdd0
to
5144992
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new documentation page outlining the DID Methods supported by UniCore and makes a minor code simplification in the Document view handling.
- Adds a comprehensive markdown page in the docs directory describing DID Methods and their usage.
- Refactors a pattern matching block in agent_identity to use a more concise variable binding.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/introduction/features/did-methods.md | Added complete documentation for DID Methods. |
agent_identity/src/document/views/mod.rs | Simplified variable binding in the DocumentPublished match arm. |
🎉 This PR is included in version 1.0.0-beta.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description of change
The documentation page can be previewed here: https://docs-git-docs-did-methods-impierce.vercel.app/unicore/introduction/features/did-methods
Links to any relevant issues
n/a
How the change has been tested
n/a
Definition of Done checklist
Add an
x
to the boxes that are relevant to your changes.