Skip to content

Commit

Permalink
fix: Renaming Landing Page (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
  • Loading branch information
CryptoKnightIOG committed May 24, 2024
1 parent 9eb8228 commit d5a857d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Atala Prism V2 documentation website
# Identus documentation website

This website is built using [Docusaurus 2](https://docusaurus.io/).

Expand All @@ -14,12 +14,12 @@ The `documentation` folder is split into the following parts:

`documentation/docs` is a general documentation directory for:
* Getting started guides
* SSI and Atala concepts
* Atala PRISM architecture and components description
* SSI and Identus concepts
* Identus architecture and components description

## `tutorials`: general Atala PRISM tutorials
## `tutorials`: general Identus tutorials

`documentation/tutorials` directory assigned to contain all tutorials about essential topics and protocols Atala PRISM V2 is supported, for example:
`documentation/tutorials` directory assigned to contain all tutorials about essential topics and protocols Identus is supported, for example:
* Credential issuance
* Verification
* DIDs
Expand All @@ -33,7 +33,7 @@ The `documentation` folder is split into the following parts:

## `api`: autogenerated docs from OpenAPI specs

`documentation/api` directory contains auto-generated documentation for RestAPI endpoints provided by Atala PRISM V2 executables, it's auto-generated and should not be added manually.
`documentation/api` directory contains auto-generated documentation for RestAPI endpoints provided by Identus executables, it's auto-generated and should not be added manually.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion atala-prism-building-blocks
2 changes: 1 addition & 1 deletion atala-prism-wallet-sdk-ts
8 changes: 4 additions & 4 deletions documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Verifiers are the [relying party](/docs/concepts/glossary/#relying-party) in the


## Identus flow
The diagram details how the concepts fit alongside the PRISM components in a typical SSI interaction.
The diagram details how the concepts fit alongside the Identus components in a typical SSI interaction.

![Component Diagram](/img/component-diagram.png)

Expand Down Expand Up @@ -54,7 +54,7 @@ More in-depth documentation about the different Wallet SDKs can be found here ([
More in-depth documentation about Mediator can be found [here](/docs/identus/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 Identus'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 Identus's case, it is `prism-node`, [anchoring](/docs/concepts/glossary/#anchoring) key information required for issuance and verification on the Distributed Ledger.



Expand Down Expand Up @@ -261,10 +261,10 @@ All wallet SDK's come bundled with a sample application, that cover all the Iden
<Tabs>
<TabItem value="js" label="Typescript Sample APP">

1. Clone the [TypeScript SDK](https://github.com/input-output-hk/identus-edge-agent-sdk-ts) repository.
1. Clone the [TypeScript SDK](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) repository.

```bash
git clone https://github.com/input-output-hk/identus-edge-agent-sdk-ts
git clone https://github.com/input-output-hk/atala-prism-wallet-sdk-ts
```

2. Ensure you have all applications installed for building the SDK and it's dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/components/features/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const FeatureList = [
Svg: require('@site/static/img/modularity-and-flexibility.svg').default,
description: (
<>
Atala PRISM’s suite of infrastructure products provides easy-to-use and easy-to-integrate verifiable
Identus’ suite of infrastructure products provides easy-to-use and easy-to-integrate verifiable
data and identity components that power diverse and scalable solutions.
</>
),
Expand Down
8 changes: 4 additions & 4 deletions src/components/resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const RESOURCES = [
{
title: "Tutorials",
Svg: Graphics.tutorials,
content: "Learn how to build with Atala PRISM through our tutorials",
content: "Learn how to build with Identus through our tutorials",
linkTo: "/tutorials"
},
{
Expand Down Expand Up @@ -152,7 +152,7 @@ const RESOURCES = [
{
title: "Resources",
Svg: Graphics.resources,
content: "Everything you need to learn more about Atala PRISM",
content: "Everything you need to learn more about Identus",
linkTo: "https://github.com/input-output-hk/prism-did-method-spec/blob/main/w3c-spec/PRISM-method.md"
},
]
Expand Down Expand Up @@ -224,9 +224,9 @@ export default function HomeResources() {
<>

<div className={styles.resource__intro}>
<h5>Atala PRISM Docs</h5>
<h5>Identus Docs</h5>
<h2>This guide will help you understand the principles of SSI and how to start deploying solutions
quickly with Atala PRISM</h2>
quickly with Identus</h2>
<Button to="/docs/getting-started">Start now</Button>
</div>
<div className={styles.home__resources}>
Expand Down

0 comments on commit d5a857d

Please sign in to comment.