MCPcopy Create free account
hub / github.com/github/docs / main

Function main

script/content-migrations/update-headers.js:82–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82async function main() {
83 const mdDirPaths = [
84 path.join(__dirname, '../../content'),
85 path.join(__dirname, '../../data/reusables'),
86 ]
87
88 for (const dir of mdDirPaths) {
89 await updateMdHeaders(dir)
90 }
91}
92
93main()
94 .catch(console.error)

Callers 1

update-headers.jsFile · 0.70

Calls 1

updateMdHeadersFunction · 0.70

Tested by

no test coverage detected