Disabled Actions
This page has page actions disabled using the pageContextActions: false frontmatter field.
What You Should See
Section titled “What You Should See”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.
How It Works
Section titled “How It Works”Add pageContextActions: false to any page’s frontmatter to opt out:
---title: My PagepageContextActions: false---This is useful for pages where copying or AI interaction isn’t relevant, such as changelogs, legal pages, or landing pages.
Other Pages Are Unaffected
Section titled “Other Pages Are Unaffected”This per-page setting only applies to the current page. All other pages in the site continue to show page actions as configured.