This component is the one that is rendered on the right side of the page, and usually contains information
related to that specific page (such as the table of contents).
The sidebar itself does not handle any logic, if you want to hide either of the components,
there are several different ways to do so.
For more information, check out
either the <PageGraph> or
<PageBacklinks> documentation.
Usage
Overriding
If you want to extend the <PageSidebar> component for your own website, while keeping the graph and backlinks
components, you can do so by creating your own override as seen below.
Note that including the <style> tag is important, as none of the default styles are otherwise included.
Create your own PageSidebar.astro component in the src/overrides directory (or src/components if you prefer).