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

feat: add docs link to console #100

Merged
merged 1 commit into from
Nov 2, 2022
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 @@ -154,7 +154,9 @@
<p>Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-16 common-section u-main-center">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/server/users" text>
Documentation
</Button>
<Button secondary>Create User</Button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@
<p>Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-16 common-section u-main-center">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/client/teams" text>
Documentation
</Button>
<Button secondary>Create team</Button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/databases" text>
Documentation
</Button>
<Button secondary>Create Database</Button>
</div>
</Empty>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12 ">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/databases#collection" text>
Documentation
</Button>
<Button secondary>Create Collection</Button>
</div>
</Empty>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@
rel="noopener noreferrer"
class="link">deploying your functions</a
>, or how to install and use the
<a href="#/" target="_blank" rel="noopener noreferrer" class="link">Appwrite CLI</a>.
<a
href="https://appwrite.io/docs/command-line"
target="_blank"
rel="noopener noreferrer"
class="link">Appwrite CLI</a
>.
</p>
<Collapsible>
{#each ['Unix', 'CMD', 'PowerShell'] as category}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<Heading tag="h6" size="7">Update CRON Schedule</Heading>
<p>
Set a CRON schedule to trigger your function. Leave blank for no schedule. <a
href="#/"
href="https://appwrite.io/docs/functions#createFunction"
target="_blank"
rel="noopener noreferrer"
class="link">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<svelte:fragment slot="title">Execute access (optional)</svelte:fragment>
<svelte:fragment slot="subtitle">
Choose who can execute this function using the client API. Check out our documentation for
more on <a href="#/" target="_blank" rel="noopener noreferrer" class="link">
more on <a
href="https://appwrite.io/docs/permissions"
target="_blank"
rel="noopener noreferrer"
class="link">
Permissions</a
>.
</svelte:fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<svelte:fragment slot="title">Scheduling (optional)</svelte:fragment>
<svelte:fragment slot="subtitle">
Set a CRON schedule to trigger your function. Leave blank for no schedule. <a
href="#/"
href="https://appwrite.io/docs/functions#createFunction"
target="_blank"
rel="noopener noreferrer"
class="link">More details on CRON syntax here</a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/keys" text>Documentation</Button>
<Button secondary>Create API Key</Button>
</div>
</Empty>
Expand Down
7 changes: 4 additions & 3 deletions src/routes/console/project-[project]/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@
<Heading tag="h6" size="7">API Credentials</Heading>
<p class="text">
Access Appwrite services using your API Endpoint and Project ID. You can connect
Appwrite to your applications and server-side code by <a href="#/" class="link"
>integrating a new platform</a>
Appwrite to your applications and server-side code by <a
href="https://appwrite.io/docs"
class="link">integrating a new platform</a>
or
<a href="#/" class="link">creating an API key</a>.
<a href="https://appwrite.io/docs/keys" class="link">creating an API key</a>.
</p>
<svelte:fragment slot="aside">
<FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
<p>Create your first Domain to get started</p>
</div>
<div class="u-flex u-gap-16 common-section u-main-center">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/custom-domains" text>
Documentation
</Button>
<Button secondary>Create domain</Button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<p class="text">Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12 common-section">
<Button text href="#/">Documentation</Button>
<Button text href="https://appwrite.io/docs/webhooks">Documentation</Button>
<Button secondary on:click={openWizard}>
<span class="text">Create Webhook</span>
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,11 @@
bind:value={security}>
<span class="u-error">Warning:</span> Untrusted or self-signed certificates
may not be secure.
<a href="#/" target="_blank" rel="noopener noreferrer" class="link">
<a
href="https://appwrite.io/docs/custom-domains#enjoySSLCert"
target="_blank"
rel="noopener noreferrer"
class="link">
Learn more</a>
</InputChoice>
</FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
bind:value={$createWebhook.security}>
<span class="u-error">Warning:</span> Untrusted or self-signed certificates may not be
secure.
<a href="#/" target="_blank" rel="noopener noreferrer" class="link">
<a
href="https://appwrite.io/docs/custom-domains#enjoySSLCert"
target="_blank"
rel="noopener noreferrer"
class="link">
Learn more</a
></InputChoice>
</FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/storage" text>Documentation</Button>
<Button secondary>Create bucket</Button>
</div>
</Empty>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12 ">
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/storage#createFile" text>
Documentation
</Button>
<Button secondary>Add file</Button>
</div>
</Empty>
Expand Down