From 969ecc7901b5e45b9fa92f8d28b20755ab415b33 Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 28 Aug 2023 21:19:59 +0200 Subject: [PATCH] chore: add functions missing doc links --- src/lib/pages/domains/wizard/step1.svelte | 8 ++++++-- .../function-[function]/createManual.svelte | 9 +++++---- .../functions/function-[function]/execute.svelte | 5 +++-- .../function-[function]/settings/+page.svelte | 13 +++++++++---- .../settings/updateConfiguration.svelte | 8 ++++++-- .../templates/template-[template]/+page.svelte | 8 ++++++-- .../settings/updateInstallations.svelte | 8 ++++++-- 7 files changed, 41 insertions(+), 18 deletions(-) diff --git a/src/lib/pages/domains/wizard/step1.svelte b/src/lib/pages/domains/wizard/step1.svelte index 6c37353c2..fa00ce536 100644 --- a/src/lib/pages/domains/wizard/step1.svelte +++ b/src/lib/pages/domains/wizard/step1.svelte @@ -78,8 +78,12 @@ To add a domain to a locally hosted Appwrite project, you must first configure your server domain. - - + {/if} diff --git a/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte b/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte index 75437ae81..cada9f7e5 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte @@ -80,12 +80,13 @@ required /> {#if $func.version !== 'v3'} - Build commands now available for functions v3.0 + + Build commands now available for functions v3.0 + Update your function version to make use of new features including build commands. - - + {:else} diff --git a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte index 1ddddbb7f..26824e5f7 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte @@ -113,8 +113,9 @@ Update your function version to make use of new features including customizable HTTP data in your executions. - - + Your function is outdated 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 - - documentation. + documentation. - - + {/if} diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte index edebc1d10..8f59e953a 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte @@ -290,8 +290,12 @@ When installing Git in a locally hosted Appwrite project, you must first configure your environment variables. - - + {/if} diff --git a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte index 6b089bce2..2e0b9c2b3 100644 --- a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte +++ b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte @@ -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. - - + {/if} diff --git a/src/routes/console/project-[project]/settings/updateInstallations.svelte b/src/routes/console/project-[project]/settings/updateInstallations.svelte index 6a36b1452..7f2d79998 100644 --- a/src/routes/console/project-[project]/settings/updateInstallations.svelte +++ b/src/routes/console/project-[project]/settings/updateInstallations.svelte @@ -189,8 +189,12 @@ When installing Git in a locally hosted Appwrite project, you must first configure your environment variables. - - + {/if}