-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathconfig.yaml
More file actions
58 lines (53 loc) · 1.41 KB
/
config.yaml
File metadata and controls
58 lines (53 loc) · 1.41 KB
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
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
# SEO and Social Media Settings
description: "Validated Patterns are GitOps-driven, automated, and rigorously tested application stacks for hybrid cloud deployments on Red Hat OpenShift. Deploy complex solutions with unprecedented speed and confidence."
default_share_image: /images/validated-patterns.png
twitter_handle: "@RedHat"
github_repo: "validatedpatterns/docs"
github_branch: "main"
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'
partners: 'partners'
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
sitemap:
changeFreq: monthly
priority: 0.5
filename: sitemap.xml
enableRobotsTXT: true