diff --git a/docs/components/edc-connector.md b/docs/components/edc-connector.md new file mode 100644 index 00000000..42d932b4 --- /dev/null +++ b/docs/components/edc-connector.md @@ -0,0 +1,29 @@ +# EDC Connector + +## Repository + +https://github.com/deployEMDS/edc_connector + +## Responsible partner / owner + +TBD + +## Technical contact + +TBD + +## Component description + +_To be completed by the component owner._ + +## Deployment information + +_To be completed by the component owner._ + +## Licensing information + +_To be completed by the component owner._ + +## Additional notes + +_To be completed by the component owner._ diff --git a/docs/components/etds-ui.md b/docs/components/etds-ui.md new file mode 100644 index 00000000..e8cd4da7 --- /dev/null +++ b/docs/components/etds-ui.md @@ -0,0 +1,29 @@ +# ETDS UI + +## Repository + +https://github.com/deployEMDS/edc_connector_ui + +## Responsible partner / owner + +TBD + +## Technical contact + +TBD + +## Component description + +_To be completed by the component owner._ + +## Deployment information + +_To be completed by the component owner._ + +## Licensing information + +_To be completed by the component owner._ + +## Additional notes + +_To be completed by the component owner._ diff --git a/docs/components/federated-catalog.md b/docs/components/federated-catalog.md new file mode 100644 index 00000000..53583139 --- /dev/null +++ b/docs/components/federated-catalog.md @@ -0,0 +1,29 @@ +# Federated Catalog + +## Repository + +TBD + +## Responsible partner / owner + +TBD + +## Technical contact + +TBD + +## Component description + +_To be completed by the component owner._ + +## Deployment information + +_To be completed by the component owner._ + +## Licensing information + +_To be completed by the component owner._ + +## Additional notes + +_To be completed by the component owner._ diff --git a/docs/components/identity-management.md b/docs/components/identity-management.md new file mode 100644 index 00000000..39cb6aac --- /dev/null +++ b/docs/components/identity-management.md @@ -0,0 +1,29 @@ +# Identity Management + +## Repository + +https://github.com/deployEMDS/identity-management + +## Responsible partner / owner + +TBD + +## Technical contact + +TBD + +## Component description + +_To be completed by the component owner._ + +## Deployment information + +_To be completed by the component owner._ + +## Licensing information + +_To be completed by the component owner._ + +## Additional notes + +_To be completed by the component owner._ diff --git a/docs/components/vocabulary-hub.md b/docs/components/vocabulary-hub.md new file mode 100644 index 00000000..c1d05aeb --- /dev/null +++ b/docs/components/vocabulary-hub.md @@ -0,0 +1,29 @@ +# Vocabulary Hub + +## Repository + +https://github.com/deployEMDS/VocabularyHub + +## Responsible partner / owner + +TBD + +## Technical contact + +TBD + +## Component description + +_To be completed by the component owner._ + +## Deployment information + +_To be completed by the component owner._ + +## Licensing information + +_To be completed by the component owner._ + +## Additional notes + +_To be completed by the component owner._ diff --git a/docs/deployment/deployment-overview.md b/docs/deployment/deployment-overview.md new file mode 100644 index 00000000..a642efd6 --- /dev/null +++ b/docs/deployment/deployment-overview.md @@ -0,0 +1,11 @@ +# Deployment Overview + +This page will provide a high-level overview of the deployment-related repositories and references. + +Detailed deployment information should remain in the corresponding deployment repositories. + +| Deployment area | Repository | Responsible partner / owner | Status | +|---|---|---|---| +| Kubernetes deployment | https://github.com/deployEMDS/deployEMDS-k8s-deployment | TBD | To be completed | +| Docker deployment | TBD | TBD | To be completed | +| Infrastructure automation | TBD | TBD | To be completed | diff --git a/docs/licensing/licensing-overview.md b/docs/licensing/licensing-overview.md new file mode 100644 index 00000000..4647daef --- /dev/null +++ b/docs/licensing/licensing-overview.md @@ -0,0 +1,14 @@ +# Licensing Overview + +This page will provide a consolidated overview of the licensing information for the ETDS technical components. + +Each component repository remains the authoritative source for its own license. The information below should be completed and validated by the responsible component owner. + +| Component / Repository | Repository | License | Notes | +|---|---|---|---| +| Federated Catalog | TBD | TBD | Repository link pending. | +| EDC Connector | https://github.com/deployEMDS/edc_connector | TBD | To be completed by the component owner. | +| Vocabulary Hub | https://github.com/deployEMDS/VocabularyHub | TBD | To be completed by the component owner. | +| Identity Management | https://github.com/deployEMDS/identity-management | TBD | To be completed by the component owner. | +| dEMDS UI | https://github.com/deployEMDS/edc_connector_ui | TBD | To be completed by the component owner. | +| Kubernetes Deployment | https://github.com/deployEMDS/deployEMDS-k8s-deployment | TBD | To be completed by the repository owner. |