You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-INDEX.md
+44-21Lines changed: 44 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,40 +6,63 @@ Welcome to the DevOps-OS documentation! This set of guides will help you use and
6
6
7
7
| Guide | Description |
8
8
|-------|-------------|
9
-
|[Creating DevOps-OS Using Dev Container](.devcontainer/DEVOPS-OS-README.md)| How to set up and customize the DevOps-OS development container |
10
-
|[DevOps-OS Quick Start Guide](.devcontainer/DEVOPS-OS-QUICKSTART.md)| Essential CLI commands for all functionality in the project |
11
-
|[Creating Customized GitHub Actions Templates](.devcontainer/GITHUB-ACTIONS-README.md)| How to generate and customize GitHub Actions workflows |
12
-
|[Creating Customized Jenkins Templates](.devcontainer/JENKINS-PIPELINE-README.md)| How to generate and customize Jenkins pipelines |
13
-
|[Creating Kubernetes Deployments](.devcontainer/KUBERNETES-DEPLOYMENT-README.md)| How to generate and manage Kubernetes deployment configurations |
14
-
|[Implementing CI/CD for Technology Stacks](.devcontainer/CICD-TECH-STACK-README.md)| How to implement CI/CD pipelines for specific technology stacks |
15
-
|[CI/CD Generators Usage Guide](.devcontainer/CI-CD-GENERATORS-USAGE.md)| Detailed options and examples for the CI/CD generators |
9
+
|[**CLI Commands Reference**](docs/CLI-COMMANDS-REFERENCE.md)|**Complete reference** — every option, input file, and output location for all CLI commands |
10
+
|[Getting Started](docs/GETTING-STARTED.md)| First pipeline in 5 minutes |
11
+
|[Quick Start Guide](docs/DEVOPS-OS-QUICKSTART.md)| Essential CLI commands for all functionality |
12
+
|[GitHub Actions Generator](docs/GITHUB-ACTIONS-README.md)| Generate and customize GitHub Actions workflows |
13
+
|[GitLab CI Generator](docs/GITLAB-CI-README.md)| Generate and customize GitLab CI pipelines |
14
+
|[Jenkins Pipeline Generator](docs/JENKINS-PIPELINE-README.md)| Generate and customize Jenkins pipelines |
15
+
|[ArgoCD / Flux CD Generator](docs/ARGOCD-README.md)| Generate ArgoCD and Flux CD GitOps configs |
0 commit comments