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

fix: links and references to Atala in the quick-start.md guide #95

Closed
wants to merge 6 commits into from

Conversation

todorkoleviohk
Copy link
Contributor

https://input-output.atlassian.net/browse/ATL-7064

This is a non-conflicting merge of changes made before some other changes were merged from other branches.
Please let's merge this one and then we look into the other open PR's, merge and then final overhaul to make sure all fixes are in and everything is correct.

I have an automated tool to check that all links work and all replacement table is applied.

@todorkoleviohk todorkoleviohk changed the title fixed some links and some references to Atala fix: links and references to Atala in the quick-start.md guide May 20, 2024
Copy link
Contributor

@mkbreuningIOHK mkbreuningIOHK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick Start Guide renaming is not finished. Please align with @CryptoKnightIOG and his PR #96. And pair together to finish this.

@@ -129,13 +129,13 @@ const RESOURCES = [
title: "Wallet SDK Swift",
Svg: Graphics.walletSdkSwift,
content: "Build Swift-based applications using our SDKs",
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/"
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/atalaprismsdk/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain why changing the path? The swift SDK is working well in the current staging website. It was changed to https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk/ in the PR #93

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted back to original link, we will do a link check in second iteration.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

documentation/docs/sidebars.js Outdated Show resolved Hide resolved
},
{
title: "Wallet SDK TypeScript",
Svg: Graphics.walletSdkTS,
content: "Build web-based applications using our SDKs",
linkTo: "#"
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explain the reason of this link change. So we are sure it is not breaking something somewhere else.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted back to original link, we will do a link check in second iteration.

Copy link
Contributor Author

@todorkoleviohk todorkoleviohk May 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"#" must have been a placeholder from early days before the repo was actually ready :)
This doesn't lead to anywhere and changing it to a good link does not incur a risk of breaking.

@@ -129,13 +129,13 @@ const RESOURCES = [
title: "Wallet SDK Swift",
Svg: Graphics.walletSdkSwift,
content: "Build Swift-based applications using our SDKs",
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/"
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/atalaprismsdk/"
},
{
title: "Wallet SDK TypeScript",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to Edge Agent SDK TypeScript or Edge Agent SDK TS

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

},
{
title: "Wallet SDK TypeScript",
Svg: Graphics.walletSdkTS,
content: "Build web-based applications using our SDKs",
linkTo: "#"
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/"
},
{
title: "Wallet SDK KMM",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To Edge Agent SDK KMP
And Build KMP-based

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -54,7 +54,7 @@ More in-depth documentation about the different Wallet SDKs can be found here ([
More in-depth documentation about PRISM Mediator can be found [here](/docs/atala-prism/prism-mediator).

#### A Node for a Verifiable Data Registry (VDR)
To issue and verify VCs to and from DIDs, we need a [Verifiable Data Registry (VDR)](/docs/concepts/glossary/#verifiable-data-registry) that is globally resolvable and always on. In PRISM's case, it is `prism-node`, [anchoring](/docs/concepts/glossary/#anchoring) key information required for issuance and verification on the Cardano blockchain.
To issue and verify VCs to and from DIDs, we need a [Verifiable Data Registry (VDR)](/docs/concepts/glossary/#verifiable-data-registry) that is globally resolvable and always on. In PRISM's case, it is `prism-node`, [anchoring](/docs/concepts/glossary/#anchoring) key information required for issuance and verification on the Distributed Ledger blockchain.
Copy link
Contributor

@mkbreuningIOHK mkbreuningIOHK May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@todorkoleviohk , in the Quick Start Guide, there are more to update: the links to the old repo hyperledger lab, the Wallet to Edge Agent.
I advise you to review what @CryptoKnightIOG has done in this PR #96 and work together to finish it.

Also, you have modified some paths to generate, and not sure in which case it was not working. Please give background for those changes so we can make a decision.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@todorkoleviohk
Copy link
Contributor Author

Had to open a new one as this one was far too much behind and was messy already.
#100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants