-
Notifications
You must be signed in to change notification settings - Fork 5
fix: improvements for Learn and Develop sections #244
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
73067d3
Update identity documentation heading
patextreme efe2941
Make Introduction page visible in sidebar
patextreme 9c830ac
Rename identity.md to about-hyperledger-identus.md
patextreme ecd2b93
Restructure learn section documentation
patextreme b53c1aa
Restructure learn documentation with category-based navigation
patextreme 8b3c5d8
Replace introduction with what-is-hyperledger-identus
patextreme 6e3cebd
Add basic concepts documentation for Identus
patextreme 50ca274
Update image references in basic concepts documentation
patextreme 472e351
Flatten documentation directory structure
patextreme 76688dc
Remove introductory content from quick start guide
patextreme 907a8e8
Change Developers menu label to Develop
patextreme 837c2e6
Rename components to advanced-explainers and update references
patextreme 1af0d12
Update Advanced explainers links and sidebar metadata
patextreme 10d2a54
Add tracking document for issue #235 leftovers
patextreme 873449c
Update advanced explainers link paths
patextreme 40787de
Rename developers documentation folder to develop
patextreme c20a4bc
Add related tutorials sections to advanced explainer docs
patextreme 613410d
Remove temporary leftovers documentation file
patextreme 9392e3b
Update self-sovereign identity links to internal documentation
patextreme b78d3f5
Fix documentation internal link paths
patextreme 05dfb59
Merge branch 'main' into docs-improvements
patextreme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,15 @@ | ||
| --- | ||
| id: README | ||
| title: Introduction | ||
| sidebar_position: 1 | ||
| sidebar_class_name: hidden-sidebar-item | ||
| --- | ||
| # About Hyperledger Identus | ||
| Identity is about access. It is the key that unlocks doors we wish to enter. To stream movies, we need access to get into the virtual theater. Today, we do that by having an account with a streaming service, which authenticates us into the lobby. | ||
|
|
||
| # Introduction | ||
| We need authorization to enter the theater to watch the movie, which requires a service plan. Which selection will determine whether we can watch in standard, high definition, or 4k. | ||
|
|
||
| Hyperledger Identus is a comprehensive toolset that provides the necessary infrastructure for decentralized identity systems. It operates as a layer-2 blockchain solution, using a distributed ledger as a [verifiable data registry (VDR)](./concepts/glossary#verifiable-data-registry). This innovative toolset facilitates the creation and management of decentralized identifiers (DIDs) and supports the issuance, updating, and revocation of verifiable credentials. With this technology, users can securely and efficiently manage their digital identities while ensuring the integrity and authenticity of their credentials. | ||
| This example is repeatable across all interactions: banking, insurance, online services, shopping, investing, education, traveling, driving, etc. Identity may be the most essential thing we undervalue in our lives. We use it to physically and digitally access goods and services locally and globally. | ||
|
|
||
| Hyperledger Identus is deeply rooted in the concept of [self-sovereign identity (SSI)](./concepts/glossary#self-sovereign-identity), a powerful feature that empowers users to control their identity and personal information. With SSI, users can selectively disclose their data using asymmetric cryptography, giving them full control over their digital identity. | ||
| ## Self-Sovereign Identity (SSI) | ||
| [Self-sovereign identity](/documentation/learn/glossary/#self-sovereign-identity) introduces new concepts that flip the existing identity models. The control shifts from the central authorities to the edges, with individuals. SSI is a set of principles that leverage decentralized identity technology. Sovrin compiled a list of the principles in an easy-to-digest format, available [here](https://sovrin.org/principles-of-ssi/). | ||
|
|
||
| The documentation herein will explain the following: | ||
| The World Wide Web Consortium (W3C) organization has been setting the standards for the Internet as we know it. Similarly, they are also working on next-generation technologies such as decentralized identity. In July 2022, the W3C approved the DID specification to become a [recommendation](https://www.w3.org/press-releases/2022/did-rec/). | ||
|
|
||
| * Decentralized identity concepts | ||
| * How Hyperledger Identus works | ||
| * Hyperledger Identus Quick Start Guide | ||
| The W3C has compiled a list in addition to the specifications for all DID methods available [here](https://www.w3.org/TR/did-spec-registries/). | ||
|
|
||
| ## Supported Standards | ||
| * W3C DID Specification | ||
| * DIDComm v2 | ||
| * W3C VC-JWT | ||
| * Hyperledger Anoncreds | ||
| * OpenID for Verifiable Credential Issuance | ||
| For a deep dive into the DID specification itself, the W3C standard is [here](https://www.w3.org/TR/did-core/). | ||
4 changes: 2 additions & 2 deletions
4
...entation/learn/components/_category_.json → ...learn/advanced-explainers/_category_.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| { | ||
| "label": "Components", | ||
| "label": "Advanced explainers", | ||
| "position": 3, | ||
| "collapsed": false, | ||
| "collapsible": false, | ||
| "link": { | ||
| "type": "generated-index", | ||
| "title": "Components", | ||
| "title": "Advanced explainers", | ||
| "description": "Technical reference documentation including ADRs, specifications, and API details." | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.