From 18b33c2adba92d289cc81cfee7fb2b06ae78c2e1 Mon Sep 17 00:00:00 2001 From: dmorperd Date: Mon, 25 May 2026 18:14:58 +0200 Subject: [PATCH 1/2] docs: add component documentation templates --- docs/components/edc-connector.md | 29 ++++++++++++++++++++++++++ docs/components/etds-ui.md | 29 ++++++++++++++++++++++++++ docs/components/federated-catalog.md | 29 ++++++++++++++++++++++++++ docs/components/identity-management.md | 29 ++++++++++++++++++++++++++ docs/components/vocabulary-hub.md | 29 ++++++++++++++++++++++++++ docs/deployment/deployment-overview.md | 11 ++++++++++ docs/licensing/licensing-overview.md | 14 +++++++++++++ 7 files changed, 170 insertions(+) create mode 100644 docs/components/edc-connector.md create mode 100644 docs/components/etds-ui.md create mode 100644 docs/components/federated-catalog.md create mode 100644 docs/components/identity-management.md create mode 100644 docs/components/vocabulary-hub.md create mode 100644 docs/deployment/deployment-overview.md create mode 100644 docs/licensing/licensing-overview.md 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..3c6443f8 --- /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. | +| ETDS 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. | From f20fdd6f363371fbf8b7045bdd7953aa8e838f18 Mon Sep 17 00:00:00 2001 From: Casper Van Gheluwe Date: Thu, 4 Jun 2026 09:36:31 +0200 Subject: [PATCH 2/2] type: ETDS -> dEMDS --- docs/licensing/licensing-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/licensing/licensing-overview.md b/docs/licensing/licensing-overview.md index 3c6443f8..4647daef 100644 --- a/docs/licensing/licensing-overview.md +++ b/docs/licensing/licensing-overview.md @@ -10,5 +10,5 @@ Each component repository remains the authoritative source for its own license. | 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. | -| ETDS UI | https://github.com/deployEMDS/edc_connector_ui | 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. |