Skip to content
OwnDocs
Feature

LLM-readable site index

Two machine-readable routes, /llms.txt and /llms-full.txt, let AI tools read a compact index of your documentation or its full text in a single request.

  • /llms.txt returns a compact index of every documentation category and page, built from the same navigation data that powers the sidebar.
  • /llms-full.txt returns the full raw content of every page concatenated together, so an AI assistant can ingest the entire documentation set in one request instead of crawling page by page.
  • Both routes are served only in public access mode — in private, password-protected mode they return a 403 rather than exposing content.
  • Neither route needs any configuration; they read directly from the site’s existing MDX pages and navigation structure.