File tree 2 files changed +9
-38
lines changed
2 files changed +9
-38
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ kramdown:
28
28
liquid :
29
29
error_mode : strict
30
30
31
+ # Exclude directories and/or files from the conversion. These exclusions are
32
+ # relative to the site's source directory and cannot be outside the source
33
+ # directory.
31
34
exclude :
32
35
- _deploy
33
36
- _releaser
@@ -89,13 +92,10 @@ sass:
89
92
sass_dir : _scss
90
93
style : expanded
91
94
92
- # Set default options / metadata for some paths.
93
- #
94
95
# Setting options here prevents having to repeat the same option in front-matter
95
96
# on every page.
97
+ # https://jekyllrb.com/docs/configuration/front-matter-defaults/
96
98
defaults :
97
- # Default one for development builds (local and PR previews)
98
- # sitemap is disabled here but not for production in _config_production.yml
99
99
- scope :
100
100
path : " "
101
101
type : " pages"
@@ -105,6 +105,10 @@ defaults:
105
105
toc_max : 4
106
106
107
107
# Exclude from sitemap
108
+ - scope :
109
+ path : " desktop/enterprise"
110
+ values :
111
+ sitemap : false
108
112
- scope :
109
113
path : " assets/**"
110
114
values :
@@ -141,6 +145,7 @@ defaults:
141
145
142
146
# Fetch upstream resources (reference documentation) used by _plugins/fetch_remote.rb
143
147
# - repo is the GitHub repository to fetch from
148
+ # - default_branch used to generate edit_url link
144
149
# - ref the Git reference
145
150
# - paths is a list to the resources within the remote repository
146
151
# - dest is the destination path within the working tree
Original file line number Diff line number Diff line change 2
2
# This file overrides options set in _config.yml for production / deploy
3
3
# #
4
4
5
- # Override the exclusion list to include files that are excluded in "development",
6
- # such as the "enterprise" stubs, which are in place to facilitate redirects
7
- # to Mirantis.
8
- exclude :
9
- - _releaser
10
- - _scripts
11
- - docker-bake.hcl
12
- - LICENSE
13
- - Makefile
14
- - README.md
15
-
16
5
# Google Analytics, etc.
17
6
google_analytics : GTM-WL2QLG5
18
7
onetrust_id : 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906
28
17
collections :
29
18
samples :
30
19
output : true
31
-
32
- # Set default options / metadata for some paths.
33
- #
34
- # Setting options here prevents having to repeat the same option in front-matter
35
- # on every page.
36
- #
37
- # The list below is used for *production* deploys, and overrides the one defined
38
- # in "_config.yml", which is used for local builds and pull-request previews.
39
- defaults :
40
- - scope :
41
- path : " "
42
- type : " pages"
43
- values :
44
- layout : docs
45
- toc_min : 2
46
- toc_max : 4
47
-
48
- # Hide Enterprise content from sitemap. These directories still contains stubs
49
- # that are needed to redirect old URLs
50
- - scope :
51
- path : " desktop/enterprise"
52
- values :
53
- sitemap : false
You can’t perform that action at this time.
0 commit comments