Skip to content

Commit

Permalink
Add Identity tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Aug 12, 2024
1 parent 694c884 commit 1de33eb
Show file tree
Hide file tree
Showing 28 changed files with 77 additions and 111 deletions.
4 changes: 0 additions & 4 deletions docs/content/developer/iota-identity/contact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: Contact
sidebar_label: Contact
description: Get in touch with the project maintainers.
image: /img/identity/icon.png
tags:
- Contact
- GitHub
- Maintainers
---

If you found a security related issue, please follow the [responsible disclosure policy](https://github.com/iotaledger/identity.rs/security/policy).
Expand Down
7 changes: 1 addition & 6 deletions docs/content/developer/iota-identity/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ sidebar_label: Contribute
description: Contribute to IOTA Identity by joining the Identity initiative, via the projects GitHub repository, documentation, or sharing your knowledge.
image: /img/identity/icon.png
tags:
- Contribute
- GitHub
- Identity Initiative
- Documentation
- Discord
- reference
- reference
---

**Thanks for thinking about contributing to the project! You can contribute using the following ways.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ title: Alias Outputs
description: UTXO Alias Output
image: /img/identity/icon.png
tags:
- public keys
- utxo
- Method Specification
- Decentralized Identifiers
- overview
- DLT
- explanation
- did
- getting-started
---

# Alias Outputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description: The Decentralized Identifiers (DID) standard from W3C is the fundamental standard that supports the concept of a decentralized digital identity. Explore the basic aspects of the DID standard.
image: /img/identity/icon.png
tags:
- public keys
- Method Specification
- Decentralized Identifiers
- overview
- DLT
- explanation
- did
- getting-started
- verification-method
- verifiable-credentials
---

# Decentralized Identifiers (DID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
description: Verifiable credentials are statements about the holder. They can be verified online or in person, and the holder decides who to share them with.
image: /img/identity/icon.png
tags:
- verifiable
- credentials
- person
- explanation
- verifiable-credentials
---
# Verifiable Credentials

Expand Down
5 changes: 0 additions & 5 deletions docs/content/developer/iota-identity/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ title: Frequently Asked Questions
sidebar_label: FAQ
description: Frequently Asked Question regarding IOTA Identity.
image: /img/identity/icon.png
tags:
- FAQ
- Frequently Asked Question
- Troubleshooting
- IOTA Identity
---

This page contains frequently asked questions regarding the Identity Library and Self-Sovereign Identity in general.
Expand Down
6 changes: 4 additions & 2 deletions docs/content/developer/iota-identity/getting-started/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ sidebar_label: Rust
description: Getting started with the IOTA Identity Rust Library.
image: /img/identity/icon.png
tags:
- Rust
- Identity
- rust
- setup
- install
- getting-started
---
# Getting Started with Rust

Expand Down
9 changes: 3 additions & 6 deletions docs/content/developer/iota-identity/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ sidebar_label: Wasm
description: Getting started with the IOTA Identity WASM Library.
image: /img/identity/icon.png
tags:
- WASM
- wasm
- setup
- install
- npm
- yarn
- build
- nodejs
- webpack
- getting-started
---

# Getting Started with Wasm
Expand Down
6 changes: 1 addition & 5 deletions docs/content/developer/iota-identity/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
description: Glossary for IOTA Identity, defines the terms used in this specification and throughout decentralized identifier infrastructure.
image: /img/identity/icon.png
tags:
- W3C
- terminology
- IOTA
- verification method
- verifiable data registry
- verification-method
- reference
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ sidebar_label: Create and Publish
description: Create DID Documents and publish them to the Tangle
image: /img/identity/icon.png
tags:
- Documents
- DID
- Tangle
- Create
- Publish
- how-to
- did
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ sidebar_label: Delete
description: How to deactivate or destroy an IOTA Identity
image: /img/identity/icon.png
tags:
- Delete
- Deactivate
- Destroy
- how-to
- did
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sidebar_label: Resolve
description: Explain how resolving works including arguments
image: /img/identity/icon.png
tags:
- Resolve
- how-to
- did
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ sidebar_label: Update
description: How DID Documents can be manipulated and how updates should be published
image: /img/identity/icon.png
tags:
- Documents
- DID
- Tangle
- Update
- Publish
- how-to
- did
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ description: How to link a domain and a DID
sidebar_label: Create and Verify
image: /img/identity/icon.png
tags:
- well-known
- domain linkage
- DID Configuration Resource
- Domain Linkage Credential
- how-to
---

import Tabs from '@theme/Tabs';
Expand Down
6 changes: 1 addition & 5 deletions docs/content/developer/iota-identity/how-tos/key-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ sidebar_label: Key Storage
description: Explain the use of the storage interfaces and how they can be implemented
image: /img/identity/icon.png
tags:
- key storage
- storage interfaces
- json web key
- json web algorithm
- signing
- how-to
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ sidebar_label: Create and Sign
description: Explain how a VC is created and verified
image: /img/identity/icon.png
tags:
- verifiable
- credentials
- Create
- sign
- how-to
- verifiable-credentials
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ sidebar_label: Revoke
description: Explain how a VC can be revoked
image: /img/identity/icon.png
tags:
- verifiable
- credentials
- revoke
- revocation
- how-to
- verifiable-credentials
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ sidebar_label: Selective Disclosure
description: Explain VC with selective disclosure.
image: /img/identity/icon.png
tags:
- verifiable
- credentials
- SD-JWT
- Disclosure
- how-to
- verifiable-credentials
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ sidebar_label: Zero Knowledge Selective Disclosure
description: Zero Knowledge selectively disclosable VCs.
image: /img/identity/icon.png
tags:
- verifiable
- credentials
- Zero Knowledge
- Disclosure
- verifiable-credentials
- zk
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sidebar_label: Create and Validate
description: Explain how a VP is created and verified
image: /img/identity/icon.png
tags:
- verifiable
- presentations
- how-to
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
4 changes: 0 additions & 4 deletions docs/content/developer/iota-identity/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
description: The most important concepts that developers will need to know to utilize IOTA Identity to its full potential.
image: /img/identity/icon.png
tags:
- Identity
- guide
- TOC
- overview
- reference
---
# IOTA Identity Framework
Expand Down
5 changes: 0 additions & 5 deletions docs/content/developer/iota-identity/workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ title: Identity.rs workflow
sidebar_label: Workflow
description: Learn about the software development process of the IOTA Identity repository.
image: /img/identity/icon.png
tags:
- Workflow
- Contribute
- GitHub
- explanation
---

# Identity Workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ sidebar_label: DID Method
description: How IOTA Identity implements the Decentralized Identifiers Standard on the IOTA Tangle.
image: /img/identity/icon.png
tags:
- DID
- specs
- specifications
- Decentralized Identifiers
- Tangle
- format
- reference
- did
---

# IOTA DID Method Specification v1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/content/references/iota-identity/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: Overview
description: Provide overview of the specifications
image: /img/identity/icon.png
tags:
- specifications
- reference
---

While IOTA Identity implements many existing standards, it also adds some additional features we would like to standardize ourselves. This section covers these features and how they work in great detail. These are not light reads and can be skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ sidebar_label: Revocation Bitmap
description: The specification for the embedded revocation bitmap.
image: /img/identity/icon.png
tags:
- DID
- specs
- specifications
- revocation
- bitmap
- reference
- did
---

# Revocation Bitmap 2022
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ sidebar_label: Revocation Timeframe 2024
description: The specification for an embeddable time-based revocation method - `RevocationTimeframe2024`.
image: /img/identity/icon.png
tags:
- DID
- specs
- specifications
- revocation
- bitmap
- reference
- did
---

# Revocation Timeframe 2024
Expand Down
5 changes: 3 additions & 2 deletions docs/content/references/iota-identity/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ title: WASM API Reference
description: WASM API reference.
image: /img/identity/icon.png
tags:
- WASM
- API Reference
- reference
- wasm
- api
---

# Wasm Api Reference
Expand Down
Loading

0 comments on commit 1de33eb

Please sign in to comment.