From ef37a69c8a61a6eb6164ac63fa8021d4412d10de Mon Sep 17 00:00:00 2001 From: Mathias Moser Date: Wed, 4 Dec 2024 14:35:15 +0100 Subject: [PATCH] chore: updated hints to upper case --- dpp-tutorial/builder-path.md | 6 +++--- dpp-tutorial/explorer-path.md | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dpp-tutorial/builder-path.md b/dpp-tutorial/builder-path.md index 3a6a77148..f7679e4b6 100644 --- a/dpp-tutorial/builder-path.md +++ b/dpp-tutorial/builder-path.md @@ -53,7 +53,7 @@ Use the following command in your terminal to clone the digital product pass git git clone https://github.com/eclipse-tractusx/digital-product-pass.git ``` -> [!Note] +> [!NOTE] > If you already cloned this repository, you can ignore this step ## Aspect Model Creation @@ -163,10 +163,10 @@ In order to prepare aspect models, please follow the [aspect model guide](./aspe The data generated in previous step can be stored into the submode data service. -> [!Caution] +> [!CAUTION] > The UUID should be written in the format: 6fb9a71b-aee6-4063-a82e-957022aeaa7a -> [!Note] +> [!NOTE] > Generate an additional UUID [here](https://www.uuidgenerator.net/version4). It will be used as the `digitalTwinSubmodelId` which will be the linking between the Aspect Model and the DPP. Open a new terminal and run the following command to add your data into the data service: diff --git a/dpp-tutorial/explorer-path.md b/dpp-tutorial/explorer-path.md index 92dfdbcce..7b1fba139 100644 --- a/dpp-tutorial/explorer-path.md +++ b/dpp-tutorial/explorer-path.md @@ -24,7 +24,7 @@ SPDX-License-Identifier: CC-BY-4.0 In this Path, you, as a provider, will create a Digital Product Passport (DPP) for a specific Part of the Arena-X Car. For this purpose, you will use Insomnia, a user-friendly tool for sending and receiving HTTP requests. -> [!Tip] +> [!TIP] > If the installation still has to be done, follow this Get Started Guide from Insomnia. ## Pre-Step - Setting Up the Environment @@ -83,7 +83,7 @@ Example: ``` -> [!Note] +> [!NOTE] > To easily find your data digitally, refer to this JSON file, which contains all elements. > You can search for your car part (identified by `ID (uuid)` on the sheet) using > - with `CTRL + F` on Windows or `CMD + F` on MacOS/Linux @@ -119,7 +119,7 @@ Use the following table to identify where to place your part's information in th > [!TIP] > You can search for the placeholder `CTRL + F` on Windows or `CMD + F` on MacOS/Linux -> [!Note] +> [!NOTE] > Delete `""` along with ``, ``, ``, ``, `` and `` | Property | Path | Placeholder | @@ -166,7 +166,7 @@ The Digital Twin Registry is required to manage and store Digital Twins (DT) in The Data Service is a crucial component for storing the payloads of Digital Product Passports in plain JSON format. This service should already be running and ready to accept data submissions. It acts as the backend repository where all passport-related information is securely stored and easily retrievable. -> [!Caution] +> [!CAUTION] > The UUID should be written in the format: 6fb9a71b-aee6-4063-a82e-957022aeaa7a --- @@ -205,7 +205,7 @@ Now we actually will create the digitil Twin. 1. Open the Insomnia request labeled `Step 2.2.1 Create Digital Twin"`. -> [!Note] +> [!NOTE] > This request uses the template provided in resources/digital-twins/example-dt.json. 2. Replace `` with he data service url provided @@ -220,12 +220,12 @@ Now we actually will create the digitil Twin. ``` -> [!Important] +> [!IMPORTANT] > There are **two instances** of `digitalTwinSubmodelId` in the example. Please replace **both** of them: > - One is used as `"id"` > - The other is used as `"href"` -> [!Important] +> [!IMPORTANT] > There are **two instances** of `digitalTwinId` in the example. Please replace **both** of them: > - One is used as `"id"` > - The other is used as `"globalAssetId"` @@ -233,7 +233,7 @@ Now we actually will create the digitil Twin. 4. Send the POST request to add the Digital Twin to the Digital Twin Registry (DTR). - A successful request will return a `201 Created` response, which confirms that the Digitil Twin has been created successfully. -> [!Note] +> [!NOTE] > Every physical part of vehicle is represented by a Digital Twin object. A car is manufactured with plenty of digital twins. --- @@ -265,7 +265,7 @@ Base64 Encoded: dXJuOnV1aWQ6M2Y4OWQwZDQtZTExYy1mODNiLTE2ZmQtNzMzYzYzZDRlMTIx If you encounter an error or need to update the Digital Twin, you can use the Insomnia request labeled `Step 2.3 Modify Digital Twin` to make changes. -> [!Note] +> [!NOTE] > Copy the **Body** from `Step 2.2.1 Create Digitale Twin` into the new **Body** in `Step 2.3 Modify Digital Twin` and afterwards modify data/attributes. > Copy also the `` and paste it into the URL: