Skip to content

Commit d593e2b

Browse files
committed
feat: update spec
1 parent 034ec2e commit d593e2b

2 files changed

Lines changed: 29 additions & 16 deletions

File tree

content/_index.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ layout: single
88

99
## Summary
1010

11-
DevOps Maturity Specification is a set of guidelines for DevOps best practices, focusing on improving collaboration, automation, and efficiency in software development and operations.
11+
DevOps Maturity Specification provides guidelines for DevOps best practices, aiming to enhance collaboration, automation, and efficiency across software development and operations.
12+
13+
## Key Points
14+
15+
- **Purpose**: Help organizations and teams assess DevOps practices, align on best practices, and drive continuous improvement.
16+
- **Scope**: Covers key DevOps domains including build, testing, security, supply chain, analysis, and reporting.
17+
- **Maturity Levels**: Tracks progress with clear visual badges (See [Badge Levels](#badge-levels)) to provide an easy and intuitive overview.
18+
- **Scoring**: Criteria are weighted as MUST (🟢) or NICE (🟡) enabling clear and actionable evaluation.
19+
- **Tooling**: Works with [devops-maturity](https://github.com/devops-maturity/devops-maturity) to automate scoring via Web UI or CLI.
1220

1321
---
1422

@@ -36,10 +44,26 @@ DevOps Maturity Specification is a set of guidelines for DevOps best practices,
3644
| Reporting | D601 | Notifications & Alerts[^18] | 🟢 |
3745
| | D602 | Attached Reports[^19] | 🟢 |
3846

39-
> 🟢 MUST have (weight 1)
40-
> 🟡 NICE have (weight 0.5)
41-
>
42-
> For details on maturity code, please refer to [Maturity Code Map](https://devops-maturity.github.io/about/#maturity-code-map).
47+
- 🟢 MUST have (weight 1)
48+
- 🟡 NICE have (weight 0.5)
49+
50+
### Maturity Code Map
51+
52+
|**Code**|**Description**|
53+
|--------|---------------|
54+
| D1xx | Basics |
55+
| D2xx | Quality |
56+
| D3xx | Security |
57+
| D4xx | Supply Chain Security|
58+
| D5xx | Analysis |
59+
| D6xx | Reporting |
60+
61+
- All criteria codes are prefixed by domain letter (e.g., `D` for DevOps)
62+
- Code format: `DXYZ`
63+
- `D` = Domain (DevOps)
64+
- `X` = Category (e.g., 1: Basics, 2: Quality)
65+
- `YZ` = Criteria number
66+
4367

4468
## Badge Levels
4569

content/about/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,3 @@ The DevOps Maturity specification is standardized to assess the maturity of DevO
1919
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
2020

2121
_Want your project on this list?_ [send a pull request](https://github.com/devops-maturity/spec/pulls).
22-
23-
## Maturity Code Map
24-
25-
|**Code**|**Description**|
26-
|--------|---------------|
27-
| D1xx | Basics |
28-
| D2xx | Quality |
29-
| D3xx | Security |
30-
| D4xx | Supply Chain Security|
31-
| D5xx | Analysis |
32-
| D6xx | Reporting |

0 commit comments

Comments
 (0)