diff --git a/.vscode/settings.json b/.vscode/settings.json index 0436b04..6212e98 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,22 @@ { - "peacock.remoteColor": "#61dafb" + "peacock.remoteColor": "#61dafb", + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#93e6fc", + "activityBar.background": "#93e6fc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#fa45d4", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#93e6fc", + "statusBar.background": "#61dafb", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#2fcefa", + "statusBarItem.remoteBackground": "#61dafb", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#61dafb", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#61dafb99", + "titleBar.inactiveForeground": "#15202b99" + } } \ No newline at end of file diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index c5ab604..92e4dcb 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -6,6 +6,20 @@ menu: weight: 20 --- +{{% alert title="Draft" color="warning" %}} +**Editorial Status**: This page is currently being developed. + +* **Jira Ticket**: [TICKET-XXX](https://your-jira/browse/TICKET-XXX) +* **Assignee**: [Name or Team] +* **Status**: Draft +* **Last Updated**: YYYY-MM-DD +* **TODO**: + * [ ] Add detailed component description + * [ ] Include usage examples and code samples + * [ ] Add architecture diagrams + * [ ] Review and finalize content +{{% /alert %}} + # Edge Developer Platform (EDP) Documentation Welcome to the EDP documentation. This documentation serves developers, engineers, and auditors who want to understand, use, and audit the Edge Developer Platform. diff --git a/content/en/docs/components/deployments/_index.md b/content/en/docs/components/deployments/_index.md index cba7711..3698a67 100644 --- a/content/en/docs/components/deployments/_index.md +++ b/content/en/docs/components/deployments/_index.md @@ -6,6 +6,20 @@ description: > Deployment targets and edge connectivity solutions. --- +{{% alert title="Draft" color="warning" %}} +**Editorial Status**: This page is currently being developed. + +* **Jira Ticket**: [TICKET-XXX](https://your-jira/browse/TICKET-XXX) +* **Assignee**: [Name or Team] +* **Status**: Draft +* **Last Updated**: YYYY-MM-DD +* **TODO**: + * [ ] Add detailed component description + * [ ] Include usage examples and code samples + * [ ] Add architecture diagrams + * [ ] Review and finalize content +{{% /alert %}} + Deployment components manage connections to various deployment targets including cloud infrastructure and edge devices. ## Components diff --git a/content/en/docs/components/forgejo/_index.md b/content/en/docs/components/forgejo/_index.md index 50f5690..bc41163 100644 --- a/content/en/docs/components/forgejo/_index.md +++ b/content/en/docs/components/forgejo/_index.md @@ -6,6 +6,20 @@ description: > Self-hosted Git service with project management and CI/CD capabilities. --- +{{% alert title="Draft" color="warning" %}} +**Editorial Status**: This page is currently being developed. + +* **Jira Ticket**: [TICKET-XXX](https://your-jira/browse/TICKET-XXX) +* **Assignee**: [Name or Team] +* **Status**: Draft +* **Last Updated**: YYYY-MM-DD +* **TODO**: + * [ ] Add detailed component description + * [ ] Include usage examples and code samples + * [ ] Add architecture diagrams + * [ ] Review and finalize content +{{% /alert %}} + Forgejo provides source code management, project management, and CI/CD automation for the EDP. ## Sub-Components diff --git a/content/en/docs/components/orchestration/_index.md b/content/en/docs/components/orchestration/_index.md new file mode 100644 index 0000000..46d2978 --- /dev/null +++ b/content/en/docs/components/orchestration/_index.md @@ -0,0 +1,28 @@ +--- +title: "Orchestratiion" +linkTitle: "Orchestration" +weight: 10 +description: > + Platform and infrastructure orchestration components. +--- + +{{% alert title="Draft" color="warning" %}} +**Editorial Status**: This page is currently being developed. + +* **Jira Ticket**: [TICKET-XXX](https://your-jira/browse/TICKET-XXX) +* **Assignee**: [Name or Team] +* **Status**: Draft +* **Last Updated**: YYYY-MM-DD +* **TODO**: + * [ ] Add detailed component description + * [ ] Include usage examples and code samples + * [ ] Add architecture diagrams + * [ ] Review and finalize content +{{% /alert %}} + +The Orchestration manages platform and infrastructure provisioning, providing the foundation for the EDP deployment model. + +## Sub-Components + +* **Infrastructure Provisioning**: Low-level infrastructure deployment (infra-deploy, infra-catalogue) +* **Platform Provisioning**: Platform-level component deployment via Stacks diff --git a/content/en/docs/components/orchestrator/infrastructure-provisioning.md b/content/en/docs/components/orchestration/infrastructure-provisioning.md similarity index 100% rename from content/en/docs/components/orchestrator/infrastructure-provisioning.md rename to content/en/docs/components/orchestration/infrastructure-provisioning.md diff --git a/content/en/docs/components/orchestrator/platform-provisioning.md b/content/en/docs/components/orchestration/platform-provisioning.md similarity index 100% rename from content/en/docs/components/orchestrator/platform-provisioning.md rename to content/en/docs/components/orchestration/platform-provisioning.md diff --git a/content/en/docs/components/orchestrator/_index.md b/content/en/docs/components/orchestrator/_index.md deleted file mode 100644 index 3048764..0000000 --- a/content/en/docs/components/orchestrator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Orchestrator" -linkTitle: "Orchestrator" -weight: 10 -description: > - Platform and infrastructure orchestration components. ---- - -The Orchestrator manages platform and infrastructure provisioning, providing the foundation for the EDP deployment model. - -## Sub-Components - -* **Infrastructure Provisioning**: Low-level infrastructure deployment (infra-deploy, infra-catalogue) -* **Platform Provisioning**: Platform-level component deployment via Stacks