MCPcopy Index your code
hub / github.com/tinyplex/tinybase / addPages

Function addPages

site/build.ts:427–431  ·  view source on GitHub ↗
(docs: Docs)

Source from the content-addressed store, hash-verified

425 .addApiFile('dist/@types/ui-svelte-inspector/index.d.ts');
426
427const addPages = (docs: Docs): Docs =>
428 docs
429 .addRootMarkdownFile('site/home/index.md')
430 .addMarkdownDir('site/guides')
431 .addMarkdownDir('site/demos', true);

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…