forked from conventional-commits/conventionalcommits.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
executable file
·135 lines (127 loc) · 3.81 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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.3
list:
- v1.0.0-beta.3
- 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: "简体中文"
title: 约定式提交
description: 一种规范,用以给提交信息增加人机可读的信息
actions:
- label: 阅读规范
url: '#约定式提交规范'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.3
list:
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
es:
weight: 2
languageName: "Spanish"
title: Commits Convencionales
description: Especificación para dar significado a los mensajes de los commits haciéndolos legibles para máquinas y humanos
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.3
list:
- v1.0.0-beta.3
- v1.0.0-beta.2
ru:
weight: 2
languageName: "Русский"
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
fr:
weight: 2
languageName: "Français"
title: Commits Conventionnels
description: Une spécification ajoutant une signification lisible pour l'homme et pour la machine dans les messages des commits
actions:
- label: Voir la spécification
url: '#spécification'
- label: GitHub
url: 'https://github.com/conventional-commits/conventionalcommits.org'
versions:
current: v1.0.0-beta.2
list:
- v1.0.0-beta.2