site_name: Aetoskia OmniRead site_description: Format-agnostic document reading, parsing, and scraping framework theme: name: material palette: - scheme: slate primary: deep purple accent: cyan font: text: Inter code: JetBrains Mono features: - navigation.tabs - navigation.expand - navigation.top - navigation.instant - content.code.copy - content.code.annotate plugins: - search - mkdocstrings: handlers: python: paths: ["."] options: docstring_style: google show_source: false show_signature_annotations: true separate_signature: true merge_init_into_class: true inherited_members: true annotations_path: brief show_root_heading: true group_by_category: true nav: - Home: index.md - Core (Contracts): - Content Models: core/content.md - Parsers: core/parser.md - Scrapers: core/scraper.md - HTML Implementation: - HTML Parser: html/parser.md - HTML Scraper: html/scraper.md - PDF Implementation: - PDF Client: pdf/client.md - PDF Parser: pdf/parser.md - PDF Scraper: pdf/scraper.md