Skip to content

Commit

Permalink
fix: Markdownlint
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <[email protected]>
  • Loading branch information
bcronin90 committed Feb 20, 2024
1 parent 23ef5ca commit 56a3a12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions docs-kits/kits/Connector Kit/Adoption View/adoption-view.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
id: Adoption View
title: Adoption View
description: 'Connector Kit'
sidebar_position: 1
---
Expand Down Expand Up @@ -83,7 +82,7 @@ The Connector KIT builds on the [Catena-X Standards][Catena-X-Standards-url]. Ev

### Terminology

The shown picture illustrates only a generic view of the EDC's Domain Model and is not intended to show all aspects of
The shown picture illustrates only a generic view of the EDC's Domain Model and is not intended to show all aspects of
the implementation. Most of the Domain-Model-Elements are represented by separate APIs. Please check the [Management API Walkthrough](https://github.com/eclipse-tractusx/tractusx-edc/tree/main/docs)
in the tractusx-edc repository for more a reference on usage of the API.

Expand Down
8 changes: 4 additions & 4 deletions docs-kits/kits/Connector Kit/Development View/architecture.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Architecture
id: Architecture
sidebar_position: 2
---
<!--
Expand Down Expand Up @@ -43,15 +43,15 @@ In the reference implementation, this metadata is generated by the management pl

A Connector is a security-critical component. It handles credentials, secrets and short-lived that must be shielded from
unauthorized access and potential leaks. A ordinary database is unfit for this task, thus the setup requires a Secret Vault.
This is usually accomplished via a implementations such as Hashicorp Vault or Azure Vault.
This is usually accomplished via a implementations such as Hashicorp Vault or Azure Vault.

### Business Applications

The reason to use a Connector in the first place is to make data available to or obtain it from other participants.
This data comes from or is used in your other Business Applications.
These interact with the Connector by providing addresses where said data can be found that are then wrapped in Assets by the Connector.
For the reference implementation, the interaction will usually pass through the Management API that is [documented in
detail](https://github.com/eclipse-tractusx/tractusx-edc/tree/main/docs) in the tractusx-edc repository.
For the reference implementation, the interaction will usually pass through the Management API that is [documented in detail](https://github.com/eclipse-tractusx/tractusx-edc/tree/main/docs)
in the tractusx-edc repository.

### Other Connectors

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Specifications
id: Specifications
sidebar_position: 1
---

Expand All @@ -20,8 +20,8 @@ In the reference implementation, these are the management plane and the data pla

## Identity and Trust Protocol (IATP)

In Catena-X, the interaction between the wallets holding a participant's identity credentials and the connector is
specified by the [IATP](https://github.com/eclipse-tractusx/identity-trust). This protocol is currently under development with the Eclipse-Tractusx community and will find
In Catena-X, the interaction between the wallets holding a participant's identity credentials and the connector is
specified by the [IATP](https://github.com/eclipse-tractusx/identity-trust). This protocol is currently under development with the Eclipse-Tractusx community and will find
its way into the IDSA and international standardization bodies.

## Catena X Standard Library
Expand Down
6 changes: 3 additions & 3 deletions docs-kits/kits/Connector Kit/Operation View/operation-view.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Operation View
is: Operation View
sidebar_position: 1
---

Expand Down Expand Up @@ -30,14 +30,14 @@ Other configurations are available in the same repository.

### Minimum Viable Dataspace

A minimal setup using [Terraform](https://developer.hashicorp.com/terraform) is available in the form of the
A minimal setup using [Terraform](https://developer.hashicorp.com/terraform) is available in the form of the
[Minimum Viable Dataspace](https://github.com/eclipse-edc/MinimumViableDataspace).

Documentation on it can be found [here](https://eclipse-edc.github.io/docs/#/submodule/MinimumViableDataspace/).

### Deployment Guide

Specific configuration details are described more closely in the
Specific configuration details are described more closely in the
[Deployment Guide](https://eclipse-tractusx.github.io/docs/tutorials/e2e/connect/deployComponents/).

## Notice
Expand Down

0 comments on commit 56a3a12

Please sign in to comment.