Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d7c85e8
feat: add Products section with architecture diagram, category pages,…
Copilot May 13, 2026
a5bf33c
feat: added pre-rendendering option for optimizing kit logo download
matbmoser May 7, 2026
1d65ff9
feat: add KIT Assets navigation and update 3D Logo Library visibility
matbmoser May 7, 2026
15af5cc
feat: enhance download options panel and remove modal overlay
matbmoser May 7, 2026
5478c5a
fix: update dependency approvals for body-parser, jsonfile, and loade…
matbmoser May 7, 2026
46378c1
Add EDWG logo and attribution to website footer
Copilot May 12, 2026
9f8517e
Add files via upload
matbmoser May 12, 2026
a24f653
Delete static/img/edwg-logo-white.svg
matbmoser May 12, 2026
c8ebfe0
Add files via upload
matbmoser May 12, 2026
bd7b1a3
Update copyright and license information for logo
matbmoser May 12, 2026
a669958
Remove unused Stack-White-RGB.png file
Copilot May 12, 2026
1fa8387
Update EDWG logo SVG: resize viewBox and adjust path data for improve…
matbmoser May 19, 2026
e13cffd
Update Manufacturing-X link to point to the official platform page
matbmoser May 19, 2026
94dbcd7
Add license information for EF_registered_wht_svg.svg logo
matbmoser May 19, 2026
ccbfe17
Initial plan
Copilot Mar 5, 2026
b1dd490
Add PR screenshots workflow for changed MD/MDX pages
Copilot Mar 5, 2026
4295be2
test change
stephanbcbauer Mar 5, 2026
cf80270
revert
stephanbcbauer Mar 5, 2026
ed905fa
chore(migrate-action-version): migrate checkout version to SHA
stephanbcbauer May 12, 2026
c86b285
delete poc files
stephanbcbauer May 12, 2026
3acc2bd
fix: align card titles consistently in ExpandedKitCard by using fixed…
Copilot Apr 30, 2026
8a7694a
fix: center KIT card logos by ensuring SVG elements are block-level a…
Copilot May 7, 2026
399dd34
fix: adjust logo dimensions and align card content consistently in Ex…
matbmoser May 19, 2026
3936dab
fix: enhance SVG logo embedding for top layer with aspect ratio prese…
matbmoser May 19, 2026
60ccf12
Refactor product navigation and styling; update icons and improve layout
matbmoser May 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/agents/kit-master-builder.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ description: >
legal compliance requirements, and can scaffold complete KITs from scratch, review PRs,
and guide you through graduation.
icon: kit-master-builder.jpg
tools:
- codebase
- editFiles
- fetch
- githubRepo
- runCommands
tools: [read, edit, vscode, search, execute, web, agent, todo, browser, sonarsource.sonarlint-vscode/sonarqube_analyzeFile]
samplePrompts:
- "I want to create a new Sandbox KIT — scaffold everything for me"
- "Review my PR for KIT compliance — what am I missing?"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Build and deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

# See https://github.com/eclipse-tractusx/sig-infra/tree/main/.github/actions/run-dash for infos
# about the dash actions and possible config
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-kit-word.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ on:
- sandbox

jobs:
# ── Step 1: detect which template directories changed ──────────────────────
# ── Step 1: detect which template directories changed ─────────────────────────────────
detect:
runs-on: ubuntu-latest
outputs:
graduated: ${{ steps.filter.outputs.graduated }}
sandbox: ${{ steps.filter.outputs.sandbox }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Detect changed paths
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Run markdown lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0 # Ensure full clone for pull request workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Build static website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# Generated files
.docusaurus
.cache-loader
/static/generated/

# Generated static folders
static/generated/kit-logos

# Misc
.DS_Store
Expand All @@ -30,3 +34,5 @@ yarn-error.log*

# Draw.IO
*.bkp

static/generated/kit-logos
6 changes: 3 additions & 3 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm/npmjs/-/baseline-browser-mapping/2.10.24, Apache-2.0, approved, #26300
npm/npmjs/-/batch/0.6.1, MIT, approved, clearlydefined
npm/npmjs/-/big.js/5.2.2, MIT, approved, clearlydefined
npm/npmjs/-/binary-extensions/2.3.0, MIT, approved, #13867
npm/npmjs/-/body-parser/1.20.4, MIT, approved, clearlydefined
npm/npmjs/-/body-parser/1.20.4, MIT, approved, #27898
npm/npmjs/-/bonjour-service/1.3.0, MIT, approved, clearlydefined
npm/npmjs/-/boolbase/1.0.0, ISC, approved, #24861
npm/npmjs/-/boxen/6.2.1, MIT, approved, clearlydefined
Expand Down Expand Up @@ -454,7 +454,7 @@ npm/npmjs/-/json-schema-traverse/0.4.1, MIT, approved, clearlydefined
npm/npmjs/-/json-schema-traverse/1.0.0, MIT, approved, #24851
npm/npmjs/-/json2mq/0.2.0, MIT, approved, clearlydefined
npm/npmjs/-/json5/2.2.3, MIT, approved, #15226
npm/npmjs/-/jsonfile/6.2.0, MIT, approved, clearlydefined
npm/npmjs/-/jsonfile/6.2.0, MIT, approved, #27883
npm/npmjs/-/katex/0.16.45, Apache-2.0 AND MIT AND OFL-1.1 AND LicenseRef-Public-Domain, approved, #8549
npm/npmjs/-/keyv/4.5.4, MIT, approved, #4674
npm/npmjs/-/khroma/2.1.0, MIT, approved, clearlydefined
Expand Down Expand Up @@ -482,7 +482,7 @@ npm/npmjs/-/lightningcss/1.32.0, MPL-2.0, approved, clearlydefined
npm/npmjs/-/lilconfig/3.1.3, MIT AND ISC, approved, #18956
npm/npmjs/-/lines-and-columns/1.2.4, MIT, approved, clearlydefined
npm/npmjs/-/linkify-it/4.0.1, MIT, approved, clearlydefined
npm/npmjs/-/loader-runner/4.3.1, MIT, approved, clearlydefined
npm/npmjs/-/loader-runner/4.3.1, MIT, approved, #27891
npm/npmjs/-/loader-utils/2.0.4, MIT, approved, #4986
npm/npmjs/-/local-pkg/1.1.2, MIT, approved, #20362
npm/npmjs/-/locate-path/7.2.0, MIT, approved, clearlydefined
Expand Down
4 changes: 2 additions & 2 deletions data/kitsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ export const kitsData = {
licenseUrl: 'https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/data-trust-and-security/data-trust-and-security-kit-raw-logo.svg.license',
sourceUrl: 'https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/data-trust-and-security/data-trust-and-security-kit-raw-logo.svg'
},
logoHeight: 120,
logoWidth: 120,
logoHeight: 110,
logoWidth: 110,
route: '/docs-kits/kits/data-trust-and-security-kit/adoption-view',
colors: {
primary: '#2A1FB3',
Expand Down
Loading
Loading