MCPcopy Index your code
hub / github.com/microsoft/SandDance / convertHomePage

Function convertHomePage

scripts/readme.js:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34function convertHomePage() {
35 const readmeMarkdown = fs.readFileSync('./README.md', 'UTF8');
36 const html = liquid('page', 'Home') + rewriteURLs(marked(readmeMarkdown));
37 fs.writeFileSync('./docs/index.html', html, 'UTF8');
38}
39
40const map = {
41 "https://microsoft.github.io": "",

Callers 1

readme.jsFile · 0.85

Calls 2

liquidFunction · 0.85
rewriteURLsFunction · 0.85

Tested by

no test coverage detected