Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a9d1960

Browse files
authored
Merge branch 'master' into layout-instrctions
2 parents 0dbb873 + 36d049b commit a9d1960

File tree

998 files changed

+33378
-13658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

998 files changed

+33378
-13658
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
VALIDATE_ALL_CODEBASE: false
4848
DEFAULT_BRANCH: master
4949
VALIDATE_HTML: false
50+
VALIDATE_JSCPD: false
5051
VALIDATE_OPENAPI: false
5152
MARKDOWN_CONFIG_FILE: .markdownlint.json

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,14 @@ task :whatsnew do
7474
generated_file = 'tmp/whats-new.yml'
7575
current_data = YAML.load_file current_file
7676
last_update = current_data['updated']
77-
7877
print 'Generating data for the What\'s New digest: $ '.magenta
7978

8079
# Generate tmp/whats-new.yml
8180
report =
8281
if since.nil? || since.empty?
8382
`bin/whatsup_github since '#{last_update}'`
8483
elsif since.is_a? String
85-
`bin/whatsup_github since #{since}`
84+
`bin/whatsup_github since '#{since}'`
8685
else
8786
abort 'The "since" argument must be a string. Example: "jul 4"'
8887
end

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,18 @@ defaults:
135135
github_link: false
136136
feedback_link: false
137137

138+
-
139+
scope:
140+
path: guides/v2.3/install-gde
141+
values:
142+
group: installation-guide-2_3
143+
144+
-
145+
scope:
146+
path: guides/v2.4/install-gde
147+
values:
148+
group: installation-guide
149+
138150

139151
##########################
140152
# Plugins and extensions #

0 commit comments

Comments
 (0)