MCPcopy
hub / github.com/highlightjs/highlight.js / installDocs

Function installDocs

tools/build_browser.js:157–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157async function installDocs() {
158 log("Writing docs files.");
159 mkdir("docs");
160
161 const docs = await glob("./docs/*.rst");
162 docs.forEach((file) => install(file));
163}
164
165function installDemoStyles() {
166 log("Writing style files.");

Callers 1

buildBrowserFunction · 0.85

Calls 3

mkdirFunction · 0.85
installFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…