SYMBOL INDEX (6 symbols across 1 files) FILE: .github/website/generate.py function bisect_text (line 11) | def bisect_text(content: str, bisect_line: str) -> tuple[str, str]: function load_template (line 28) | def load_template(): function prepare_markdown (line 34) | def prepare_markdown(path: str) -> str: function parse_markdown (line 46) | def parse_markdown(markdown_content: str): function extract_static_files (line 78) | def extract_static_files(html_content, output_dir): function generate_site (line 119) | def generate_site(markdown_content: str, output_dir: str):