doc(stacks): added actions documentation farme according to IPCEICIS-6730

This commit is contained in:
Stephan Lo 2025-11-17 19:24:02 +01:00
parent 829895fa73
commit d10f888985
9 changed files with 35 additions and 8 deletions

View file

@ -0,0 +1,27 @@
---
title: "Forgejo Actions"
linkTitle: "Forgejo Actions"
weight: 20
description: Forgejo Actions.
---
{{% alert title="Draft" color="warning" %}}
**Editorial Status**: This page is currently being developed.
* **Jira Ticket**: [TICKET-6730](https://jira.telekom-mms.com/browse/IPCEICIS-6730)
* **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
* **Project Management**: Issue tracking and project management features
* **Actions**: CI/CD automation (see CI/CD section)

View file

@ -1,7 +1,7 @@
---
title: "Forgejo Actions"
linkTitle: "Actions"
weight: 20
weight: 10
description: GitHub Actions-compatible CI/CD automation
---

View file

@ -1,7 +1,7 @@
---
title: "Runner Orchestration"
linkTitle: "Runner Orchestration"
weight: 40
weight: 30
description: GARM
---

View file

@ -1,7 +1,7 @@
---
title: "Action Runner"
linkTitle: "Runner"
weight: 30
weight: 20
description: >
Self-hosted runner infrastructure with orchestration capabilities
---

View file

@ -1,6 +1,6 @@
---
title: "Project Management"
linkTitle: "Project Mgmt"
linkTitle: "Forgejo Project Mgmt"
weight: 50
description: >
Project and issue management capabilities within Forgejo

View file

@ -1,7 +1,7 @@
---
title: "Application Orchestration"
linkTitle: "Application Orchestration"
weight: 50
weight: 30
description: >
Application-level component provisioning via Stacks
---

View file

@ -1,7 +1,7 @@
---
title: "Infrastructure Orchestration"
linkTitle: "Infrastructure Orchestration"
weight: 20
weight: 10
description: >
Infrastructure deployment and catalog management (infra-deploy, infra-catalogue)
---

View file

@ -1,7 +1,7 @@
---
title: "Platform Orchestration"
linkTitle: "Platform Orchestration"
weight: 30
weight: 20
description: >
Platform-level component provisioning via Stacks
---

View file

@ -1,7 +1,7 @@
---
title: "Stacks"
linkTitle: "Stacks"
weight: 10
weight: 40
description: >
Platform-level component provisioning via Stacks
---