mirror of
https://github.com/LukeHagar/openapi-definition-generator.git
synced 2025-12-06 04:20:23 +00:00
Update +layout.svelte
This commit is contained in:
@@ -33,7 +33,8 @@
|
|||||||
</RadioItem>
|
</RadioItem>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-center gap-2">
|
|
||||||
|
<div class="flex flex-row justify-center gap-6">
|
||||||
<label class="flex items-center space-x-2 text-sm">
|
<label class="flex items-center space-x-2 text-sm">
|
||||||
<input
|
<input
|
||||||
bind:checked={$config.includeExamples}
|
bind:checked={$config.includeExamples}
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<svelte:fragment slot="trail">
|
<svelte:fragment slot="trail">
|
||||||
|
<div class="flex flex-row flex-wrap justify-between gap-4">
|
||||||
<a
|
<a
|
||||||
class="btn btn-sm variant-ghost-surface"
|
class="btn btn-sm variant-ghost-surface"
|
||||||
href="https://swagger.io/docs/specification/data-models/data-types/"
|
href="https://swagger.io/docs/specification/data-models/data-types/"
|
||||||
@@ -81,6 +83,7 @@
|
|||||||
>
|
>
|
||||||
Fork this project
|
Fork this project
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</AppBar>
|
</AppBar>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user