chore: add functions missing doc links

This commit is contained in:
Arman
2023-08-28 21:19:59 +02:00
parent 51aa80cc80
commit 969ecc7901
7 changed files with 41 additions and 18 deletions
+6 -2
View File
@@ -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}
@@ -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
@@ -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}
@@ -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}
@@ -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}