Skip to content

Commit cbf969e

Browse files
committed
Applying order plugin for all
1 parent 75ff0b3 commit cbf969e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/plugins/order.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ function plugin() {
44

55
return function (files, metalsmith, done) {
66
Object.keys(files).forEach((file) => {
7-
if (!file.includes('docs')) {
8-
return
9-
}
10-
11-
7+
128
const res = path.basename(file).match(/^((\d+)-)+/);
139
if (res) {
1410
const data = files[file];

0 commit comments

Comments
 (0)