Skip to content
GitHub

RemoveOverview

This component allows you to hide the Overview heading from a page’s table of contents.

Open the PageSidebar.astro file.

  • Directorysrc
    • Directorycomponents
      • Directorydocs
        • PageSidebar.astro

Enter the path to the offending page in the removeOverview section like so:

const removeOverview = ['docs/resources/glossary', 'docs/payments/send-receive']