# MyST site configuration — renders the repo's existing Markdown as a
# navigable site at https://quantecon.github.io/skills.
#
# Content is never moved here. Every entry below points at the file where it
# already lives, so the repo view and the published site render from one
# source (AGENTS.md, "Single source of truth") and an installed plugin keeps
# shipping its own documentation inside its own directory.
version: 1

project:
  id: quantecon-skills
  title: QuantEcon Skills
  description: >-
    QuantEcon's shared Claude Code skills and the deterministic scripts they
    drive — PR review support for authors, acceleration triage and review,
    bulk repository audits, and cross-session work-plan tooling.
  github: https://github.com/QuantEcon/skills
  toc:
    - file: README.md
    - title: Guides
      children:
        - file: docs/using-skills.md
        - file: docs/developing-skills.md
        - file: docs/tutorial-run-an-evaluation.md
        - file: docs/tutorial-run-an-audit.md
    - title: Skill families
      children:
        - file: qe/references/benchmark/README.md
          title: The benchmark skill
          children:
            - file: qe/references/benchmark/EVALUATION_FRAMEWORK.md
        - file: qe/references/audit/README.md
          title: The audit skills
          children:
            - file: qe/references/audit/doctrine.md
            - file: qe/references/audit/quantecon-context.md
            - file: qe/references/audit/deliverables.md
    - title: Project
      children:
        - file: CATALOG.md

site:
  template: book-theme
  title: QuantEcon Skills
  options:
    logo_text: QuantEcon Skills
    hide_outline: false
