mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Linter to fix format
This commit is contained in:
@@ -112,7 +112,8 @@
|
||||
<p class="text">
|
||||
Click to copy variables for the fields below. Learn more <a
|
||||
class="link"
|
||||
href="https://appwrite.io/docs/advanced/platform/message-templates">here</a
|
||||
href="https://appwrite.io/docs/advanced/platform/message-templates"
|
||||
>here</a
|
||||
>.
|
||||
</p>
|
||||
<div class="u-margin-block-start-16 u-flex u-gap-8">
|
||||
|
||||
@@ -70,7 +70,10 @@
|
||||
<EmptySearch>
|
||||
<div class="u-flex u-flex-vertical u-cross-center u-gap-24">
|
||||
<p class="text u-line-height-1-5">No memberships available</p>
|
||||
<Button external secondary href="https://appwrite.io/docs/products/auth/teams#create-membership">
|
||||
<Button
|
||||
external
|
||||
secondary
|
||||
href="https://appwrite.io/docs/products/auth/teams#create-membership">
|
||||
Documentation
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,10 @@
|
||||
you push to that repository, your function will be deployed.
|
||||
</p>
|
||||
<div class="alert-buttons u-flex u-margin-inline-start-auto">
|
||||
<Button text href="https://appwrite.io/docs/products/functions/deployment" external>
|
||||
<Button
|
||||
text
|
||||
href="https://appwrite.io/docs/products/functions/deployment"
|
||||
external>
|
||||
Learn more
|
||||
</Button>
|
||||
<Button
|
||||
|
||||
+4
-2
@@ -83,8 +83,10 @@
|
||||
</svelte:fragment>
|
||||
Update your function version to make use of new features including build commands.
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button href="https://appwrite.io/docs/products/functions/development" external text
|
||||
>Learn more</Button>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/products/functions/development"
|
||||
external
|
||||
text>Learn more</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{:else}
|
||||
|
||||
@@ -113,7 +113,10 @@
|
||||
Update your function version to make use of new features including customizable HTTP
|
||||
data in your executions.
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button href="https://appwrite.io/docs/products/functions/development" external text>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/products/functions/development"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
|
||||
+4
-1
@@ -59,7 +59,10 @@
|
||||
class="link">documentation</a
|
||||
>.
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button href="https://appwrite.io/docs/products/functions/development" external text>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/products/functions/development"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
|
||||
+4
-1
@@ -70,7 +70,10 @@
|
||||
In order to clone a template to a locally hosted Appwrite project, you must set
|
||||
up a Git integration and configure your environment variables.
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button href="https://appwrite.io/docs/advanced/self-hosting/functions" external text>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/advanced/self-hosting/functions"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
|
||||
@@ -61,5 +61,9 @@
|
||||
</TableBody>
|
||||
</Table>
|
||||
{:else}
|
||||
<Empty single href="https://appwrite.io/docs/advanced/platform/api-keys" target="API key" on:click={createApiKey} />
|
||||
<Empty
|
||||
single
|
||||
href="https://appwrite.io/docs/advanced/platform/api-keys"
|
||||
target="API key"
|
||||
on:click={createApiKey} />
|
||||
{/if}
|
||||
|
||||
@@ -189,7 +189,10 @@
|
||||
When installing Git in a locally hosted Appwrite project, you must first configure
|
||||
your environment variables.
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button href="https://appwrite.io/docs/advanced/self-hosting/functions" external text>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/advanced/self-hosting/functions"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
|
||||
@@ -204,7 +204,10 @@
|
||||
<p>There are no files that match your search.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-16">
|
||||
<Button external href="https://appwrite.io/docs/products/storage/upload-download" text>
|
||||
<Button
|
||||
external
|
||||
href="https://appwrite.io/docs/products/storage/upload-download"
|
||||
text>
|
||||
Documentation
|
||||
</Button>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user