forked from conventional-commits/conventionalcommits.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
102 lines (96 loc) · 2.71 KB
/
config.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
baseURL: '/'
languageCode: en-us
theme: conventional-commits
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/conventional-commits/conventionalcommits.org'
# Languages parameters
languages:
en:
weight: 1
languageName: "English"
title: Conventional Commits
description: A specification for adding human and machine readable meaning to commit messages
actions:
- label: Read the specs
url: '#specification'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
it:
weight: 2
languageName: "Italian"
title: Commit Convenzionali
description: Una specifica per aggiungere un significato leggibile da umani e macchine ai messaggi dei commit
actions:
- label: Leggi la specifica
url: '#specifica'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
pl:
weight: 2
languageName: "Polish"
title: Konwencjonalne Commity
description: Specyfikacja dodawania znaczenia czytelnego dla człowieka do commit komunikatów
actions:
- label: Przeczytaj specyfikację
url: '#specyfikacja'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
zh:
weight: 2
languageName: "Chinese"
title: 约定式提交
description: 一种规范,用于添加人机可读的含义以提交消息
actions:
- label: 阅读规范
url: '#约定式提交规范'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
es:
weight: 2
languageName: "Spanish"
title: Commits Convencionales
description: Una especificación para agregar un significado legible por una máquina humana para commit mensajes
actions:
- label: Lee la especificación
url: '#especificación'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2