MCPcopy Index your code
hub / github.com/facebook/docusaurus / genWarning

Function genWarning

packages/docusaurus/src/server/codegen/codegen.ts:24–36  ·  view source on GitHub ↗
({generatedFilesDir}: {generatedFilesDir: string})

Source from the content-addressed store, hash-verified

22} from '@docusaurus/types';
23
24function genWarning({generatedFilesDir}: {generatedFilesDir: string}) {
25 return generate(
26 generatedFilesDir,
27 // cSpell:ignore DONT
28 'DONT-EDIT-THIS-FOLDER',
29 `This folder stores temp files that Docusaurus' client bundler accesses.
30
31DO NOT hand-modify files in this folder because they will be overwritten in the
32next build. You can clear all build artifacts (including this folder) with the
33\`docusaurus clear\` command.
34`,
35 );
36}
37
38function genSiteConfig({
39 generatedFilesDir,

Callers 1

generateSiteFilesFunction · 0.85

Calls 1

generateFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…