SYMBOL INDEX (183 symbols across 58 files) FILE: docusaurus.config.js method modifyContent (line 195) | modifyContent(filename, content) { FILE: netlify-plugins/cache-docusaurus-dirs-api/index.js function dirExists (line 11) | function dirExists(dirPath) { function fileSha256 (line 20) | function fileSha256(filePath) { function makeKey (line 29) | function makeKey({ dir, repoRoot }) { function restoreDir (line 57) | async function restoreDir(utils, absPath, key) { function saveDir (line 74) | async function saveDir(utils, absPath, key) { method onPreBuild (line 93) | async onPreBuild({ inputs, utils }) { method onPostBuild (line 117) | async onPostBuild({ inputs, utils }) { FILE: netlify-plugins/cache-docusaurus-dirs-file/index.js function dirExists (line 11) | function dirExists(dirPath) { function fileSha256 (line 20) | function fileSha256(filePath) { function makeKey (line 29) | function makeKey({ dir, repoRoot }) { function restoreDir (line 57) | async function restoreDir(utils, absPath, key) { function saveDir (line 93) | async function saveDir(utils, absPath, key) { method onPreBuild (line 112) | async onPreBuild({ inputs, utils }) { method onPostBuild (line 136) | async onPostBuild({ inputs, utils }) { FILE: scripts/migrate-v2-docs.js function migrateV2Docs (line 11) | async function migrateV2Docs(majorVersion = 2) { FILE: scripts/migrate-v3-docs.js function migrateV3Docs (line 27) | async function migrateV3Docs(majorVersion = 3) { FILE: scripts/regenerate-cli-docs.mjs constant PROJECT_ROOT (line 12) | const PROJECT_ROOT = path.dirname(__dirname); function getMajorVersion (line 17) | function getMajorVersion(version) { function getHelmLatest (line 25) | async function getHelmLatest() { function regenerateDocs (line 43) | function regenerateDocs(helmVersion, versionDir) { function deleteDeprecatedFiles (line 93) | function deleteDeprecatedFiles(helmDir) { function renameIndexFilesToMdx (line 130) | function renameIndexFilesToMdx(helmDir) { function createOrUpdateIndexFile (line 154) | function createOrUpdateIndexFile(helmDir) { function processHelmFiles (line 184) | function processHelmFiles(helmDir) { function processHelmHrefDifferences (line 269) | function processHelmHrefDifferences(helmDir) { function convertSeeAlsoLinksToAbsolute (line 315) | function convertSeeAlsoLinksToAbsolute(helmDir) { function main (line 359) | async function main() { FILE: scripts/util/href-diffs-process.js function processHrefDifferences (line 13) | function processHrefDifferences(majorVersion, differencesFile) { function processHrefDifferencesInDirectory (line 69) | function processHrefDifferencesInDirectory(dirPath, hrefDifferences, maj... FILE: scripts/util/util-docusaurus-links.js constant HELM_CATEGORIES (line 7) | const HELM_CATEGORIES = [ function isCategory (line 25) | function isCategory(pathSegment) { function convertCategoryPath (line 40) | function convertCategoryPath(categoryPath, currentDepth, relativePath) { function convertRelativeLinksToAbsolute (line 64) | function convertRelativeLinksToAbsolute(majorVersion) { function processDirectoryLinks (line 110) | function processDirectoryLinks(dirPath) { function processMarkdownFile (line 149) | function processMarkdownFile(filePath, basePath) { function convertMarkdownLink (line 329) | function convertMarkdownLink(text, linkPath, currentDepth, relativePath) { function convertToAbsolutePath (line 351) | function convertToAbsolutePath(linkPath, currentDepth, relativePath) { FILE: scripts/util/util-file-operations.js function findFiles (line 12) | function findFiles(dir, extensions = ['.md', '.mdx']) { function moveDirectoryContents (line 44) | function moveDirectoryContents(sourceDir, destDir) { function removeDirectory (line 71) | function removeDirectory(dir) { function createDirectory (line 82) | function createDirectory(dir) { function copyFile (line 92) | function copyFile(sourceFile, destFile) { function renameFile (line 106) | function renameFile(oldPath, newPath) { FILE: scripts/util/util-frontmatter.js function frontMatterFromYaml (line 10) | function frontMatterFromYaml(content) { function frontMatterToYaml (line 65) | function frontMatterToYaml(frontmatter, restContent) { FILE: scripts/util/util-migration.js function startFresh (line 13) | function startFresh(majorVersion) { function restoreSourceContent (line 28) | function restoreSourceContent(majorVersion) { function skaffoldMajorVersion (line 65) | function skaffoldMajorVersion(majorVersion = 3) { function moveDocs (line 91) | function moveDocs(majorVersion = 3) { function deleteDeprecatedFiles (line 110) | function deleteDeprecatedFiles(majorVersion = 3) { function deleteDeprecatedFilesInDirectory (line 150) | function deleteDeprecatedFilesInDirectory(dirPath) { function replaceWeightWithSidebarPosition (line 176) | function replaceWeightWithSidebarPosition(majorVersion = 3) { function replaceWeightInDirectory (line 216) | function replaceWeightInDirectory(dirPath) { function addMainIndexMetadata (line 248) | function addMainIndexMetadata(majorVersion = 3) { function addDocsIndexLists (line 278) | function addDocsIndexLists(majorVersion = 3) { function addDocCardListInDirectory (line 318) | function addDocCardListInDirectory(dirPath) { function importSDK (line 371) | function importSDK(majorVersion = 3) { function renameIndexFilesToMdx (line 459) | function renameIndexFilesToMdx(majorVersion = 3) { function renameIndexFilesInDirectory (line 499) | function renameIndexFilesInDirectory(dirPath) { function renameCommandsToHelm (line 533) | function renameCommandsToHelm(majorVersion) { FILE: scripts/util/util-text-replacements.js function replaceHugoShortcodes (line 14) | function replaceHugoShortcodes(majorVersion = 3) { function processHugoShortcodesInDirectory (line 57) | function processHugoShortcodesInDirectory(dirPath) { function fixMarkdownLinkHrefs (line 147) | function fixMarkdownLinkHrefs(majorVersion = 3) { function applyAllTextReplacements (line 158) | function applyAllTextReplacements(majorVersion = 3) { FILE: scripts/v2/copy-files.js function copyV2DocsToDocusaurus (line 11) | function copyV2DocsToDocusaurus() { function buildHeaderFileMap (line 72) | function buildHeaderFileMap(docsPath) { function extractHeaderFromContent (line 118) | function extractHeaderFromContent(content) { function extractCategoryFromUrlPath (line 144) | function extractCategoryFromUrlPath(urlPath) { function processCategoryWithChildren (line 153) | function processCategoryWithChildren(categoryItem, categoryName, outputP... function processTopLevelFile (line 215) | function processTopLevelFile(item, outputPath, helm2DocsPath, headerToFi... function normalizeQuotes (line 256) | function normalizeQuotes(text) { function findSourceFileByHeader (line 269) | function findSourceFileByHeader(headerText, headerToFileMap) { function copyFileWithFrontmatter (line 310) | function copyFileWithFrontmatter(sourcePath, targetPath, frontmatterData... function createIndexFile (line 354) | function createIndexFile(outputPath) { function extractFirstH2Heading (line 375) | function extractFirstH2Heading(content) { function removeFirstH2Heading (line 391) | function removeFirstH2Heading(content) { function createFrontmatter (line 419) | function createFrontmatter(data, isIndex = false) { FILE: scripts/v2/menu-generate.js constant V2_DOCS_URL (line 7) | const V2_DOCS_URL = 'https://v2.helm.sh/docs/'; FILE: scripts/v3/add-netlify-redirects.js function addNetlifyRedirects (line 9) | function addNetlifyRedirects() { FILE: scripts/v3/migrate-sdk-section.js function importSdkExamplesFromGoFiles (line 13) | function importSdkExamplesFromGoFiles(majorVersion = 3) { function applySdkHrefTransformations (line 107) | function applySdkHrefTransformations(majorVersion = 3) { function migrateSdkSection (line 169) | function migrateSdkSection(majorVersion = 3) { FILE: scripts/v3/process-helm-files.js function processHelmFiles (line 14) | function processHelmFiles() { function processHelmDirectory (line 50) | function processHelmDirectory(helmDir) { function processHelmFile (line 107) | function processHelmFile(content, fileName) { function updateIndexMdx (line 178) | function updateIndexMdx(helmDir) { function createCategoryJson (line 226) | function createCategoryJson(helmDir) { FILE: scripts/v3/remove-aliases.js function removeAliasesFromFiles (line 10) | function removeAliasesFromFiles() { FILE: scripts/v4/changelog.mjs constant PARALLEL_LIMIT (line 17) | const PARALLEL_LIMIT = 10; constant RATE_LIMIT_THRESHOLD (line 18) | const RATE_LIMIT_THRESHOLD = 500; constant PROJECT_ROOT (line 19) | const PROJECT_ROOT = path.resolve(__dirname, "../.."); constant HELM_REPO_DIR (line 20) | const HELM_REPO_DIR = path.join(PROJECT_ROOT, "orig/helm"); constant BREAKING_CHANGES (line 23) | const BREAKING_CHANGES = new Set([ constant BASE_REF (line 60) | const BASE_REF = args[0]; constant HEAD_REF (line 61) | const HEAD_REF = args[1]; constant OUTPUT_FILE (line 62) | const OUTPUT_FILE = args[2] || "docs/changelog.md"; function setupHelmRepo (line 100) | async function setupHelmRepo() { function getCommits (line 137) | async function getCommits(git) { function checkRateLimit (line 173) | async function checkRateLimit() { function fetchPRForCommit (line 182) | async function fetchPRForCommit(sha, git) { function fetchAllPRs (line 213) | async function fetchAllPRs(commits, git) { function categorizePRs (line 288) | function categorizePRs(prs) { function formatPRRow (line 325) | function formatPRRow(pr) { function sortByDate (line 337) | function sortByDate(prs) { function generateMarkdown (line 341) | function generateMarkdown(categories, totalPRs) { function main (line 466) | async function main() { FILE: sdkexamples/install.go function runInstall (line 16) | func runInstall(ctx context.Context, logger *log.Logger, settings *cli.E... FILE: sdkexamples/list.go function runList (line 11) | func runList(logger *log.Logger, settings *cli.EnvSettings) error { FILE: sdkexamples/main.go function initActionConfig (line 18) | func initActionConfig(settings *cli.EnvSettings, logger *log.Logger) (*a... function initActionConfigList (line 22) | func initActionConfigList(settings *cli.EnvSettings, logger *log.Logger,... function newRegistryClient (line 45) | func newRegistryClient(settings *cli.EnvSettings, certFile, keyFile, caF... function main (line 85) | func main() { FILE: sdkexamples/pull.go function runPull (line 11) | func runPull(logger *log.Logger, settings *cli.EnvSettings, chartRef, ch... FILE: sdkexamples/tlsutil.go type TLSConfigOptions (line 28) | type TLSConfigOptions struct type TLSConfigOption (line 34) | type TLSConfigOption function WithInsecureSkipVerify (line 36) | func WithInsecureSkipVerify(insecureSkipTLSverify bool) TLSConfigOption { function WithCertKeyPairFiles (line 44) | func WithCertKeyPairFiles(certFile, keyFile string) TLSConfigOption { function WithCAFile (line 67) | func WithCAFile(caFile string) TLSConfigOption { function NewTLSConfig (line 84) | func NewTLSConfig(options ...TLSConfigOption) (*tls.Config, error) { FILE: sdkexamples/uninstall.go function runUninstall (line 11) | func runUninstall(logger *log.Logger, settings *cli.EnvSettings, release... FILE: sdkexamples/upgrade.go function runUpgrade (line 16) | func runUpgrade(ctx context.Context, logger *log.Logger, settings *cli.E... FILE: src/client-modules/heroHeightCalculator.js function initializeHeroHeightCalculation (line 2) | function initializeHeroHeightCalculation() { FILE: src/components/Boat/index.js function BoatComponent (line 4) | function BoatComponent() { FILE: src/components/GetVersion.js function GetVersion (line 11) | function GetVersion({ majorVersion, label, link }) { FILE: src/components/HomeAbout/index.js function About (line 9) | function About() { function HomeAbout (line 73) | function HomeAbout() { FILE: src/components/HomeCommunity/index.js function CustomDate (line 21) | function CustomDate({dateString, formatType, endDateString}) { function Block (line 435) | function Block({ title, description }) { function HomeCommunity (line 448) | function HomeCommunity() { FILE: src/components/HomeFeatures/index.js function Feature (line 53) | function Feature({ title, description }) { function HomeFeatures (line 68) | function HomeFeatures() { FILE: src/components/HomeGettingStarted/index.js function HomeGettingStarted (line 11) | function HomeGettingStarted() { FILE: src/components/HomeHeader/index.js function HomeHeader (line 8) | function HomeHeader() { FILE: src/components/HomeSupport/index.js function CompanyLogo (line 75) | function CompanyLogo({ name, src, url }) { function HomeSupport (line 93) | function HomeSupport() { FILE: src/pages/helm-4-release-party.js function Party (line 10) | function Party() { FILE: src/pages/index.js function Home (line 11) | function Home() { FILE: src/theme/Blog/Pages/BlogAuthorsListPage/index.js function AuthorListItem (line 15) | function AuthorListItem({author}) { function AuthorsList (line 22) | function AuthorsList({authors}) { function BlogAuthorsListPage (line 33) | function BlogAuthorsListPage({authors, sidebar}) { FILE: src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js function Metadata (line 21) | function Metadata({author}) { function ViewAllAuthorsLink (line 30) | function ViewAllAuthorsLink() { function Content (line 38) | function Content({author, items, sidebar, listMetadata}) { function BlogAuthorsPostsPage (line 61) | function BlogAuthorsPostsPage(props) { FILE: src/theme/BlogAuthorsListBreadcrumbs/index.js function BlogAuthorsListBreadcrumbs (line 12) | function BlogAuthorsListBreadcrumbs() { FILE: src/theme/BlogAuthorsPostsBreadcrumbs/index.js function BlogAuthorsPostsBreadcrumbs (line 12) | function BlogAuthorsPostsBreadcrumbs({author}) { FILE: src/theme/BlogBreadcrumbs/index.js function BlogBreadcrumbs (line 11) | function BlogBreadcrumbs() { FILE: src/theme/BlogLayout/index.js function useBlogTOC (line 12) | function useBlogTOC(toc, frontMatter = {}) { function BlogLayout (line 37) | function BlogLayout(props) { FILE: src/theme/BlogListBreadcrumbs/index.js function BlogListBreadcrumbs (line 10) | function BlogListBreadcrumbs() { FILE: src/theme/BlogListPage/StructuredData/index.js function BlogListPageStructuredData (line 4) | function BlogListPageStructuredData(props) { FILE: src/theme/BlogListPage/index.js function BlogListPageMetadata (line 15) | function BlogListPageMetadata(props) { function BlogListPageContent (line 30) | function BlogListPageContent(props) { function BlogListPage (line 40) | function BlogListPage(props) { FILE: src/theme/BlogPostItem/index.tsx function useContainerClassName (line 12) | function useContainerClassName() { function BlogPostItem (line 17) | function BlogPostItem({children, className}: Props): ReactNode { FILE: src/theme/BlogPostPage/Metadata/index.js function BlogPostPageMetadata (line 4) | function BlogPostPageMetadata() { FILE: src/theme/BlogPostPage/StructuredData/index.js function BlogPostStructuredData (line 4) | function BlogPostStructuredData() { FILE: src/theme/BlogPostPage/index.js function BlogPostPageContent (line 15) | function BlogPostPageContent({sidebar, children}) { function BlogPostPage (line 38) | function BlogPostPage(props) { FILE: src/theme/BlogSidebar/Desktop/index.js function BlogSidebarDesktop (line 22) | function BlogSidebarDesktop({sidebar}) { FILE: src/theme/DocBreadcrumbs/Items/Home/index.js function HomeBreadcrumbItem (line 7) | function HomeBreadcrumbItem() { FILE: src/theme/DocBreadcrumbs/StructuredData/index.js function DocBreadcrumbsStructuredData (line 4) | function DocBreadcrumbsStructuredData(props) { FILE: src/theme/DocBreadcrumbs/index.js function BreadcrumbsItemLink (line 12) | function BreadcrumbsItemLink({children, href, isLast}) { function BreadcrumbsItem (line 26) | function BreadcrumbsItem({children, active}) { function DocBreadcrumbs (line 36) | function DocBreadcrumbs() { FILE: src/theme/TOCCollapsible/CollapseButton/index.js function TOCCollapsibleCollapseButton (line 5) | function TOCCollapsibleCollapseButton({collapsed, ...props}) { FILE: src/theme/TOCCollapsible/index.js function TOCCollapsible (line 7) | function TOCCollapsible({ FILE: src/utils/communityDocsHelpers.js function processConfig (line 22) | function processConfig(config) { function createEditUrlFunction (line 63) | function createEditUrlFunction(sourceRepo) { FILE: src/utils/communityDocsTransforms.js function parseFrontMatterAndContent (line 5) | function parseFrontMatterAndContent(rawContent) { function extractH1Title (line 27) | function extractH1Title(content) { function stripH1 (line 33) | function stripH1(content) { function buildFrontMatter (line 39) | function buildFrontMatter(meta) { function resolveCanonicalTargetPath (line 64) | function resolveCanonicalTargetPath(currentFilePath, hrefPath) { function processLinkHref (line 70) | function processLinkHref(filename, href, linkExceptions, slugByPath) { function rewriteMarkdownLinks (line 96) | function rewriteMarkdownLinks(filename, content, linkExceptions, slugByP... function addImportNotice (line 154) | function addImportNotice(filename) { function formatHipSidebarLabel (line 168) | function formatHipSidebarLabel(meta, originalFrontmatter, filename) { function createHipFrontmatterTable (line 183) | function createHipFrontmatterTable(originalFrontmatter, filename) { function extractTxtTitle (line 244) | function extractTxtTitle(content) { function transformImportedContent (line 262) | function transformImportedContent(filename, rawContent, metaByPath, slug...