Skip to content

Commit dcac20b

Browse files
fix: broken links
1 parent 04d9a6f commit dcac20b

4 files changed

Lines changed: 11 additions & 19 deletions

File tree

docs/get_started.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,31 @@ Below, you'll find detailed descriptions of each guide, carefully curated to emp
3737
>
3838
> - [Setup an instance](/guides/Sysadmin/setup)
3939
> - [Self host the dashboard](/guides/Sysadmin/setup)
40-
> - [Deploy microservices](/guides/Sysadmin/deploy_microservices.md)
40+
> - [Provision and deploymentDeployment](/guides/Orgadmin/microservices-provision-deployment.md)
4141
4242
> [!IMPORTANT] Organization administrators
4343
> For folks that wants to oversee the configuration and management of decentralized identity solutions within their organizations. Here you'll find instructions on how to use the Dashboard to configure settings, monitor your issuance flows, and access key functionalities.
4444
>
45-
> - [Setup a credential issuer](/guides/Orgadmin/credential_issuer.md)
46-
> - [Setup an authorization server](/guides/Orgadmin/auth_server.md)
47-
> - [Create issuance flows](/guides/Orgadmin/issuance_flow.md)
48-
> - [Create verification flows](/guides/404)
45+
> - [Setup a credential issuer](/guides/Flows/integration-with-3rd-party.html#_3-issuance-template-—-build-the-credential-claims)
46+
> - [Setup an authorization server](/guides/Flows/integration-with-3rd-party.html#_2-authorization-template-—-collect-call-external-api)
47+
> - [Create issuance/Verification flows](/guides/Flows/flows.html)
4948
> - [Generate microservices from the dashboard](/guides/404)
50-
> - [Add custom business logic for credential issuing](/guides/404)
51-
> - [Add custom business logic for authorization](/guides/404)
52-
> - [Create an organization](/guides/Orgadmin/create.md)
49+
> - [Add custom business logic for issuance/verifiation](/guides/Flows/integration-with-3rd-party.html)
5350
5451
> [!WARNING] Wallet holders
5552
>
5653
> For individuals that wants to use the Wallet Holder App to manage their decentralized identities and digital credentials securely. Here we walks you through the process of installing and using the Wallet Holder App to store, view, and share identity information with ease.
5754
>
5855
> - [Install the Wallet](/guides/Wallet/wallet.html#install-the-app)
5956
> - [Create an identity / keyring](/guides/Wallet/sign-up.md)
60-
> - [Request a credential](/guides/Wallet/get_credential.md)
61-
> - [Present a credential](/guides/Wallet/present_credential.md)
6257
> - [Get part to an organization](/guides/Wallet/join_org.md)
6358
> - [Define preferences](/guides/Wallet/preferences.md)
6459
6560
> [!TIP] Verifiers
6661
>
6762
> For individuals that wants to utilize the Verifier App to verify the authenticity and validity of decentralized identities and digital credentials. Here we outlines how to install and use the Verifier App to validate identity claims and ensure compliance with regulatory requirements.
6863
>
69-
> - [Install the Verifier](/guides/Verifier/verifier.html#install-the-app)
70-
> - [Get part of an organization](/guides/Verifier/join_org.md)
71-
> - [Select a verification flow](/guides/Verifier/verification_flow.md)
72-
> - [Verify a credential](/guides/Verifier/verify.md)
64+
> - [The Verifier Web App](/guides/Verifier/web-verifier.md)
7365
7466
<style>
7567
:root {

docs/guides/Orgadmin/microservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once you are happy with the Templated and Flows you created, you can start deplo
2020

2121
1. Downloading the provisioned Microservices by pressing the *Dowload microservices* button.
2222
1. Upload the download .zip to the server where the Microservices will deployed, which responds to the Endpoint you previously configured.
23-
1. Follow the instructions in the [Sysadmin](../Sysadmin/deploy_microservices.html) section or just use the docker-compose file (typically doing
23+
1. Follow the instructions in the [Provision and deploymentDeployment](../Orgadmin/microservices-provision-deployment.html) section or just use the docker-compose file (typically doing
2424

2525
```bash
2626
docker-compose up

docs/guides/Pricing/pricing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Below a description of the individual features.
3131

3232
### Organizations
3333
- Description: an Organization contains users, Credential Issuance and Verification, and Microservices setup.
34-
- Info: [create Organization](../Orgadmin/create)
34+
- Info: [Dashboard Basics](/guides/Flows/basics.html)
3535

3636
### Issuance flows and Verification flows
3737
- Description: Credential Issuance and Verification flows define what a Credential contains, how it is issued and how it is verified. Issuance and Verification are operated by Microservices.
38-
- Info: [Create an Issuance Flow](../Orgadmin/issuance_flow) and [Create a Verification Flow](../Verifier/verification_flow)
38+
- Info: [Create an Issuance/Verification Flow](/guides/Flows/flows.md)
3939

4040
### Microservices Deployment
4141

4242
- Description: Microservices operate Credential Issuance and Verification. The Wallet and Verifier apps exchange information with the Microservices.
43-
- Info: [Deploy Microservices](../Sysadmin/deploy_microservices)
43+
- Info: [Deploy Microservices](/guides/Orgadmin/microservices-provision-deployment.html)
4444

4545
### Control Room
4646
- Description: the DIDroom Dashboard is the main web application to setup Organizations, users, Credential Issuance and Verification Flows and Microservices.

docs/guides/Sysadmin/sysadmin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Explore the process of self-hosting the DiDRoom dashboard to gain full control o
2323

2424
Discover how to deploy DiDRoom microservices to enable various functionalities and services within your organization.
2525

26-
- [Deploy Microservices Guide](./deploy_microservices.md)
26+
- [Deploy Microservices Guide](/guides/Orgadmin/microservices-provision-deployment.md)

0 commit comments

Comments
 (0)