Skip to content

Disabled Actions

This page has page actions disabled using the pageContextActions: false frontmatter field.

Look at the right sidebar — there should be no “Page Actions” section above the table of contents. On mobile, there should be no “Page Actions” toggle in the mobile bar. Compare this to the default setup page where page actions are visible.

Add pageContextActions: false to any page’s frontmatter to opt out:

---
title: My Page
pageContextActions: false
---

This is useful for pages where copying or AI interaction isn’t relevant, such as changelogs, legal pages, or landing pages.

This per-page setting only applies to the current page. All other pages in the site continue to show page actions as configured.