MCPcopy Create free account

hub / github.com/BabylonJS/Documentation / functions

Functions319 in github.com/BabylonJS/Documentation

↓ 31 callersFunctionloadFixture
(name: string)
__tests__/markdown-parsing.test.ts:34
↓ 30 callersFunctionserializeMarkdown
* Serialize markdown content through the same pipeline as getStaticProps. * Returns { compiledSource, frontmatter }.
__tests__/markdown-parsing.test.ts:30
↓ 26 callersFunctioncreateIssue
(severity: ContentValidationSeverity, code: string, message: string, context: Partial<ContentValidationIssue>
lib/contentGraph/validateContentGraph.ts:45
↓ 10 callersFunctioncreatePage
(overrides: Partial<ContentGraphPage> = {})
__tests__/content-artifacts.test.ts:44
↓ 8 callersFunctiongetContentGraph
()
lib/contentGraph/buildContentGraph.ts:216
↓ 8 callersFunctionwriteJson
(filePath: string, value: unknown)
scripts/build-content.ts:10
↓ 7 callersFunctioncreateDocumentationSearchIndex
(graph: ContentGraph, flavorId: DocsFlavorId = docsFlavors.babylon.id)
lib/contentGraph/staticArtifacts.ts:52
↓ 7 callersFunctioncreateGraph
(pages: ContentGraphPage[], routeIds = pages.map((page) => page.id))
__tests__/content-artifacts.test.ts:71
↓ 7 callersFunctioncreatePlaygroundSearchIndex
(graph: ContentGraph, flavorId: DocsFlavorId = docsFlavors.babylon.id)
lib/contentGraph/staticArtifacts.ts:94
↓ 7 callersFunctionwriteFixture
(relativePath: string, content: string)
__tests__/babylon-lite-docs.test.ts:10
↓ 6 callersFunctiongetDocsFlavorFromId
(id: string[] = [])
lib/docsFlavors.ts:46
↓ 6 callersFunctiongetExampleLink
(example: Partial<IExampleLink>, full: boolean = true)
lib/frontendUtils/frontendTools.ts:3
↓ 6 callersFunctiongetStringProp
(source: string, prop: string)
lib/babylonLiteDocs.ts:443
↓ 6 callersFunctiongetStringProp
(source: string, prop: string)
lib/contentGraph/buildContentGraph.ts:72
↓ 6 callersFunctiongetUrl
(type: string, indexName: string = 'documents')
lib/buildUtils/search.utils.ts:39
↓ 5 callersFunctiongetLandingRelativeFile
(relativeFiles: string[])
lib/babylonLiteDocs.ts:80
↓ 5 callersFunctiongetTypeDocStaticPaths
(baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:154
↓ 5 callersFunctionisBlankImage
(imagePath: string, threshold = blankImageStdevThreshold)
lib/contentGraph/exampleImages.ts:105
↓ 5 callersFunctionisString
(value: unknown)
lib/contentGraph/validateContentGraph.ts:54
↓ 5 callersFunctiontitleFromSlug
(slug: string)
lib/babylonLiteDocs.ts:37
↓ 4 callersFunctioncompileMarkdown
(content: string)
lib/markdown/compileMarkdown.ts:6
↓ 4 callersFunctioncreateAppRouterEvaluation
(input: AppRouterEvaluationInput)
lib/appRouterEvaluation/staticAppRouterEvaluation.ts:31
↓ 4 callersFunctioncreateContentValidationReport
(issues: ContentValidationIssue[], checkedPages = 0, checkedMarkdownFiles = 0)
lib/contentGraph/validateContentGraph.ts:195
↓ 4 callersFunctioncreateSitemapEntries
(graph: ContentGraph)
lib/contentGraph/staticArtifacts.ts:27
↓ 4 callersFunctiongetProp
(source: string, prop: string)
lib/contentGraph/validateContentGraph.ts:116
↓ 4 callersFunctiongetResults
(params?: { top?: number, skip?: number })
lib/buildUtils/search.utils.ts:113
↓ 4 callersFunctiongetTypeDocBasePath
(baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:10
↓ 4 callersFunctionhasTypeDocArtifacts
(baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:14
↓ 4 callersFunctionidsFromRelativeFile
(relativeFile: string)
lib/babylonLiteDocs.ts:78
↓ 4 callersFunctionisPlainObject
(value: unknown)
lib/contentGraph/validateContentGraph.ts:52
↓ 4 callersFunctionloadContentFile
(relativePath: string)
__tests__/markdown-parsing.test.ts:39
↓ 4 callersFunctionparseNode
(htmlContent: string, baseLocation = "typedoc")
lib/buildUtils/parser.utils.ts:92
↓ 4 callersFunctionqueryIndex
(query: string, type: "playgrounds" | "documents" = "documents", flavorId: DocsFlavorId = "babylon")
lib/frontendUtils/searchQuery.utils.ts:36
↓ 4 callersFunctionrouteIdFromRelativeFile
(relativeFile: string, landingRelativeFile?: string)
lib/babylonLiteDocs.ts:87
↓ 4 callersFunctionvalidateContentGraph
(graph: ContentGraph)
lib/contentGraph/validateContentGraph.ts:298
↓ 4 callersFunctionwriteHtmlFile
(basePath: string, kind: string, fileName: string)
__tests__/typedoc-artifacts.test.ts:18
↓ 4 callersFunctionwriteJson
(filePath: string, value: unknown)
scripts/build-search.ts:9
↓ 3 callersFunctionTrimLinesAndShow
(allLines: string[], start: number, found: number)
components/contentComponents/playgroundSearchResult.tsx:60
↓ 3 callersFunctionaddUniqueExampleLink
(links: IExampleLink[], link: IExampleLink)
features/docs/useExamplePanel.ts:17
↓ 3 callersFunctionaddUniqueTableOfContentsItem
(items: ITableOfContentsItem[], item: ITableOfContentsItem)
features/docs/DocsTableOfContentsProvider.tsx:11
↓ 3 callersFunctionbuildContentGraph
(root: IDocMenuItem = documentationStructure)
lib/contentGraph/buildContentGraph.ts:192
↓ 3 callersFunctionbuildSearchIndexUrl
(query: string, type: "playgrounds" | "documents" = "documents", flavorId: DocsFlavorId = "babylon")
lib/frontendUtils/searchQuery.utils.ts:26
↓ 3 callersFunctioncollectExampleImageReferences
(graph: ContentGraph)
lib/contentGraph/exampleImages.ts:58
↓ 3 callersFunctioncreateExampleImageReportWithBlanks
(graph: ContentGraph)
lib/contentGraph/exampleImages.ts:147
↓ 3 callersFunctioncreateGraph
(pages: ContentGraphPage[])
__tests__/content-validation.test.ts:45
↓ 3 callersFunctioncreatePage
(overrides: Partial<ContentGraphPage> = {})
__tests__/content-validation.test.ts:24
↓ 3 callersFunctioncreateSitemapXmlFromEntries
(entries: SitemapEntry[], baseUrl = "https://doc.babylonjs.com")
lib/contentGraph/staticArtifacts.ts:42
↓ 3 callersFunctiongetAPIPageData
(id: string[], baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:64
↓ 3 callersFunctiongetBabylonLiteDocsRoot
()
lib/babylonLiteDocs.ts:263
↓ 3 callersFunctiongetBabylonLiteMenuItems
()
lib/babylonLiteDocs.ts:367
↓ 3 callersFunctiongetBabylonLiteRelativeMarkdownFiles
()
lib/babylonLiteDocs.ts:274
↓ 3 callersFunctiongetBabylonLiteRepositoryPath
()
lib/babylonLiteDocs.ts:245
↓ 3 callersFunctiongetExampleImageUrl
(example: Partial<IExampleLink>)
lib/frontendUtils/frontendTools.ts:29
↓ 3 callersFunctiongetId
(item: PropsWithChildren<ITableOfContentsItem>)
components/markdownComponents/tableOfContentItem.component.tsx:33
↓ 3 callersFunctiongetImageUrl
(imageUrl?: string, baseUrl?: string)
lib/frontendUtils/frontendTools.ts:34
↓ 3 callersFunctiongetRenderablePages
(graph: ContentGraph)
lib/contentGraph/staticArtifacts.ts:18
↓ 3 callersFunctiongetScreenshotOptions
(imagePath: string)
scripts/build-example-images.ts:23
↓ 3 callersFunctiongetTypeDocFiles
(baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:133
↓ 3 callersFunctionparseMarkdownFrontmatter
(markdownWithFrontmatter: string)
lib/markdown/frontmatter.ts:3
↓ 3 callersFunctiontraverseChildren
(prevKeys: string[], childrenObject: { [key: string]: IDocMenuItem })
lib/buildUtils/content.utils.ts:19
↓ 3 callersFunctionvalidateDocumentationContent
(options: ContentValidationOptions = {})
lib/contentGraph/validateContentGraph.ts:324
↓ 3 callersFunctionwithLandingRelativeFileFirst
(relativeFiles: string[])
lib/babylonLiteDocs.ts:82
↓ 2 callersFunctionassertTypeDocArtifacts
(baseLocation: string = "typedoc")
lib/buildUtils/typedoc.utils.ts:16
↓ 2 callersFunctionbuildBabylonLiteMenuItemsFromRelativeFiles
(relativeFiles: string[])
lib/babylonLiteDocs.ts:316
↓ 2 callersFunctionbuildTypeDocArtifactsFromRepoDir
(repoDir: string, title: string, baseLocation: string, config: TypeDocConfig, options: BuildTypeDocArtifactsOp
lib/buildUtils/typedocBuild.utils.ts:67
↓ 2 callersFunctioncallFunc
(args: Parameters<T>)
lib/frontendUtils/frontendTools.ts:54
↓ 2 callersFunctioncreateApiPage
(baseLocation: string, routeIdPrefix: string[])
pages/typedoc/[[...id]].tsx:27
↓ 2 callersFunctioncreateDocumentationContextValue
(examples: DocumentationExamplesState, tableOfContents: DocumentationTableOfContentsState)
features/docs/DocumentationContext.tsx:35
↓ 2 callersFunctioncreateExampleImageReport
(graph: ContentGraph)
lib/contentGraph/exampleImages.ts:73
↓ 2 callersFunctioncreateSitemapXml
(graph: ContentGraph, baseUrl = "https://doc.babylonjs.com")
lib/contentGraph/staticArtifacts.ts:38
↓ 2 callersFunctioncreateTempDirectory
()
__tests__/typedoc-artifacts.test.ts:12
↓ 2 callersFunctioncreateTypeDocSearchArtifacts
(basePathResolved: string, baseLocation: string)
lib/buildUtils/typedoc.utils.ts:193
↓ 2 callersFunctioncreateTypeDocSitemapEntries
(baseLocation: string)
scripts/build-sitemap.ts:13
↓ 2 callersFunctiondetectBlankImages
(references: ExampleImageReference[], concurrency = 8)
lib/contentGraph/exampleImages.ts:125
↓ 2 callersFunctionencodeSearchId
(value: string)
lib/contentGraph/staticArtifacts.ts:16
↓ 2 callersFunctionescapeXml
(value: string)
lib/contentGraph/staticArtifacts.ts:25
↓ 2 callersFunctionfilterResults
(results: IPlaygroundSearchResult[])
pages/playground/index.tsx:28
↓ 2 callersFunctionformatContentValidationReport
(report: ContentValidationReport)
lib/contentGraph/validateContentGraph.ts:348
↓ 2 callersFunctionformatExampleImageReport
(report: ExampleImageReport, warningLimit = 25)
lib/contentGraph/exampleImages.ts:153
↓ 2 callersFunctiongetAllFiles
(dirPath: string, arrayOfFiles: string[] = [], extension = ".md")
lib/buildUtils/tools.ts:16
↓ 2 callersFunctiongetBabylonLiteContentGraph
()
lib/babylonLiteDocs.ts:542
↓ 2 callersFunctiongetElementByIdArray
(ids: string[], skipPrevNext: boolean)
lib/buildUtils/content.utils.ts:109
↓ 2 callersFunctiongetKeywords
(keywords: string)
lib/contentGraph/staticArtifacts.ts:23
↓ 2 callersFunctiongetMarkdownFiles
(directory: string, files: string[] = [])
lib/babylonLiteDocs.ts:44
↓ 2 callersFunctiongetOptionalTypeDocRouteCount
(baseLocation: string)
scripts/evaluate-app-router.ts:14
↓ 2 callersFunctiongetPageData
(id: string[], fullPage?: boolean)
lib/buildUtils/tools.ts:110
↓ 2 callersFunctiongetPlaygroundState
(page: Page)
scripts/build-example-images.ts:28
↓ 2 callersFunctiongetRedirects
()
lib/buildUtils/redirects.ts:2
↓ 2 callersFunctiongetTitleFromContent
(content: string, fallback: string)
lib/babylonLiteDocs.ts:98
↓ 2 callersFunctionnavigate
(entry: SearchEntry)
components/typedocSearch.component.tsx:214
↓ 2 callersFunctionreadJson
(filePath: string)
scripts/upload-search-index.ts:8
↓ 2 callersFunctionremoveDocuments
(ids: string[])
lib/buildUtils/search.utils.ts:127
↓ 2 callersFunctionrenderAppRouterEvaluationMarkdown
(result: AppRouterEvaluationResult)
lib/appRouterEvaluation/staticAppRouterEvaluation.ts:119
↓ 2 callersFunctionrewriteBabylonLiteRelativeLinks
(content: string, relativeFile: string, landingRelativeFile: string)
lib/babylonLiteDocs.ts:166
↓ 2 callersFunctionupdateUseElements
()
pages/packages/viewer/[...id].tsx:126
↓ 2 callersFunctionupdateUseElements
()
pages/typedoc/[[...id]].tsx:132
↓ 2 callersFunctionuseDocsTableOfContents
()
features/docs/DocsTableOfContentsProvider.tsx:15
↓ 2 callersFunctionuseExamplePanel
(markdownRef: RefObject<HTMLDivElement | null>)
features/docs/useExamplePanel.ts:21
↓ 2 callersFunctionvalidateDocumentationStructure
(structure: IDocMenuItem = documentationStructure, options: Pick<ContentValidationOptions, "contentRoot"> = {}
lib/contentGraph/validateContentGraph.ts:208
↓ 2 callersFunctionvalidateTextField
(value: unknown, fieldName: string, page: ContentGraphPage, issues: ContentValidationIssue[], allowNull = fals
lib/contentGraph/validateContentGraph.ts:85
next →1–100 of 319, ranked by callers