Update component page template to add "Testing" section

pull/2311/head
Sara 2024-10-01 12:49:15 -04:00
rodzic 882ace7dc3
commit a3d5bd6f03
2 zmienionych plików z 9 dodań i 2 usunięć

Wyświetl plik

@ -80,6 +80,13 @@
<h2>Usage</h2> <h2>Usage</h2>
<div id="guidelines-content">{{ guidelines | markdown | safe }}</div> <div id="guidelines-content">{{ guidelines | markdown | safe }}</div>
{% endif %} {% endif %}
{# Testing #}
{% if
testing %}
<h2>Testing</h2>
<div id="testing-content">{{ testing | markdown | safe }}</div>
{% endif %}
{# Importing #} {# Importing #}
{# <h2>Importing</h2> {# <h2>Importing</h2>
<p> <p>

Wyświetl plik

@ -501,9 +501,9 @@ code {
padding: 0.125rem 0.5rem; padding: 0.125rem 0.5rem;
} }
.sl-theme-dark code { /* .sl-theme-dark code {
background-color: rgba(255 255 255 / 0.03); background-color: rgba(255 255 255 / 0.03);
} } */
kbd { kbd {
background: var(--sl-color-neutral-100); background: var(--sl-color-neutral-100);