MCPcopy
hub / github.com/CopilotKit/CopilotKit / getDocsFolder

Function getDocsFolder

showcase/shell-docs/src/lib/registry.ts:236–238  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

234};
235
236export function getDocsFolder(slug: string): string {
237 return DOCS_FOLDER_OVERRIDES[slug] ?? slug;
238}
239
240/**
241 * Per-slug default-tab selections for the in-page `<Tabs>` component,

Callers 12

UnscopedDocsPageFunction · 0.90
getAllLlmPagesFunction · 0.90
sitemapFunction · 0.90
generateMetadataFunction · 0.90
DocsOverviewFunction · 0.90
frameworkMetadataFunction · 0.90
generateMetadataFunction · 0.90
FrameworkScopedDocsPageFunction · 0.90
FrameworkRootPageFunction · 0.90
resolvePageFunction · 0.90
GETFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…