doc(stacks): added actions documentation farme according to IPCEICIS-6730
This commit is contained in:
parent
829895fa73
commit
d10f888985
9 changed files with 35 additions and 8 deletions
27
content/en/docs/components/forgejo/actions/_index.md
Normal file
27
content/en/docs/components/forgejo/actions/_index.md
Normal 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)
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Forgejo Actions"
|
title: "Forgejo Actions"
|
||||||
linkTitle: "Actions"
|
linkTitle: "Actions"
|
||||||
weight: 20
|
weight: 10
|
||||||
description: GitHub Actions-compatible CI/CD automation
|
description: GitHub Actions-compatible CI/CD automation
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Runner Orchestration"
|
title: "Runner Orchestration"
|
||||||
linkTitle: "Runner Orchestration"
|
linkTitle: "Runner Orchestration"
|
||||||
weight: 40
|
weight: 30
|
||||||
description: GARM
|
description: GARM
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Action Runner"
|
title: "Action Runner"
|
||||||
linkTitle: "Runner"
|
linkTitle: "Runner"
|
||||||
weight: 30
|
weight: 20
|
||||||
description: >
|
description: >
|
||||||
Self-hosted runner infrastructure with orchestration capabilities
|
Self-hosted runner infrastructure with orchestration capabilities
|
||||||
---
|
---
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Project Management"
|
title: "Project Management"
|
||||||
linkTitle: "Project Mgmt"
|
linkTitle: "Forgejo Project Mgmt"
|
||||||
weight: 50
|
weight: 50
|
||||||
description: >
|
description: >
|
||||||
Project and issue management capabilities within Forgejo
|
Project and issue management capabilities within Forgejo
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Application Orchestration"
|
title: "Application Orchestration"
|
||||||
linkTitle: "Application Orchestration"
|
linkTitle: "Application Orchestration"
|
||||||
weight: 50
|
weight: 30
|
||||||
description: >
|
description: >
|
||||||
Application-level component provisioning via Stacks
|
Application-level component provisioning via Stacks
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Infrastructure Orchestration"
|
title: "Infrastructure Orchestration"
|
||||||
linkTitle: "Infrastructure Orchestration"
|
linkTitle: "Infrastructure Orchestration"
|
||||||
weight: 20
|
weight: 10
|
||||||
description: >
|
description: >
|
||||||
Infrastructure deployment and catalog management (infra-deploy, infra-catalogue)
|
Infrastructure deployment and catalog management (infra-deploy, infra-catalogue)
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Platform Orchestration"
|
title: "Platform Orchestration"
|
||||||
linkTitle: "Platform Orchestration"
|
linkTitle: "Platform Orchestration"
|
||||||
weight: 30
|
weight: 20
|
||||||
description: >
|
description: >
|
||||||
Platform-level component provisioning via Stacks
|
Platform-level component provisioning via Stacks
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Stacks"
|
title: "Stacks"
|
||||||
linkTitle: "Stacks"
|
linkTitle: "Stacks"
|
||||||
weight: 10
|
weight: 40
|
||||||
description: >
|
description: >
|
||||||
Platform-level component provisioning via Stacks
|
Platform-level component provisioning via Stacks
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue