# @hua-labs/docs-engine - AI Documentation
# Version: 1.0.0-alpha.0
# Auto-generated by generate-docs — do not edit manually

package:
  name: "@hua-labs/docs-engine"
  version: "1.0.0-alpha.0"
  description: "HUA Labs - Documentation components and types"
  license: "MIT"

overview: "Framework-agnostic documentation UI components (navigation, install guides) and metadata type definitions. Supports dependency injection for i18n and code rendering."

exports:
  main:
    path: "@hua-labs/docs-engine"
    provides:
      - name: "SectionNavigation"
        type: "component"
        description: "Table of contents with auto-detection and scroll tracking"
      - name: "ComponentSectionNav"
        type: "component"
        description: ""
      - name: "HookSectionNav"
        type: "component"
        description: ""
      - name: "DEFAULT_COMPONENT_SECTIONS"
        type: "component"
        description: ""
      - name: "DEFAULT_HOOK_SECTIONS"
        type: "component"
        description: ""
      - name: "type SectionItem"
        type: "function"
        description: ""
      - name: "InstallGuide"
        type: "component"
        description: "Package installation guide component"
      - name: "HookInstallGuide"
        type: "component"
        description: ""
      - name: "OverviewInstallGuide"
        type: "component"
        description: ""
      - name: "PackageInstallTabs"
        type: "component"
        description: ""
      - name: "type InstallType"
        type: "function"
        description: ""
      - name: "type PackageManager"
        type: "function"
        description: ""

  subpaths:
    - path: "@hua-labs/docs-engine/types"
      description: "Metadata types (ComponentMetadata, HookMetadata, I18nMetadata)"

features:
  - "SectionNavigation — Table of contents with auto-detection and scroll tracking"
  - "InstallGuide — Package installation guide with injectable labels and code renderer"
  - "Type definitions — Metadata types for components, hooks, and i18n"
  - "Framework-agnostic — No direct i18n dependency, labels injected via props"

related_packages:
  - "@hua-labs/ui"

compatibility:
  react: ">=19.0.0"
  node: ">=20.0.0"
