Skip to content

Daya Docs Source

This directory is the editable source of truth for the internal docs site.

Edit content here:

  • Chinese markdown: frontend/docs_source/zh/**
  • English markdown: frontend/docs_source/en/**
  • VitePress theme/config: frontend/docs_source/.vitepress/**

Do not edit frontend/public/docs/** directly. That directory is generated by pnpm run docs:build.

Flagship model examples

Default and generally recommended model examples must use the semantic markers below instead of hard-coded model IDs:

  • gpt-5.6-sol
  • gpt-5.6-sol
  • claude-fable-5
  • gemini-3.1-pro-preview

The docs build renders the repository fallback from frontend/config/flagship-models.json. In the browser, the docs theme refreshes marked inline code and fenced code blocks from the public flagship_models setting, including the text copied by VitePress's copy button.

Keep a concrete model ID when the example documents model-specific capabilities, compatibility, historical behavior, or a deliberate non-flagship alternative. A fenced code block may reference only one flagship platform so that runtime projection remains explicit and safe.