LLM Features

docia includes first-class LLM support in static output.

/llms.txt

On build, docia emits llms.txt at site root.

It follows the llmstxt.org structure:

  • H1 site title
  • optional blockquote summary
  • ## Docs section linking important markdown pages
  • ## Optional section for extra context links

Per-page markdown output

For each page, docia emits a markdown mirror next to generated HTML:

  • /index.html + /index.html.md
  • /guides/setup/index.html + /guides/setup/index.html.md

This makes it easy for assistants and IDE tools to fetch clean markdown context.

Page actions menu

Every page includes a markdown action control:

  • Copy markdown
  • View markdown
  • Open in ChatGPT
  • Open in Claude

These are client-side helpers; static output remains usable without JavaScript.