Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function doc link #517

Merged
merged 6 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down