-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
49 lines (46 loc) · 1.24 KB
/
config.yaml
File metadata and controls
49 lines (46 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
baseURL: '/'
languageCode: en-us
theme: devops-maturity
# defaultContentLanguageInSubdir: true
defaultContentLanguage: "en"
# Global parameters
params:
license:
title: License
action:
label: Creative Commons - CC BY 3.0
url: 'https://creativecommons.org/licenses/by/3.0/'
footer:
logos:
- name: github
url: 'https://github.com/devops-maturity/spec'
# Languages parameters
languages:
en:
params:
weight: 1
languageName: "English"
title: DevOps Maturity Specification
description: Assess, improve, and showcase your DevOps maturity — across teams and organizations.
actions:
- label: Quick Summary
url: '#summary'
- label: Full Specification
url: '#specification'
- label: Contribute
url: 'https://github.com/devops-maturity/spec'
# versions:
# current: v1.0.0
zh:
params:
weight: 2
languageName: "中文"
title: DevOps 成熟度规范
description: 评估、改进和展示你的 DevOps 成熟度 — 跨团队和组织。
actions:
- label: 概述
url: '#概述'
- label: 完整规范
url: '#规范'
- label: 贡献
url: 'https://github.com/devops-maturity/spec'