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>
|
||||
</RadioGroup>
|
||||
</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">
|
||||
<input
|
||||
bind:checked={$config.includeExamples}
|
||||
@@ -65,6 +66,7 @@
|
||||
</div>
|
||||
|
||||
<svelte:fragment slot="trail">
|
||||
<div class="flex flex-row flex-wrap justify-between gap-4">
|
||||
<a
|
||||
class="btn btn-sm variant-ghost-surface"
|
||||
href="https://swagger.io/docs/specification/data-models/data-types/"
|
||||
@@ -81,6 +83,7 @@
|
||||
>
|
||||
Fork this project
|
||||
</a>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
</AppBar>
|
||||
</svelte:fragment>
|
||||
|
||||
Reference in New Issue
Block a user