updated api preview docs

This commit is contained in:
Gani Georgiev
2022-11-03 11:36:59 +02:00
parent 7e7e2e98a4
commit fe656a1c42
32 changed files with 238 additions and 207 deletions

View File

@@ -123,7 +123,12 @@
<div class="docs-content-wrapper">
<aside class="docs-sidebar" class:compact={collection?.isAuth}>
<nav class="sidebar-content">
{#each Object.entries(tabs) as [key, tab] (key)}
{#each Object.entries(tabs) as [key, tab], i (key)}
<!-- add a separator before the first auth tab -->
{#if i === Object.keys(baseTabs).length}
<hr class="m-t-sm m-b-sm" />
{/if}
<button
type="button"
class="sidebar-item"