Skip to content

Example: Opt out entirely

This page sets llmActions: false in its frontmatter, so the plugin’s dropdown does not render here. The page header looks identical to a stock Starlight site without the plugin installed.

this page's frontmatter
---
title: 'Example: Opt out entirely'
llmActions: false
---
  • No “Page actions” dropdown next to the page title.
  • The rest of this site keeps the dropdown as configured.
  • Marketing or landing pages that don’t have a meaningful markdown body.
  • Pages with sensitive content where exposing raw markdown is a policy concern. (Note: llmActions: false hides the dropdown and the print/PDF snapshot notice on this page, but the markdown route at /{slug}.md is still injected. To suppress the route too, see injectRoute.)
  • Auto-generated index pages where every action would feel out of place.

See also: Per-page opt-out guide.