Skip to content

Commit 0e6ff0b

Browse files
1 parent 9b67bd8 commit 0e6ff0b

3 files changed

Lines changed: 83 additions & 16 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# The DevOps Maturity Specification Static Site
2+
3+
[![Website](https://img.shields.io/static/v1?label=Website&message=https://devops-maturity.github.io&color=yellow)](https://devops-maturity.github.io/)
4+
5+
Welcome to the DevOps Maturity Specification static site repository!
6+
7+
## Contributing
8+
9+
Please open issues or pull requests on [GitHub](https://github.com/devops-maturity/spec) if you find any problems or want to contribute improvements.

index.html

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,17 +208,46 @@ <h3 id="devops-maturity-criteria">DevOps Maturity Criteria</h3>
208208
</table>
209209
<h2 id="badge-levels">Badge Levels</h2>
210210
<p>Your score will generate one of the following badges:</p>
211-
<ul>
212-
<li>WIP: 0%</li>
213-
<li>PASSING: 1–49%</li>
214-
<li>BRONZE: 50–69%</li>
215-
<li>SILVER: 70–89%</li>
216-
<li>GOLD: 90–100%</li>
217-
</ul>
211+
<table>
212+
<thead>
213+
<tr>
214+
<th>Level</th>
215+
<th>Score Range</th>
216+
<th>Badge</th>
217+
</tr>
218+
</thead>
219+
<tbody>
220+
<tr>
221+
<td>WIP</td>
222+
<td>0%</td>
223+
<td><img alt="WIP" src="https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg"></td>
224+
</tr>
225+
<tr>
226+
<td>PASSING</td>
227+
<td>1–49%</td>
228+
<td><img alt="PASSING" src="https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg"></td>
229+
</tr>
230+
<tr>
231+
<td>BRONZE</td>
232+
<td>50–69%</td>
233+
<td><img alt="BRONZE" src="https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg"></td>
234+
</tr>
235+
<tr>
236+
<td>SILVER</td>
237+
<td>70–89%</td>
238+
<td><img alt="SILVER" src="https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg"></td>
239+
</tr>
240+
<tr>
241+
<td>GOLD</td>
242+
<td>90–100%</td>
243+
<td><img alt="GOLD" src="https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg"></td>
244+
</tr>
245+
</tbody>
246+
</table>
218247
<hr>
219248
<h2 id="faq">FAQ</h2>
220249
<h3 id="what-tools-can-be-used-to-caculate-your-score">What tools can be used to caculate your score?</h3>
221-
<p>You can used <a href="https://pypi.org/project/devops-maturity">devops-maturity</a> CLI to caculate your score.</p>
250+
<p>You can used <a href="https://github.com/devops-maturity/devops-maturity">devops-maturity</a> which support web UI and CLI to calculate your score automatically.</p>
222251

223252
</article>
224253
</main><footer class="footer">

zh/index.html

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,45 @@ <h3 id="devops-成熟度评估标准">DevOps 成熟度评估标准</h3>
206206
</table>
207207
<h2 id="徽章等级">徽章等级</h2>
208208
<p>你的得分将获得以下徽章之一:</p>
209-
<ul>
210-
<li>WIP: 0%</li>
211-
<li>PASSING: 1–49%</li>
212-
<li>BRONZE: 50–69%</li>
213-
<li>SILVER: 70–89%</li>
214-
<li>GOLD: 90–100%</li>
215-
</ul>
209+
<table>
210+
<thead>
211+
<tr>
212+
<th>等级</th>
213+
<th>分数范围</th>
214+
<th>徽章</th>
215+
</tr>
216+
</thead>
217+
<tbody>
218+
<tr>
219+
<td>WIP</td>
220+
<td>0%</td>
221+
<td><img alt="WIP" src="https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg"></td>
222+
</tr>
223+
<tr>
224+
<td>PASSING</td>
225+
<td>1–49%</td>
226+
<td><img alt="PASSING" src="https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg"></td>
227+
</tr>
228+
<tr>
229+
<td>BRONZE</td>
230+
<td>50–69%</td>
231+
<td><img alt="BRONZE" src="https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg"></td>
232+
</tr>
233+
<tr>
234+
<td>SILVER</td>
235+
<td>70–89%</td>
236+
<td><img alt="SILVER" src="https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg"></td>
237+
</tr>
238+
<tr>
239+
<td>GOLD</td>
240+
<td>90–100%</td>
241+
<td><img alt="GOLD" src="https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg"></td>
242+
</tr>
243+
</tbody>
244+
</table>
216245
<h2 id="常见问题">常见问题</h2>
217246
<h3 id="如何计算得分">如何计算得分?</h3>
218-
<p>您可以使用 <a href="https://pypi.org/project/devops-maturity">devops-maturity</a> CLI 工具自动计算得分</p>
247+
<p>你可以使用 <a href="https://github.com/devops-maturity/devops-maturity">devops-maturity</a> 项目中的 Web UI 和 CLI 工具来计算你的 DevOps 成熟度得分</p>
219248

220249
</article>
221250
</main><footer class="footer">

0 commit comments

Comments
 (0)