Skip to content

Commit

Permalink
add: index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov committed Dec 12, 2024
1 parent 73a5e17 commit 5492fdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ function eachRecursive (obj, list, sourceDir) {
eachRecursive(obj[k], list, sourceDir)
}
}
if (fs.existsSync(`${sourceDir}/index.md`)) {
list.push(s)

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (macos-latest, 18.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (macos-latest, 19.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (macos-latest, 20.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (ubuntu-latest, 18.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (ubuntu-latest, 19.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (ubuntu-latest, 20.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (windows-latest, 18.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (windows-latest, 19.x)

's' is not defined

Check failure on line 80 in utils.js

View workflow job for this annotation

GitHub Actions / buildAndTest (windows-latest, 20.x)

's' is not defined
}
}

// Export functions
Expand Down

0 comments on commit 5492fdc

Please sign in to comment.