Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ getDocsFromDir.js
File
getDocsFromDir.js
docs/scripts/getDocsFromDir.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
path = require(
'path'
);
3
const
glob = require(
'glob'
);
4
const
matter = require(
'gray-matter'
);
Callers
nothing calls this directly
Calls
6
getMarkdownOrder
Function · 0.85
replace
Method · 0.80
push
Method · 0.80
map
Method · 0.65
filter
Method · 0.65
forEach
Method · 0.65
Tested by
no test coverage detected