Skip to content

Commit

Permalink
fix(standard library): add std library template (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk authored Jan 25, 2024
1 parent eaf59b3 commit 11b1ab5
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 4 deletions.
61 changes: 59 additions & 2 deletions public/assets/content/de/companyroles.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
"navigation": "app-change-process-id"
},
{
"index": 1,
"index": 4,
"title": "connector registration",
"navigation": "managed-connector-registration-id"
},
{
"index": 2,
"index": 5,
"title": "technical user management",
"navigation": "technical-user-management-id"
},
{
"index": 6,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data App Provider",
Expand Down Expand Up @@ -238,6 +243,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -257,6 +270,11 @@
"index": 3,
"title": "dataspace participants",
"navigation": "business-id"
},
{
"index": 4,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data Service Provider",
Expand Down Expand Up @@ -400,6 +418,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -424,6 +450,11 @@
"index": 4,
"title": "Manage your Network",
"navigation": "network-id"
},
{
"index": 5,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Participant",
Expand Down Expand Up @@ -673,6 +704,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -682,6 +721,11 @@
"index": 2,
"title": "Certification Process",
"navigation": "section-two"
},
{
"index": 3,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data Conformity Assessment Bodies (CABs)",
Expand Down Expand Up @@ -719,6 +763,14 @@
}
]
}
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -743,6 +795,11 @@
"index": 4,
"title": "standard libraries",
"navigation": "std-libraries-id"
},
{
"index": 5,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Onboarding Service Provider ",
Expand Down
56 changes: 54 additions & 2 deletions public/assets/content/en/companyroles.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
"navigation": "app-change-process-id"
},
{
"index": 1,
"index": 4,
"title": "connector registration",
"navigation": "managed-connector-registration-id"
},
{
"index": 2,
"index": 5,
"title": "technical user management",
"navigation": "technical-user-management-id"
},
{
"index": 6,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data App Provider",
Expand Down Expand Up @@ -238,6 +243,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -257,6 +270,11 @@
"index": 3,
"title": "dataspace participants",
"navigation": "business-id"
},
{
"index": 4,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data Service Provider",
Expand Down Expand Up @@ -400,6 +418,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -424,6 +450,11 @@
"index": 4,
"title": "Manage your Network",
"navigation": "network-id"
},
{
"index": 5,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Participant",
Expand Down Expand Up @@ -673,6 +704,14 @@
"backgroundColor": "#F9F9F9"
}
]
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand All @@ -682,6 +721,11 @@
"index": 2,
"title": "Certification Process",
"navigation": "section-two"
},
{
"index": 4,
"title": "standard libraries",
"navigation": "std-libraries-id"
}
],
"title": "Catena-X Data Conformity Assessment Bodies(CABs)",
Expand Down Expand Up @@ -719,6 +763,14 @@
}
]
}
},
{
"title": "Standard Libraries",
"description": "",
"imagePath": "",
"backgroundColor": "#FFFFFF",
"id": "std-libraries-id",
"template": "TextImageSideBySideWithSections"
}
]
},
Expand Down

0 comments on commit 11b1ab5

Please sign in to comment.