From dc813d1e1bf85a57b49bf6b6ab6045528c48650a Mon Sep 17 00:00:00 2001 From: Melissa Henderson <57110301+melissahenderson@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:04:05 -0500 Subject: [PATCH] docs: update removeOverview.mdx --- src/content/docs/shared/removeoverview.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/content/docs/shared/removeoverview.mdx b/src/content/docs/shared/removeoverview.mdx index 56e3a00..c21afa2 100644 --- a/src/content/docs/shared/removeoverview.mdx +++ b/src/content/docs/shared/removeoverview.mdx @@ -4,16 +4,18 @@ title: RemoveOverview import { FileTree } from '@astrojs/starlight/components'; -:::note[April 30, 2024] -This component is only implemented in Melissa's local Web Monetization branch. If you need it added to another doc set, let HJ know. -::: - This component allows you to hide the *Overview* heading from a page's table of contents. ## Usage Open the `PageSidebar.astro` file. +:::note +This component is added on a per-site basis. It's not technically a shared component that's part of `@interledger/docs-design-system`. + +If you can't find `PageSidebar.astro`, it may not have been added to the site yet. Just let Sarah know. +::: + - src - components