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

feat(docs): Add IOTA Identity content #637

Merged
merged 49 commits into from
Aug 19, 2024
Merged

Conversation

jlvandenhout
Copy link
Contributor

@jlvandenhout jlvandenhout commented Jun 11, 2024

⚠️ BASED ON #626 ⚠️

Description of change

Copy over IOTA Identity content from the legacy Wiki.

  • Legacy Build content went into the developer section.
  • legacy Maintain content went into operator section.
  • Any API references and the specifications went into the references section.

Links to any relevant issues

fixes issue #1430

Type of change

  • Documentation Fix

How the change has been tested

Local docs build.

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code

@jlvandenhout jlvandenhout added the devx Issues related to the DevX team label Jun 11, 2024
lucas-tortora and others added 24 commits July 8, 2024 10:47
# Conflicts:
#	docs/content/developer/exchange-integration/exchange-integration.mdx
#	docs/content/developer/standards/coin-manager.mdx
#	docs/content/developer/stardust/exchanges.mdx
#	docs/content/sidebars/concepts.js
#	docs/content/sidebars/guides.js
#	docs/content/sidebars/standards.js
# Conflicts:
#	docs/content/developer/advanced.mdx
#	docs/content/developer/advanced/stardust-on-move.mdx
#	docs/content/developer/stardust/advanced.mdx
#	docs/content/sidebars/guides.js
Co-authored-by: Jeroen van den Hout <[email protected]>
…evelNav

# Conflicts:
#	docs/content/references/iota-api/iota-graphql/reference/api/mutations/execute-transaction-block.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/address.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/available-range.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/chain-identifier.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/checkpoint.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/coins.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/epoch.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/object.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/owner.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/protocol-config.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/resolve-iotans-address.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/type.mdx
#	docs/content/references/iota-api/iota-graphql/reference/api/queries/verify-zklogin-signature.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/address-transaction-block-relationship.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/feature.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/move-ability.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/move-visibility.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/object-kind.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/stake-status.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/enums/zk-login-intent-scope.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/inputs/checkpoint-id.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/inputs/dynamic-field-name.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/inputs/object-filter.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/inputs/transaction-block-filter.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/inputs/transaction-metadata.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/interfaces/imove-object.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/interfaces/iobject.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/interfaces/iowner.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/active-jwk.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/address-owner.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/address.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/available-range.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/balance-change.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/change-epoch-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/checkpoint.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/coin-metadata.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/coin.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/consensus-commit-prologue-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/dry-run-effect.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/dry-run-result.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/dynamic-field.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/end-of-epoch-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/epoch.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/event.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/execution-result.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/gas-coin.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/gas-cost-summary.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/gas-effects.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/gas-input.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/genesis-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/immutable.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/input.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/iotans-registration.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/linkage.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/make-move-vec-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-function.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-module.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-object.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-package.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-struct.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/move-value.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/object.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/open-move-type.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/owned-or-immutable.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/owner.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/parent.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/programmable-transaction-block.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/protocol-configs.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/publish-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/receiving.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/result.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/safe-mode.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/service-config.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/shared-input.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/shared-object-delete.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/shared-object-read.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/shared.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/split-coins-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/stake-subsidy.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/staked-iota.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/storage-fund.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/system-parameters.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/transaction-block-effects.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/transaction-block.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/transfer-objects-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/upgrade-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/validator-set.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/objects/validator.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/dynamic-field-value.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/end-of-epoch-transaction-kind.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/object-owner.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/programmable-transaction.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/transaction-argument.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/transaction-block-kind.mdx
#	docs/content/references/iota-api/iota-graphql/reference/types/unions/unchanged-shared-object.mdx
@lucas-tortora lucas-tortora requested a review from a team as a code owner August 12, 2024 16:42
@Dr-Electron
Copy link
Contributor

Added the tags aligned on with @eike-hass

Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@eike-hass
Copy link
Contributor

I would have expected every page to tagged with identity or IOTA Identity so you can filter/query for everything related to it

@Dr-Electron
Copy link
Contributor

I would have expected every page to tagged with identity or IOTA Identity so you can filter/query for everything related to it

I can do that 👍

…tials/zero-knowledge-selective-disclosure.mdx

Co-authored-by: Eike Haß <[email protected]>
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@Dr-Electron Dr-Electron requested a review from eike-hass August 13, 2024 10:51
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@Dr-Electron Dr-Electron merged commit 3ded88c into develop Aug 19, 2024
24 checks passed
@Dr-Electron Dr-Electron deleted the devx/add-identity-content branch August 19, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devx Issues related to the DevX team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants