forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
46 lines (32 loc) · 991 Bytes
/
netlify.toml
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
[build]
publish = "dist"
command = "gulp build"
environment = { JEKYLL_ENV = "development", BUNDLE_WITHOUT = "development", NODE_OPTIONS = "--max_old_space_size=8192" }
[context.main.environment]
JEKYLL_ENV = "production"
[context.deploy-preview.environment]
JEKYLL_ENV = "preview"
[dev]
autoLaunch = false
[[plugins]]
package = "@netlify/plugin-lighthouse"
[plugins.inputs.settings]
preset = "desktop"
[[plugins.inputs.audits]]
path = "hub"
[[plugins.inputs.audits]]
path = "hub/kong-inc/jwt-signer/"
[[plugins.inputs.audits]]
path = "hub/kong-inc/jwt-signer/configuration/"
[[plugins.inputs.audits]]
path = "gateway/latest/"
[[plugins.inputs.audits]]
path = "konnect"
[[plugins.inputs.audits]]
path = "mesh/latest/"
[[plugins.inputs.audits]]
path = "deck/latest/"
[[plugins.inputs.audits]]
path = "kubernetes-ingress-controller/latest/"
[[plugins.inputs.audits]]
path = "konnect/analytics/use-cases/"