mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: add functions missing doc links
This commit is contained in:
@@ -78,8 +78,12 @@
|
||||
To add a domain to a locally hosted Appwrite project, you must first configure your server
|
||||
domain.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/environment-variables#vcs_(version_control_system)"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{/if}
|
||||
|
||||
+5
-4
@@ -80,12 +80,13 @@
|
||||
required />
|
||||
{#if $func.version !== 'v3'}
|
||||
<Alert type="info">
|
||||
<svelte:fragment slot="title"
|
||||
>Build commands now available for functions v3.0</svelte:fragment>
|
||||
<svelte:fragment slot="title">
|
||||
Build commands now available for functions v3.0
|
||||
</svelte:fragment>
|
||||
Update your function version to make use of new features including build commands.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button href="https://appwrite.io/docs/functions-develop#upgrade" external text
|
||||
>Learn more</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{:else}
|
||||
|
||||
@@ -113,8 +113,9 @@
|
||||
Update your function version to make use of new features including customizable HTTP
|
||||
data in your executions.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button href="https://appwrite.io/docs/functions-develop#upgrade" external text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
<InputTextarea
|
||||
|
||||
+9
-4
@@ -47,11 +47,16 @@
|
||||
<svelte:fragment slot="title">Your function is outdated</svelte:fragment>
|
||||
Update your function version to make use of new features including build commands and HTTP
|
||||
data in your executions. To update, follow the steps outlined in our
|
||||
<!-- TODO: Add link to docs -->
|
||||
<a href="#/" target="_blank" rel="noopener noreferrer" class="link">documentation</a>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-develop#upgrade"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">documentation</a
|
||||
>.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: Add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button href="https://appwrite.io/docs/functions-develop#upgrade" external text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{/if}
|
||||
|
||||
+6
-2
@@ -290,8 +290,12 @@
|
||||
When installing Git in a locally hosted Appwrite project, you must
|
||||
first configure your environment variables.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/environment-variables#vcs_(version_control_system)"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{/if}
|
||||
|
||||
+6
-2
@@ -70,8 +70,12 @@
|
||||
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">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/environment-variables"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{/if}
|
||||
|
||||
@@ -189,8 +189,12 @@
|
||||
When installing Git in a locally hosted Appwrite project, you must first configure
|
||||
your environment variables.
|
||||
<svelte:fragment slot="buttons">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button href="#/" external text>Learn more</Button>
|
||||
<Button
|
||||
href="https://appwrite.io/docs/environment-variables#vcs_(version_control_system)"
|
||||
external
|
||||
text>
|
||||
Learn more
|
||||
</Button>
|
||||
</svelte:fragment>
|
||||
</Alert>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user