From 7823362f33f2e93af2de02c7670e4af59e40939e Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:13:57 +0100 Subject: [PATCH 01/10] added customs kit --- .../adoption-view-customs.md} | 4 +--- docs-kits/kits/customs-kit/changelog.md | 20 +++++++++++++++++++ docs-kits/kits/customs-kit/documentation.md | 6 ++++++ .../customs-kit/software-development-view.md | 6 ++++++ .../customs-kit/software-operation-view.md | 6 ++++++ 5 files changed, 39 insertions(+), 3 deletions(-) rename docs-kits/kits/{logistics-kit/customs/page_adoption-view-customs.md => customs-kit/adoption-view-customs.md} (99%) create mode 100644 docs-kits/kits/customs-kit/changelog.md create mode 100644 docs-kits/kits/customs-kit/documentation.md create mode 100644 docs-kits/kits/customs-kit/software-development-view.md create mode 100644 docs-kits/kits/customs-kit/software-operation-view.md diff --git a/docs-kits/kits/logistics-kit/customs/page_adoption-view-customs.md b/docs-kits/kits/customs-kit/adoption-view-customs.md similarity index 99% rename from docs-kits/kits/logistics-kit/customs/page_adoption-view-customs.md rename to docs-kits/kits/customs-kit/adoption-view-customs.md index b1e7a8518bb..9ad462da2fc 100644 --- a/docs-kits/kits/logistics-kit/customs/page_adoption-view-customs.md +++ b/docs-kits/kits/customs-kit/adoption-view-customs.md @@ -2,11 +2,9 @@ id: Adoption View Customs Kit title: Adoption View Customs description: "Customs Kit" -sidebar_position: 1 +sidebar_position: 2 --- -![Logistics kit banner](@site/static/img/kits/logistics/logistics-kit-logo.drawio.svg) - ## Vision & Mission ### Vision diff --git a/docs-kits/kits/customs-kit/changelog.md b/docs-kits/kits/customs-kit/changelog.md new file mode 100644 index 00000000000..e642c9596d9 --- /dev/null +++ b/docs-kits/kits/customs-kit/changelog.md @@ -0,0 +1,20 @@ +--- +id: Customs Kit Changelog +title: Changelog +description: 'Customs Kit' +sidebar_position: 1 +--- + +## [0.0.0] - + +### Added + +- Initial version of the Kit including the adoption view + +### Changed + +- ./. + +### Removed + +- ./. diff --git a/docs-kits/kits/customs-kit/documentation.md b/docs-kits/kits/customs-kit/documentation.md new file mode 100644 index 00000000000..dd39652aa6c --- /dev/null +++ b/docs-kits/kits/customs-kit/documentation.md @@ -0,0 +1,6 @@ +--- +id: Documentation Customs Kit +title: Documentation +description: "Customs Kit" +sidebar_position: 5 +--- diff --git a/docs-kits/kits/customs-kit/software-development-view.md b/docs-kits/kits/customs-kit/software-development-view.md new file mode 100644 index 00000000000..853cf35833f --- /dev/null +++ b/docs-kits/kits/customs-kit/software-development-view.md @@ -0,0 +1,6 @@ +--- +id: Software Development Customs Kit +title: Software Development View +description: "Customs Kit" +sidebar_position: 3 +--- diff --git a/docs-kits/kits/customs-kit/software-operation-view.md b/docs-kits/kits/customs-kit/software-operation-view.md new file mode 100644 index 00000000000..5ee2f9b33bf --- /dev/null +++ b/docs-kits/kits/customs-kit/software-operation-view.md @@ -0,0 +1,6 @@ +--- +id: Operations View Customs Kit +title: Operations View +description: 'Customs Kit Operations View' +sidebar_position: 4 +--- From 75f40a66b445b14290837030bf5d0d2c4e101aaf Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:16:24 +0100 Subject: [PATCH 02/10] updated logitics kit according to naming convention --- .../logistics-kit/{page_adoption-view.md => adoption-view.md} | 0 .../kits/logistics-kit/{page_changelog.md => changelog.md} | 0 .../logistics-kit/{page_documentation.md => documentation.md} | 2 +- ...oftware-development-view.md => software-development-view.md} | 2 +- ...ge_software-operation-view.md => software-operation-view.md} | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename docs-kits/kits/logistics-kit/{page_adoption-view.md => adoption-view.md} (100%) rename docs-kits/kits/logistics-kit/{page_changelog.md => changelog.md} (100%) rename docs-kits/kits/logistics-kit/{page_documentation.md => documentation.md} (89%) rename docs-kits/kits/logistics-kit/{Software Development View/page_software-development-view.md => software-development-view.md} (90%) rename docs-kits/kits/logistics-kit/{page_software-operation-view.md => software-operation-view.md} (90%) diff --git a/docs-kits/kits/logistics-kit/page_adoption-view.md b/docs-kits/kits/logistics-kit/adoption-view.md similarity index 100% rename from docs-kits/kits/logistics-kit/page_adoption-view.md rename to docs-kits/kits/logistics-kit/adoption-view.md diff --git a/docs-kits/kits/logistics-kit/page_changelog.md b/docs-kits/kits/logistics-kit/changelog.md similarity index 100% rename from docs-kits/kits/logistics-kit/page_changelog.md rename to docs-kits/kits/logistics-kit/changelog.md diff --git a/docs-kits/kits/logistics-kit/page_documentation.md b/docs-kits/kits/logistics-kit/documentation.md similarity index 89% rename from docs-kits/kits/logistics-kit/page_documentation.md rename to docs-kits/kits/logistics-kit/documentation.md index f34641ce1f7..bf85f4685bd 100644 --- a/docs-kits/kits/logistics-kit/page_documentation.md +++ b/docs-kits/kits/logistics-kit/documentation.md @@ -2,7 +2,7 @@ id: Documentation Logistics Kit title: Documentation description: "Logistics Kit" -sidebar_position: 3 +sidebar_position: 5 --- ![Logistics kit banner](@site/static/img/kits/logistics/logistics-kit-logo.drawio.svg) diff --git a/docs-kits/kits/logistics-kit/Software Development View/page_software-development-view.md b/docs-kits/kits/logistics-kit/software-development-view.md similarity index 90% rename from docs-kits/kits/logistics-kit/Software Development View/page_software-development-view.md rename to docs-kits/kits/logistics-kit/software-development-view.md index 78cd211717e..bb3023571bc 100644 --- a/docs-kits/kits/logistics-kit/Software Development View/page_software-development-view.md +++ b/docs-kits/kits/logistics-kit/software-development-view.md @@ -2,7 +2,7 @@ id: Software Development Logistics Kit title: Software Development View description: "Logistics Kit" -sidebar_position: 1 +sidebar_position: 3 --- ![Logistics kit banner](@site/static/img/kits/logistics/logistics-kit-logo.drawio.svg) diff --git a/docs-kits/kits/logistics-kit/page_software-operation-view.md b/docs-kits/kits/logistics-kit/software-operation-view.md similarity index 90% rename from docs-kits/kits/logistics-kit/page_software-operation-view.md rename to docs-kits/kits/logistics-kit/software-operation-view.md index 41bad01d345..b26be343a46 100644 --- a/docs-kits/kits/logistics-kit/page_software-operation-view.md +++ b/docs-kits/kits/logistics-kit/software-operation-view.md @@ -2,7 +2,7 @@ id: Operations View Logistics Kit title: Operations View description: 'Logistics Kit Operations View' -sidebar_position: 3 +sidebar_position: 4 --- ![Logistics kit banner](@site/static/img/kits/logistics/logistics-kit-logo.drawio.svg) From cef456523bac4b0f1620ecf52764316cd0ed7f48 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:23:03 +0100 Subject: [PATCH 03/10] updated sidebar --- sidebarsDocsKits.js | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/sidebarsDocsKits.js b/sidebarsDocsKits.js index 90f5bfc1cdd..f82cfcdd181 100644 --- a/sidebarsDocsKits.js +++ b/sidebarsDocsKits.js @@ -339,6 +339,20 @@ const sidebars = { ], }, + { + type: 'category', + label: 'Customs KIT', + link: { + type: 'generated-index', + }, + collapsed: true, + items: [ + { + type: 'autogenerated', + dirName: 'kits/customs-kit/Adoption View Customs Kit' + }, + ], + }, { type: 'category', label: 'Data Chain KIT', @@ -567,27 +581,15 @@ const sidebars = { }, { type: 'category', - label: 'Logistics and Customs KIT', + label: 'Logistics KIT', link: { - type: 'doc', - id: 'kits/logistics-kit/Adoption View Logistics Kit', + type: 'generated-index', }, collapsed: true, items: [ - 'kits/logistics-kit/Adoption View Logistics Kit', { - type: 'category', - label: 'Customs', - link: { - type: 'doc', - id: 'kits/logistics-kit/customs/Adoption View Customs Kit' - }, - items: [ - { - type: 'autogenerated', - dirName: 'kits/logistics-kit/customs/Adoption View Customs Kit' - } - ] + type: 'autogenerated', + dirName: 'kits/logistics-kit/Adoption View Customs Kit' }, ], }, From 79def6dfa50314fc32b3416465bc9af16fed7b06 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:24:46 +0100 Subject: [PATCH 04/10] added customs to docusaurus config --- docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index aab0b9aabae..f6ba324c985 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -439,6 +439,10 @@ const config = { to: '/docs-kits/kits/Connector%20Kit/Adoption%20View/connector_kit_adoption_view', label: 'Connector', }, + { + to: '/docs-kits/kits/customs-kit/page_adoption-view', + label: 'Customs', + }, { to: '/docs-kits/kits/Data%20Chain%20Kit/Adoption%20View%20Data%20Chain%20Kit', label: 'Data Chain', From 908e32d01a1b9ee83cc6738110c09b5d9bf72a18 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:09:44 +0100 Subject: [PATCH 05/10] updated logistics icons --- .../logistics/logistics-gallery.drawio.svg | 156 +++++++++++++++++- .../logistics/logistics-kit-logo.drawio.svg | 42 ++++- 2 files changed, 190 insertions(+), 8 deletions(-) diff --git a/static/img/kits/logistics/logistics-gallery.drawio.svg b/static/img/kits/logistics/logistics-gallery.drawio.svg index b58fb0f22e8..b34db4f6dc3 100644 --- a/static/img/kits/logistics/logistics-gallery.drawio.svg +++ b/static/img/kits/logistics/logistics-gallery.drawio.svg @@ -1,4 +1,152 @@ - - - -Provide packing information,transport data and customs topics.Logistics \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Logistics + + + + + + + + + + Provide packing information, + + + transport data and customs topics. + + + + + \ No newline at end of file diff --git a/static/img/kits/logistics/logistics-kit-logo.drawio.svg b/static/img/kits/logistics/logistics-kit-logo.drawio.svg index b3ff244d9ba..05fc7133c79 100644 --- a/static/img/kits/logistics/logistics-kit-logo.drawio.svg +++ b/static/img/kits/logistics/logistics-kit-logo.drawio.svg @@ -1,4 +1,38 @@ - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 0245ab09339240b5d21f23ce9bb4e47dc4ddfa2f Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:11:32 +0100 Subject: [PATCH 06/10] added customs logos --- .../kits/customs/customs-gallery.drawio.svg | 155 ++++++++++++++++++ .../customs-gallery.drawio.svg.license | 5 + .../kits/customs/customs-kit-logo.drawio.svg | 37 +++++ .../customs-kit-logo.drawio.svg.license | 5 + 4 files changed, 202 insertions(+) create mode 100644 static/img/kits/customs/customs-gallery.drawio.svg create mode 100644 static/img/kits/customs/customs-gallery.drawio.svg.license create mode 100644 static/img/kits/customs/customs-kit-logo.drawio.svg create mode 100644 static/img/kits/customs/customs-kit-logo.drawio.svg.license diff --git a/static/img/kits/customs/customs-gallery.drawio.svg b/static/img/kits/customs/customs-gallery.drawio.svg new file mode 100644 index 00000000000..0474a3dcd32 --- /dev/null +++ b/static/img/kits/customs/customs-gallery.drawio.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + Customs + + + + + + + + + + Basis for a more efficient customs + + + process and ensure a robust + + + preference calculation result. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/kits/customs/customs-gallery.drawio.svg.license b/static/img/kits/customs/customs-gallery.drawio.svg.license new file mode 100644 index 00000000000..53aad224a56 --- /dev/null +++ b/static/img/kits/customs/customs-gallery.drawio.svg.license @@ -0,0 +1,5 @@ +img/This work is licensed under the CC-BY-4.0 + +- SPDX-License-Identifier: CC-BY-4.0 +- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation +- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/customs/customs-gallery.drawio.svg diff --git a/static/img/kits/customs/customs-kit-logo.drawio.svg b/static/img/kits/customs/customs-kit-logo.drawio.svg new file mode 100644 index 00000000000..bbe7000e14f --- /dev/null +++ b/static/img/kits/customs/customs-kit-logo.drawio.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/kits/customs/customs-kit-logo.drawio.svg.license b/static/img/kits/customs/customs-kit-logo.drawio.svg.license new file mode 100644 index 00000000000..dc7b3901c6d --- /dev/null +++ b/static/img/kits/customs/customs-kit-logo.drawio.svg.license @@ -0,0 +1,5 @@ +img/This work is licensed under the CC-BY-4.0 + +- SPDX-License-Identifier: CC-BY-4.0 +- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation +- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/customs/customs-kit-logo.drawio.svg From 0cc34f8487fc673b65d28186b2e1445a3d068f37 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:13:19 +0100 Subject: [PATCH 07/10] added customs logo to pages --- docs-kits/kits/customs-kit/adoption-view-customs.md | 2 ++ docs-kits/kits/customs-kit/changelog.md | 2 ++ docs-kits/kits/customs-kit/documentation.md | 2 ++ docs-kits/kits/customs-kit/software-development-view.md | 2 ++ docs-kits/kits/customs-kit/software-operation-view.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/docs-kits/kits/customs-kit/adoption-view-customs.md b/docs-kits/kits/customs-kit/adoption-view-customs.md index 9ad462da2fc..437316eb851 100644 --- a/docs-kits/kits/customs-kit/adoption-view-customs.md +++ b/docs-kits/kits/customs-kit/adoption-view-customs.md @@ -5,6 +5,8 @@ description: "Customs Kit" sidebar_position: 2 --- +![Customs kit logo](@site/static/img/kits/customs/customs-kit-logo.drawio.svg) + ## Vision & Mission ### Vision diff --git a/docs-kits/kits/customs-kit/changelog.md b/docs-kits/kits/customs-kit/changelog.md index e642c9596d9..76cf88ae274 100644 --- a/docs-kits/kits/customs-kit/changelog.md +++ b/docs-kits/kits/customs-kit/changelog.md @@ -5,6 +5,8 @@ description: 'Customs Kit' sidebar_position: 1 --- +![Customs kit logo](@site/static/img/kits/customs/customs-kit-logo.drawio.svg) + ## [0.0.0] - ### Added diff --git a/docs-kits/kits/customs-kit/documentation.md b/docs-kits/kits/customs-kit/documentation.md index dd39652aa6c..0f1bd4e96a0 100644 --- a/docs-kits/kits/customs-kit/documentation.md +++ b/docs-kits/kits/customs-kit/documentation.md @@ -4,3 +4,5 @@ title: Documentation description: "Customs Kit" sidebar_position: 5 --- + +![Customs kit logo](@site/static/img/kits/customs/customs-kit-logo.drawio.svg) diff --git a/docs-kits/kits/customs-kit/software-development-view.md b/docs-kits/kits/customs-kit/software-development-view.md index 853cf35833f..65c5599d57a 100644 --- a/docs-kits/kits/customs-kit/software-development-view.md +++ b/docs-kits/kits/customs-kit/software-development-view.md @@ -4,3 +4,5 @@ title: Software Development View description: "Customs Kit" sidebar_position: 3 --- + +![Customs kit logo](@site/static/img/kits/customs/customs-kit-logo.drawio.svg) diff --git a/docs-kits/kits/customs-kit/software-operation-view.md b/docs-kits/kits/customs-kit/software-operation-view.md index 5ee2f9b33bf..1138e6afe1b 100644 --- a/docs-kits/kits/customs-kit/software-operation-view.md +++ b/docs-kits/kits/customs-kit/software-operation-view.md @@ -4,3 +4,5 @@ title: Operations View description: 'Customs Kit Operations View' sidebar_position: 4 --- + +![Customs kit logo](@site/static/img/kits/customs/customs-kit-logo.drawio.svg) From e2a431191d2671ed4134cfcd8cab4ed13a4c1e49 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:34:54 +0100 Subject: [PATCH 08/10] updated KitsGallery filters --- .../KitsGalleryWithFilters/index.js | 5 ++-- utils/kitsGallery.js | 24 ++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/components/KitsGalleryWithFilters/index.js b/src/components/KitsGalleryWithFilters/index.js index 090832aa749..1d4f4bdb3e9 100644 --- a/src/components/KitsGalleryWithFilters/index.js +++ b/src/components/KitsGalleryWithFilters/index.js @@ -144,9 +144,10 @@ export default function KitsGalleryWithFilters({itemsArray, title, description}) All Domains Engineering Industry Core + Industry Core Network Services - PLM / Quality - Resiliency + Quality + Supply Chain Sustainability diff --git a/utils/kitsGallery.js b/utils/kitsGallery.js index b9e0abf56c1..d0e2d510eaa 100644 --- a/utils/kitsGallery.js +++ b/utils/kitsGallery.js @@ -45,10 +45,12 @@ import Traceability_Kit from "@site/static/img/kits/traceability/traceability-ki //************************** IMPORTANT **************************** */ // WHEN DEFINING A "DOMAIN" IN THE kitsGallery ARRAY, MAKE SURE TO SELECT/TYPE EXACTLY AS BELOW: +// * Engineering // * Industry Core +// * Manufacturing // * Network Services -// * PLM / Quality -// * Resiliency +// * Quality +// * Supply Chain // * Sustainability // * Engineering @@ -79,7 +81,7 @@ export const kitsGallery = [ { id: 4, name: 'Traceability Kit', - domain: 'PLM / Quality', + domain: 'Quality', img: Traceability_Kit, pageRoute: "/docs-kits/kits/Traceability Kit/Business View Traceability Kit" }, @@ -107,14 +109,14 @@ export const kitsGallery = [ { id: 8, name: 'Online Simulation Kit', - domain: 'Resiliency', + domain: 'Supply Chain', img: OnlineSimulation, pageRoute: "/docs-kits/kits/OSim%20Kit/Adoption%20View%20OSim%20Kit" }, { id: 9, name: 'Data Driven Quality Management Kit', - domain: 'PLM / Quality', + domain: 'Quality', img: DDQM, pageRoute: "/docs-kits/kits/Quality-Kit/Adoption%20View%20Quality%20Kit" }, @@ -135,14 +137,14 @@ export const kitsGallery = [ { id: 12, name: 'DCM Kit', - domain: 'Resiliency', + domain: 'Supply Chain', img: DemandandCapacityManagement_Kit, pageRoute: "/docs-kits/kits/Demand%20and%20Capacity%20Management%20Kit/adoption-view/overview" }, { id: 13, name: 'Modular Production Kit', - domain: 'Resiliency', + domain: 'Manufacturing', img: ModularProduction_Kit, pageRoute: "/docs-kits/kits/Modular%20Production%20Kit/Adoption%20View%20Modular%20Production%20Kit" }, @@ -156,7 +158,7 @@ export const kitsGallery = [ { id: 15, name: 'Manufacturing as a Service Kit', - domain: 'Resiliency', + domain: 'Manufacturing', img: Maas_Kit, pageRoute: "/docs-kits/kits/Manufacturing%20as%20a%20Service%20Kit/Adoption%20View%20MaaS%20Kit" }, @@ -177,14 +179,14 @@ export const kitsGallery = [ { id: 18, name: 'PURIS Kit', - domain: 'Resiliency', + domain: 'Supply Chain', pageRoute: '/docs-kits/kits/PURIS%20Kit/Adoption%20View%20PURIS%20Kit', img: PURIS_Kit, }, { id: 19, name: 'Supply Chain Disruption Notifications KIT', - domain: 'Resiliency', + domain: 'Supply Chain', pageRoute: '/docs-kits/next/kits/Supply%20Chain%20Disruption%20Notifications%20KIT/Adoption%20View%20PURIS-DCM%20Supply%20Chain%20Disruption%20Notifications', img: SupplyChainsDisruptionNotifications_Kit, }, @@ -198,7 +200,7 @@ export const kitsGallery = [ { id: 21, name: 'Logistics KIT', - domain: 'PLM / Quality', + domain: 'Supply Chain', pageRoute: 'docs-kits/kits/Logistics%20Kit/page_adoption-view.md', img: Logistics_Kit, }, From 09461ddf38fc137afd9a9d75d2cfed29204a2ca2 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:36:29 +0100 Subject: [PATCH 09/10] moved customs assets --- .../kits/{logistics-kit => customs-kit}/assets/pullCustoms.svg | 0 .../{logistics-kit => customs-kit}/assets/pullCustoms.svg.license | 0 .../kits/{logistics-kit => customs-kit}/assets/pushCustoms.svg | 0 .../{logistics-kit => customs-kit}/assets/pushCustoms.svg.license | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename docs-kits/kits/{logistics-kit => customs-kit}/assets/pullCustoms.svg (100%) rename docs-kits/kits/{logistics-kit => customs-kit}/assets/pullCustoms.svg.license (100%) rename docs-kits/kits/{logistics-kit => customs-kit}/assets/pushCustoms.svg (100%) rename docs-kits/kits/{logistics-kit => customs-kit}/assets/pushCustoms.svg.license (100%) diff --git a/docs-kits/kits/logistics-kit/assets/pullCustoms.svg b/docs-kits/kits/customs-kit/assets/pullCustoms.svg similarity index 100% rename from docs-kits/kits/logistics-kit/assets/pullCustoms.svg rename to docs-kits/kits/customs-kit/assets/pullCustoms.svg diff --git a/docs-kits/kits/logistics-kit/assets/pullCustoms.svg.license b/docs-kits/kits/customs-kit/assets/pullCustoms.svg.license similarity index 100% rename from docs-kits/kits/logistics-kit/assets/pullCustoms.svg.license rename to docs-kits/kits/customs-kit/assets/pullCustoms.svg.license diff --git a/docs-kits/kits/logistics-kit/assets/pushCustoms.svg b/docs-kits/kits/customs-kit/assets/pushCustoms.svg similarity index 100% rename from docs-kits/kits/logistics-kit/assets/pushCustoms.svg rename to docs-kits/kits/customs-kit/assets/pushCustoms.svg diff --git a/docs-kits/kits/logistics-kit/assets/pushCustoms.svg.license b/docs-kits/kits/customs-kit/assets/pushCustoms.svg.license similarity index 100% rename from docs-kits/kits/logistics-kit/assets/pushCustoms.svg.license rename to docs-kits/kits/customs-kit/assets/pushCustoms.svg.license From 8d2d003da2c7797a9dec5dd6f8d5a5e2070337d4 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:56:17 +0100 Subject: [PATCH 10/10] fixed wrong references --- docs-kits/kits/customs-kit/adoption-view-customs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-kits/kits/customs-kit/adoption-view-customs.md b/docs-kits/kits/customs-kit/adoption-view-customs.md index 437316eb851..ddbff275f72 100644 --- a/docs-kits/kits/customs-kit/adoption-view-customs.md +++ b/docs-kits/kits/customs-kit/adoption-view-customs.md @@ -49,7 +49,7 @@ Every company divides the trade agreements into different and individual zones. 6. A contract negotiation takes place between the sender (supplier) and the receiver (customer) by using their Eclipse Data Connectors (EDC). 7. After a successful contract negotiation, the sender (supplier) sends the customs notification via a HTTP POST request to the receiver (customer) via the dataplane endpoint from the contract agreement. -![PushCustoms](../assets/pushCustoms.svg) +![PushCustoms](./assets/pushCustoms.svg) ### Pull of customs information @@ -64,7 +64,7 @@ Every company divides the trade agreements into different and individual zones. 7. The Data Consumer (customer) initiates a contract negotiation to get a contract agreement. A contract negotiation takes place between the Data Provider (supplier) and the Data Consumer (customer) by using their Eclipse Data Connectors (EDC). 8. After a successful contract negotiation, the Data Consumer (customer) pulls the aspect model “customsInformation” (json) from the Submodel Server of the Data Provider (supplier). -![PullCustoms](../assets/pullCustoms.svg) +![PullCustoms](./assets/pullCustoms.svg) ## Signature