A panel for displaying contextual help content alongside the main page. — <cs-help-panel>
This section explains how to configure your resource settings.
Choose the instance type that best matches your workload requirements.
Instance types comprise varying combinations of CPU, memory, storage, and networking capacity.
<cs-help-panel header="Help">
<p>Contextual help content for the current page.</p>
<h3>Related topics</h3>
<ul>
<li><cs-link href="/docs/topic-a">Topic A</cs-link></li>
<li><cs-link href="/docs/topic-b">Topic B</cs-link></li>
</ul>
</cs-help-panel>
loadingboolean
default: falseRenders the panel in a loading state. We recommend that you also set a loadingText.
loading-textstring
default: 'Loading content'Specifies the text that's displayed when the panel is in a loading state.
defaultMain content of the help panel.
Use p, a, h3, h4, h5, span, div, ul, ol, li, code, pre, dl, dt, dd, hr, br, i, em, b, strong tags to format the content.
Use code for inline code or pre for code blocks.
footerFooter of the help panel.
headerHeader of the help panel.
It should contain the only h2 used in the help panel.