-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yml
101 lines (89 loc) · 2.37 KB
/
_config.yml
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
# ----------------------------------------------------------------------------------------------------------------------
# Site customization
# ----------------------------------------------------------------------------------------------------------------------
# Any variable here is referenced in layouts/pages as {{site.XXX}} so something like {{site.googleId}}
# ----------------------------------------------------------------------------------------------------------------------
id: concord
name: Concord
domain: concord.walmartlabs.com
url: https://concord.walmartlabs.com
logo: /assets/img/logo.png
description: "Concord is a workflow server."
source_url: https://github.com/walmartlabs/concord-website/tree/master/
crossSite: false
collapseNavDocs: true
display-search-in-header: true
custom-footer: false
contribute: true
edit-on-github: true
matomo-analytics: false
matomo-site-id: 11
concord_source: "https://github.com/walmartlabs/concord/"
concord_plugins_source: "https://github.com/walmartlabs/concord-plugins/"
concord_plugins_version: "2.5.0"
concord_core_version: "2.14.0"
concord_ansible_version: "2.14"
navigation:
- title: OVERVIEW
url: /overview/index.html
context: /overview/
- title: DOCS
url: /docs/index.html
context: /docs/
- title: TRAINING
url: /training.html
context: /training
projects:
- title: About Concord
url: /overview/index.html
- title: Benefits
url: /overview/benefits.html
- title: Case Study - Ansible at Scale
url: /overview/case-study-ansible.html
- title: Case Study - Managed Services
url: /overview/case-study-managed-services.html
- title: Case Study - Continuous Deployment
url: /overview/case-study-cd.html
- title: Videos
url: /overview/videos.html
- title: Code & Contribute
url: /overview/contribute.html
defaults:
-
scope:
type: pages
values:
permalink: /:path/:basename:output_ext
-
scope:
type: posts
values:
permalink: /blog/:year-:month-:day-:title.html
excerpt_separator: <!--more-->
authors:
ibodrov:
name: Ivan Bodrov
web:
mmoser:
name: Manfred Moser
web:
# -------
# Jekyll
# -------
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
plugins:
- jekyll-redirect-from
exclude:
- ".*"
- "Gemf*"
- "pom.xml"
- "*.sh"
- "wmt-release*"
- "README.md"
- "publish.sh"
- "sonar*"
- "vendor"