-
Notifications
You must be signed in to change notification settings - Fork 255
/
_config.yml
164 lines (153 loc) · 3.51 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
exclude: [Gemfile, Gemfile.lock, Procfile, vendor, gems, README.md]
sitename: Foreman
tagline: Foreman is a complete lifecycle management tool for physical and virtual servers.
description: Foreman is an open source project that gives system administrators the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage servers, on-premises or in the cloud.
production_url : https://theforeman.org
url: https://theforeman.org
baseurl: "" #keep at "" for the Atom feed
# latest *stable* version
foreman_version: '3.12'
# Latest releases
foreman_latest_releases:
- minmaj: '3.12'
patch: '0'
- minmaj: '3.11'
patch: '4'
paginate: 5
paginate_path: "blog/page:num"
excerpt_separator: <!--more-->
permalink: /:year/:month/:title.html
blogname: Foreman Blog
blogdesc: News, notes and noise from around the Foreman community
safe: false
future: false
highlighter: rouge
markdown: kramdown
navigation:
- title: Get Started
sublinks:
- title: Features
url: /introduction.html
- title: Who uses Foreman
url: /who_uses.html
- title: Quickstart
url: /manuals/latest/quickstart_guide.html
- title: Sponsors
url: /sponsors.html
- title: Get Help
sublinks:
- title: Manual
url: /manuals/latest/index.html
- title: Plugins
url: /plugins/
- title: Foreman API docs
url: https://apidocs.theforeman.org/foreman/latest/apidoc/v2.html
- title: Foreman+Katello API docs
url: https://apidocs.theforeman.org/katello/latest/apidoc/v2.html
- title: Training
url: /training.html
- title: Support
url: /support.html
- title: Professional Services
url: /professional-services.html
- title: Get involved
sublinks:
- title: Community
url: https://community.theforeman.org
- title: Report a bug
url: https://projects.theforeman.org/projects
- title: Contribute
url: /contribute.html
- title: News
sublinks:
- title: Blog
url: /blog/index.html
- title: Events
url: https://theforeman.org/events
- title: Community Demos
url: /demos/
- title: Videos
url: /media.html
- title: Security
url: /security.html
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
foreman_versions:
- nightly
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.5"
- "2.4"
- "2.3"
- "2.2"
- "2.1"
- "2.0"
- "1.24"
- "1.23"
- "1.22"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
- "1.15"
- "1.14"
- "1.13"
- "1.12"
- "1.11"
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "1.6"
- "1.5"
- "1.4"
- "1.3"
- "1.2"
- "1.1"
defaults:
- scope:
path: "plugins/katello"
values:
layout: "plugins/katello/documentation"
latest: "3.18"
- scope:
path: "plugins/katello/*/api"
values:
layout: "plugins/katello/documentation_no_menu"
- scope:
path: "plugins/katello/nightly"
values:
version: "nightly"
foreman_version: "nightly"
- scope:
path: "plugins/katello/4.0"
values:
version: "4.0"
foreman_version: "2.4"
- scope:
path: "plugins/katello/3.18"
values:
version: "3.18"
foreman_version: "2.3"
- scope:
path: "plugins/katello/3.17"
values:
version: "3.17"
foreman_version: "2.2"