We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25d2ab commit d47cd5fCopy full SHA for d47cd5f
docs-src/index.html
@@ -20,6 +20,7 @@ <h1 class="logo">
20
</h1>
21
<nav class="nav">
22
<a href="#playground" class="nav-link active">Playground</a>
23
+ <a href="#examples" class="nav-link">Examples</a>
24
<a href="#migration" class="nav-link">Migration</a>
25
<a href="#bundle-size" class="nav-link">Bundle Sizes</a>
26
<a href="#performance" class="nav-link">Performance</a>
@@ -179,6 +180,10 @@ <h4>Examples</h4>
179
180
</div>
181
</section>
182
183
+ <section id="examples" class="examples-section">
184
+ <div id="examples-viewer"></div>
185
+ </section>
186
+
187
<section id="migration" class="migration-section">
188
<div id="migration-guide"></div>
189
0 commit comments