mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #517 from appwrite/fix-function-doc-link
Fix function doc link
This commit is contained in:
@@ -108,11 +108,10 @@
|
||||
<Heading size="7" tag="h3">Email templates</Heading>
|
||||
<p class="text">
|
||||
Use templates to send and process account management emails. <a
|
||||
href="https://appwrite.io/docs"
|
||||
href="https://appwrite.io/docs/email-and-sms-templates"
|
||||
class="link">
|
||||
Learn more about email templates.
|
||||
</a>
|
||||
<!-- TODO Docs link -->
|
||||
</p>
|
||||
|
||||
<svelte:fragment slot="aside">
|
||||
|
||||
@@ -107,7 +107,6 @@
|
||||
class="link"
|
||||
href="https://appwrite.io/docs/email-and-sms-templates">here</a
|
||||
>.
|
||||
<!-- TODO: add link to docs -->
|
||||
</p>
|
||||
<div class="u-margin-block-start-16 u-flex u-gap-8">
|
||||
<slot />
|
||||
|
||||
@@ -67,8 +67,7 @@
|
||||
you push to that repository, your function will be deployed.
|
||||
</p>
|
||||
<div class="alert-buttons u-flex u-margin-inline-start-auto">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button text href="#/" external>Learn more</Button>
|
||||
<Button text href="https://appwrite.io/docs/functions-deploy#vcs" external>Learn more</Button>
|
||||
<Button
|
||||
href={`${base}/console/project-${$page.params.project}/functions/function-${$page.params.function}/settings`}>
|
||||
Install Git
|
||||
|
||||
+2
-4
@@ -207,8 +207,7 @@
|
||||
<p>There are no repositories that match your search.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-16 common-section u-main-center">
|
||||
<!-- TODO: add link to docs -->
|
||||
<Button external href="#/" text>Documentation</Button>
|
||||
<Button external href="https://appwrite.io/docs/functions-deploy#vcs" text>Documentation</Button>
|
||||
<Button secondary on:click={() => (search = '')}>Clear search</Button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -218,10 +217,9 @@
|
||||
<div class="common-section">
|
||||
<div class="u-text-center common-section">
|
||||
<p class="text u-line-height-1-5">You have no repositories.</p>
|
||||
<!-- TODO: add link to docs -->
|
||||
<p class="text u-line-height-1-5">
|
||||
Need a hand? Learn more in our <a
|
||||
href="#/"
|
||||
href="https://appwrite.io/docs/functions-deploy#vcs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
documentation</a
|
||||
|
||||
Reference in New Issue
Block a user