-
Notifications
You must be signed in to change notification settings - Fork 120
/
config.yaml
248 lines (221 loc) · 6.25 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
---
copyright: '©Nevercode Ltd | All Rights Reserved | Codemagic is pending trademark
of Nevercode Ltd.'
params:
twitterShareHandle: codemagicio
facebookAuthorHandle: codemagicio
appLoginLink: https://codemagic.io/
backendURL: http://localhost:5000
landingURL: http://localhost:3000
appURL: http://localhost:3000
blogURL: http://localhost
defaultFacebookImage: /uploads/2019/01/default-thumb.png
defaultTwitterImage: /uploads/2019/02/twitter.png
headerLinkTitle: Documentation
locale: en_GB
googleTagManagerId: 'GTM-PFJ47PW'
pageRepoCommitPrefix: 'https://github.com/codemagic-ci-cd/codemagic-docs/commit/'
pageRepoEditPrefix: 'https://github.com/codemagic-ci-cd/codemagic-docs/edit/master/content/'
ignorefiles:
- /content/partials/*
imaging:
resampleFilter: linear
quality: 90
outputs:
home:
- HTML
- RSS
- JSON
buildDrafts: true
defaultContentLanguage: en
disable404: true
enableGitInfo: true
sectionPagesMenu: 'main'
menu:
main:
- identifier: getting-started
name: Getting started
weight: 1
- identifier: yaml-quick-start
name: Quick start guides
weight: 2
params:
preference: 'yaml'
- identifier: yaml
name: Codemagic.yaml
weight: 3
params:
preference: 'yaml'
- identifier: yaml-basic-configuration
name: Basic configuration
parent: yaml
weight: 1
- identifier: yaml-running-builds
name: Running builds
parent: yaml
weight: 2
- identifier: yaml-testing
name: Testing
parent: yaml
weight: 3
- identifier: yaml-code-signing
name: Code signing
parent: yaml
weight: 4
- identifier: yaml-publishing
name: Publishing
parent: yaml
weight: 5
- identifier: yaml-notification
name: Notifications
parent: yaml
weight: 6
- identifier: integrations
name: Integrations
parent: yaml
weight: 7
- identifier: knowledge-base
name: Advanced configuration
weight: 8
- identifier: knowledge-git
name: Git
weight: 2
parent: knowledge-base
- identifier: knowledge-codemagic
name: Codemagic
weight: 1
parent: knowledge-base
- identifier: knowledge-firebase
name: Firebase
weight: 3
parent: knowledge-base
- identifier: knowledge-others
name: Various
weight: 4
parent: knowledge-base
- identifier: knowledge-white-label
name: White Label Apps
weight: 5
parent: knowledge-base
- identifier: flutter
name: Flutter workflow editor
weight: 3
params:
preference: 'flutter'
- identifier: flutter-configuration
name: Basic configuration
parent: flutter
weight: 1
- identifier: flutter-running-builds
name: Running builds
parent: flutter
weight: 2
- identifier: flutter-testing
name: Testing
parent: flutter
weight: 3
- identifier: flutter-code-signing
name: Code signing
parent: flutter
weight: 4
- identifier: flutter-publishing
name: Publishing
parent: flutter
weight: 5
- identifier: flutter-notification
name: Notifications
parent: flutter
weight: 6
- identifier: variables
name: Environment variables
weight: 4
params:
hide: true
- identifier: encrypting
name: Encrypting sensitive data
parent: variables
params:
hide: true
- identifier: environment-variable-groups
name: Environment variable groups
parent: variables
params:
hide: true
- identifier: configuration
name: Advanced configuration
weight: 5
params:
hide: true
- identifier: knowledge-base
name: Knowledge base
weight: 6
params:
hide: true
- identifier: teams
name: Teams
weight: 7
params:
hide: true
- identifier: rest-api
name: Codemagic REST API
weight: 8
- identifier: billing
name: Billing & Pricing
weight: 10
- identifier: troubleshooting
name: Troubleshooting
weight: 9
- identifier: specs
name: Software and hardware
weight: 11
- identifier: specs-macos
name: macOS machines
parent: specs
weight: 1
- identifier: custom-menu-position
params:
hide: true
- identifier: partials
params:
hide: true
mediaTypes:
video/mp4:
suffixes:
- mp4
title: Codemagic Docs
disableKinds:
- taxonomy
- section
deployment:
order:
- '.*\.jpe?g$'
- '.*\.gif$'
- '.*\.png$'
- '.*\.mp4$'
- '.*\.mov$'
targets:
- name: 'docs.codemagic.io'
URL: s3://docs.codemagic.io?region=us-east-1
cloudFrontDistributionID: EM3VDRI1IYP45
matchers:
# static assets are fingerprinted, cache them for 1 year
- pattern: '^.+\\.(js|css|svg|ttf|woff|woff2)$'
cacheControl: 'max-age=31536000, no-transform, public'
gzip: true
# content images are not fingerprinted yet, cache them for 1 week
- pattern: '^.+\\.(ico|pdf|jpg|JPG|jpeg|png|PNG|gif|GIF|mp4|mov|mkv)$'
cacheControl: 'max-age=604800, no-transform, public'
gzip: false
# main content
- pattern: '^.+\\.(html|xml|json)$'
gzip: true
# rss
- pattern: '^.+\\.xml$'
contentType: 'application/rss+xml; charset=utf-8'
gzip: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: github