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.
What’s set
Section titled “What’s set”---title: 'Example: Opt out entirely'llmActions: false---What you should see
Section titled “What you should see”- No “Page actions” dropdown next to the page title.
- The rest of this site keeps the dropdown as configured.
When to use this
Section titled “When to use this”- 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: falsehides the dropdown and the print/PDF snapshot notice on this page, but the markdown route at/{slug}.mdis still injected. To suppress the route too, seeinjectRoute.) - Auto-generated index pages where every action would feel out of place.
See also: Per-page opt-out guide.