mirror of
https://github.com/LukeHagar/openapi-definition-generator.git
synced 2025-12-06 20:47:49 +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,22 +66,24 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<svelte:fragment slot="trail">
|
<svelte:fragment slot="trail">
|
||||||
<a
|
<div class="flex flex-row flex-wrap justify-between gap-4">
|
||||||
class="btn btn-sm variant-ghost-surface"
|
<a
|
||||||
href="https://swagger.io/docs/specification/data-models/data-types/"
|
class="btn btn-sm variant-ghost-surface"
|
||||||
target="_blank"
|
href="https://swagger.io/docs/specification/data-models/data-types/"
|
||||||
rel="noreferrer"
|
target="_blank"
|
||||||
>
|
rel="noreferrer"
|
||||||
OpenAPI Specification reference
|
>
|
||||||
</a>
|
OpenAPI Specification reference
|
||||||
<a
|
</a>
|
||||||
class="btn btn-sm variant-ghost-surface"
|
<a
|
||||||
href="https://github.com/LukeHagar/openapi-definition-generator/edit/main/src/routes/%2Bpage.svelte"
|
class="btn btn-sm variant-ghost-surface"
|
||||||
target="_blank"
|
href="https://github.com/LukeHagar/openapi-definition-generator/edit/main/src/routes/%2Bpage.svelte"
|
||||||
rel="noreferrer"
|
target="_blank"
|
||||||
>
|
rel="noreferrer"
|
||||||
Fork this project
|
>
|
||||||
</a>
|
Fork this project
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</AppBar>
|
</AppBar>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user