SYMBOL INDEX (11 symbols across 7 files) FILE: .github/utils/check_imports.py function validate_module_imports (line 10) | def validate_module_imports(root_dir: str, exclude_subdirs: list[str] | ... function main (line 49) | def main() -> None: FILE: .github/utils/docs_search_sync.py function collect_docs_files (line 29) | def collect_docs_files(version: int) -> list[DeepsetCloudFile]: function delete_files (line 60) | def delete_files(file_names: list[str]) -> None: FILE: .github/utils/docstrings_checksum.py function docstrings_checksum (line 7) | def docstrings_checksum(python_files: Iterator[Path]) -> str: FILE: .github/utils/pyproject_to_requirements.py function resolve (line 16) | def resolve(target: str, extras: dict, results: set) -> None: function main (line 33) | def main(pyproject_path: Path, extra: str = "") -> None: FILE: docs-website/api/search.ts function handler (line 3) | async function handler(req: VercelRequest, res: VercelResponse) { FILE: docs-website/docusaurus.config.js constant MAX_STABLE_VERSIONS (line 12) | const MAX_STABLE_VERSIONS = 5; method injectHtmlTags (line 97) | injectHtmlTags() { FILE: docs-website/plugins/txtLoaderPlugin.js function txtLoaderPlugin (line 1) | function txtLoaderPlugin() {