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 markdown_extensions: - pymdownx.superfences - pymdownx.tabbed: alternate_style: true site_name: docforge nav: - Home: index.md - Loaders: - loaders/index.md - loaders/griffe_loader.md - Models: - models/index.md - models/module.md - models/object.md - models/project.md - Navigation: - nav/index.md - nav/spec.md - nav/resolver.md - nav/mkdocs.md - Renderers: - renderers/index.md - renderers/base.md - renderers/mkdocs_renderer.md - renderers/mcp_renderer.md - CLI: - cli/index.md - cli/main.md - cli/commands.md - cli/mcp_utils.md - cli/mkdocs_utils.md