-
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.
Co-authored-by: Tom Meyer <[email protected]>
- Loading branch information
1 parent
ae02f08
commit 1d17da6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|