From 0ba39f0e2d2c3ceefe616dcf7e6c123cd0126ef3 Mon Sep 17 00:00:00 2001 From: Anja Miscevic Date: Thu, 29 Aug 2024 09:44:31 +0200 Subject: [PATCH] fix: edit empty sections --- docs/connector/_category_.json | 2 +- docs/create-ecosystem/_category_.json | 4 ---- docs/create-ecosystem/overview.mdx | 7 ------- docs/provide-computation/_category_.json | 4 ---- docs/provide-computation/overview.mdx | 7 ------- .../governance/decentralized-identity.mdx | 2 +- .../governance/verifiable-claims.mdx | 2 +- 7 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 docs/create-ecosystem/_category_.json delete mode 100644 docs/create-ecosystem/overview.mdx delete mode 100644 docs/provide-computation/_category_.json delete mode 100644 docs/provide-computation/overview.mdx diff --git a/docs/connector/_category_.json b/docs/connector/_category_.json index 56820cdd74..154a9fe2ed 100644 --- a/docs/connector/_category_.json +++ b/docs/connector/_category_.json @@ -1,4 +1,4 @@ { - "label": "Connectors", + "label": "Connectors - WIP ⚙️", "position": 6 } diff --git a/docs/create-ecosystem/_category_.json b/docs/create-ecosystem/_category_.json deleted file mode 100644 index 050fd738b6..0000000000 --- a/docs/create-ecosystem/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Create an Ecosystem", - "position": 3 -} diff --git a/docs/create-ecosystem/overview.mdx b/docs/create-ecosystem/overview.mdx deleted file mode 100644 index 1e5f1f7112..0000000000 --- a/docs/create-ecosystem/overview.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Create an Ecosystem - -Work in Progress ⚙️ diff --git a/docs/provide-computation/_category_.json b/docs/provide-computation/_category_.json deleted file mode 100644 index 869e7e97ef..0000000000 --- a/docs/provide-computation/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Provide Computation", - "position": 5 -} diff --git a/docs/provide-computation/overview.mdx b/docs/provide-computation/overview.mdx deleted file mode 100644 index cd762df11c..0000000000 --- a/docs/provide-computation/overview.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Provide Computation - -Work in Progress ⚙️ diff --git a/docs/technical-documentation/governance/decentralized-identity.mdx b/docs/technical-documentation/governance/decentralized-identity.mdx index 313e121ade..bf0ad46965 100644 --- a/docs/technical-documentation/governance/decentralized-identity.mdx +++ b/docs/technical-documentation/governance/decentralized-identity.mdx @@ -205,7 +205,7 @@ The limitations of the did:key method are: # Decentralized identity in Axone Protocol -The **[Axone ontology](/getting-started/introduction/resources#ontology-how-its-represented-semantic-description)** is used to describe the dataverse. In the dataverse, resources are identified by their DID. +The **[Axone ontology](/getting-started/core-concepts/resources#ontology-how-its-represented-semantic-description)** is used to describe the dataverse. In the dataverse, resources are identified by their DID. Understanding and distinguishing key roles is essential when claiming a resource in the Axone dataverse. Although these roles are distinct, they can be exercised by the same or different entities. Here's a detailed explanation of each role: diff --git a/docs/technical-documentation/governance/verifiable-claims.mdx b/docs/technical-documentation/governance/verifiable-claims.mdx index bd41a653bc..b7fa126e46 100644 --- a/docs/technical-documentation/governance/verifiable-claims.mdx +++ b/docs/technical-documentation/governance/verifiable-claims.mdx @@ -57,7 +57,7 @@ The digital signature and metadata ensure enhanced security by preventing forger ## Verifiable claims in the Axone protocol -The [Axone ontology](../../getting-started/introduction/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims. +The [Axone ontology](../../getting-started/core-concepts/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims. It's important to note that the existence of a resource is conditional on the presence of at least one relevant claim. In other words, although the universe of potential resources is infinite, a resource only becomes concrete and tangible when a corresponding claim is established.