-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
84 lines (62 loc) · 1.48 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
baseURL: "https://www.solutionpatterns.io/solution-patterns"
theme: "up-business-theme"
languageCode: "en-us"
title: "Solution Patterns from Red Hat"
googleAnalytics: "G-0X54HQY5H8"
summaryLength: 20
paginate: 20
params:
title: "Solution Patterns"
description: "Discover the art of the possible with Red Hat's rich portfolio with real world usecases."
images:
- "images/hero-image.png"
logo: "arrow-up.png"
favicons:
themeColor: "#FFFFFF"
backgroundColor: "#FFFFFF"
faviconColor: "#000000"
social:
dribbble:
instagram:
facebook:
twitter:
contact:
- "207.555.0119"
copyright: "© 2024 Red Hat"
menus:
main:
- name: "Explore Patterns"
url: "/patterns"
weight: 2
- name: "Architecture Center"
url: "https://www.redhat.com/architect/portfolio/"
weight: 3
- name: "Red Hat Developer"
url: "https://developers.redhat.com/"
weight: 4
- name: "Contribute"
url: "/contribute"
weight: 5
- name: "Feedback"
url: "https://github.com/redhat-solution-patterns/redhat-solution-patterns.github.io/issues"
weight: 5
footer:
- name: "Home"
url: "/#hero"
weight: 1
- name: "How we work"
url: "/#"
weight: 2
- name: "Our team"
url: "/#"
weight: 3
- name: "Pricing"
url: "/#"
weight: 4
- name: "Blog"
url: "/blog"
weight: 5
taxonomies:
series: "series"
tags: "tags"