-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from catenax-ng/docs/trace-release-23.12
docs(trace): traceability kit release for 23.12
- Loading branch information
Showing
22 changed files
with
1,291 additions
and
920 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
...y Kit/Software Development View/page_app-provider_software-development-view.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
id: App Provider Development View Traceability Kit | ||
title: App Provider | ||
description: "Traceability Kit" | ||
sidebar_position: 2 | ||
--- | ||
|
||
<!--- | ||
This work is licensed under the CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/legalcode). | ||
|
||
- SPDX-License-Identifier: CC-BY-4.0 | ||
- SPDX-FileCopyrightText: 2023 BASF SE | ||
- SPDX-FileCopyrightText: 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) | ||
- SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML) | ||
- SPDX-FileCopyrightText: 2023 German Edge Cloud GmbH & Co. KG | ||
- SPDX-FileCopyrightText: 2023 Mercedes Benz AG | ||
- SPDX-FileCopyrightText: 2023 Robert Bosch Manufacturing Solutions GmbH | ||
- SPDX-FileCopyrightText: 2023 SAP SE | ||
- SPDX-FileCopyrightText: 2023 Siemens AG | ||
- SPDX-FileCopyrightText: 2023 T-Systems International GmbH | ||
- SPDX-FileCopyrightText: 2023 ZF Friedrichshafen AG | ||
- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation | ||
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/tree/main/docs-kits/kits/Traceability%20Kit (latest version) | ||
---> | ||
|
||
import AspectModels from './part_aspect-models.mdx' | ||
import Policies from './part_policies.mdx' | ||
import Notice from '../part_notice.mdx' | ||
|
||
![Traceability kit banner](@site/static/img/doc-traceability_header-minified.png) | ||
|
||
The following page offers specific developer resources, including payloads and API endpoints for data consumer and app provider. It is important to read the business and architecture view first to understand everything. | ||
|
||
<AspectModels components={props.components} /> | ||
|
||
<Policies components={props.components} /> | ||
|
||
<Notice components={props.components} /> |
46 changes: 46 additions & 0 deletions
46
... Kit/Software Development View/page_data-provider_software-development-view.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
id: Data Provider Development View Traceability Kit | ||
title: Data Provider | ||
description: "Traceability Kit" | ||
sidebar_position: 1 | ||
--- | ||
|
||
<!--- | ||
This work is licensed under the CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/legalcode). | ||
|
||
- SPDX-License-Identifier: CC-BY-4.0 | ||
- SPDX-FileCopyrightText: 2023 BASF SE | ||
- SPDX-FileCopyrightText: 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) | ||
- SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML) | ||
- SPDX-FileCopyrightText: 2023 German Edge Cloud GmbH & Co. KG | ||
- SPDX-FileCopyrightText: 2023 Mercedes Benz AG | ||
- SPDX-FileCopyrightText: 2023 Robert Bosch Manufacturing Solutions GmbH | ||
- SPDX-FileCopyrightText: 2023 SAP SE | ||
- SPDX-FileCopyrightText: 2023 Siemens AG | ||
- SPDX-FileCopyrightText: 2023 T-Systems International GmbH | ||
- SPDX-FileCopyrightText: 2023 ZF Friedrichshafen AG | ||
- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation | ||
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/tree/main/docs-kits/kits/Traceability%20Kit (latest version) | ||
---> | ||
|
||
import BillOfMaterials from './part_bill-of-materials.mdx' | ||
import AspectModels from './part_aspect-models.mdx' | ||
import DigitalTwin from './part_digital-twin.mdx' | ||
import Policies from './part_policies.mdx' | ||
import Notice from '../part_notice.mdx' | ||
|
||
![Traceability kit banner](@site/static/img/doc-traceability_header-minified.png) | ||
|
||
The following page offers specific developer resources, including payloads and API endpoints for data providers. It is important to read the business and architecture view first to understand everything. | ||
|
||
<!-- Recommended --> | ||
<BillOfMaterials components={props.components} /> | ||
|
||
<AspectModels components={props.components} /> | ||
|
||
<DigitalTwin components={props.components} /> | ||
|
||
<Policies components={props.components} /> | ||
|
||
<Notice components={props.components} /> | ||
|
Oops, something went wrong.