Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #258 from International-Data-Spaces-Association/re…
Browse files Browse the repository at this point in the history
…lease-v5.0.0-WIP

Release v5.0.0
  • Loading branch information
juliapampus authored May 17, 2021
2 parents 9667fa0 + 4e6ee7e commit 2cad265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you want to build and run locally, ensure that at least Java 11 is installed.
2. Execute `cd DataspaceConnector` and `./mvnw clean package`.
3. Navigate to `/target` and run `java -jar dataspaceconnector-{VERSION}.jar`.
4. If everything worked fine, the connector is available at https://localhost:8080/. The API can
be accessed at https://localhost:8080/admin/api. The Swagger UI can be found at https://localhost:8080/api/docs.
be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.

For more details, see [here](https://international-data-spaces-association.github.io/DataspaceConnector/).

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ remote_theme: pmarsceill/just-the-docs
title: Dataspace Connector
description: Dataspace Connector documentation
baseurl: "/DataspaceConnector"
url: "https://juliapampus.github.io"
url: "https://international-data-spaces-association.github.io"

# Color scheme currently only supports "dark", "light"/nil (default), or a custom scheme that you define
color_scheme: custom
Expand Down
2 changes: 0 additions & 2 deletions docs/pages/documentation/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ bytesize. An artifact then has a reference to `contract agreements`, which descr
between data provider and data consumer. Contract offers as `contracts` can contain multiple rules.
Each rule may represent one IDS Usage Control Pattern as described [here](usage-control.md).

<img src="../../assets/images/data_model.png" width="100" height="100">

![Data Model Overview](../../assets/images/data_model.png)

Furthermore, the Connector distinguishes between offered and requested resources. If data is offered,
Expand Down

0 comments on commit 2cad265

Please sign in to comment.