-
Notifications
You must be signed in to change notification settings - Fork 59
/
config.yaml
47 lines (42 loc) · 955 Bytes
/
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
baseURL: "https://validatedpatterns.io/"
languageCode: "en-us"
title: Validated Patterns
theme: "patternfly"
summaryLength: 20
paginate: 6
timeout: 300
params:
site_logo: /images/validated-patterns.png
security:
exec:
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
osEnv: (?i)^(GEM_PATH)$
markup:
asciidocExt:
attributes: {allow-uri-read, source-highlighter: rouge, icons: font, sectanchors, showtitle}
safeMode: unsafe
imagesdir: images
tableOfContents:
startLevel: 1
endLevel: 3
ordered: false
goldmark:
renderer:
unsafe: true
taxonomies:
industry: 'industries'
rh_product: 'rh_products'
other_product: 'other_products'
blog_tag: 'blog_tags'
mediaTypes:
application/json:
suffixes:
- json
outputFormats:
patterns:
mediatype: application/json
menus:
main:
- name: Workshop
url: https://play.validatedpatterns.io
weight: 25