Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Meyer <[email protected]>
  • Loading branch information
stephanbcbauer and tom-rm-meyer-ISST authored Nov 30, 2024
1 parent ae02f08 commit 1d17da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/products.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const products = [
{
productName: "api-hub",
productDescription: "TBD",
productDescription: "Welcome to the API Hub repository, a centralized location for hosting and viewing API documentation for the Tractus-X organization. This repository automates the collection of OpenAPI specifications from GitHub releases, generates Swagger UI documentation, and publishes it on GitHub Pages.",
githubRepo: ["https://github.com/eclipse-tractusx/api-hub"],
committers: ["https://github.com/tomaszbarwicki"],
mailTo: "[email protected]?subject=Request api-hub Team",
Expand Down Expand Up @@ -349,7 +349,7 @@ export const products = [
},
{
productName: "tractusx-profiles",
productDescription: "TBD",
productDescription: "Defines Credential and Policy Profiles for Tractus-X.",
githubRepo: ["https://github.com/eclipse-tractusx/tractusx-profiles"],
committers: [
"https://github.com/jimmarino",
Expand All @@ -362,7 +362,7 @@ export const products = [
},
{
productName: "vas-country-risk",
productDescription: "TBD",
productDescription: "The Catena-X Country Risk project is a web application that calculates a risk score per country based on information regarding corruption, political stability, economic risk, and social and structural figures.",
githubRepo: ["https://github.com/eclipse-tractusx/vas-country-risk"],
committers: [],
mailTo: "[email protected]?subject=Request vas-country-risk Team",
Expand Down

0 comments on commit 1d17da6

Please sign in to comment.