Updates for pages 16-21

This commit is contained in:
wess
2023-10-19 13:22:18 -04:00
parent 831c7264bb
commit d4b8f9ee7d
23 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<slot>
<div class="u-text-center">
<Heading size="7" tag="h2" trimmed={false}>
Create your first {target} to get started.
Create a {target} to get started.
</Heading>
<p class="body-text-2 u-bold u-margin-block-start-4">
Need a hand? Learn more in our documentation.
+1 -1
View File
@@ -143,7 +143,7 @@
</Actions>
</div>
<div class="common-section">
<span class="text"> Add a role to get started </span>
<span class="text"> Add a role </span>
</div>
</div>
</article>
@@ -7,13 +7,13 @@
<WizardStep>
<svelte:fragment slot="title">Execution permissions</svelte:fragment>
<svelte:fragment slot="subtitle">
Choose who can execute this function using the client API. For more information, check out
the <a
Choose who can execute this function using the client API. For more information, visit our
<a
href="https://appwrite.io/docs/advanced/platform/permissions"
target="_blank"
rel="noopener noreferrer"
class="link">
Permissions Guide
Permissions guide
</a>.
</svelte:fragment>
@@ -65,7 +65,7 @@
<section class="drop-section">
<ul class="drop-list">
<DropListItem icon="plus" on:click={() => newOrgModal.set(true)}>
New Organization
New organization
</DropListItem>
</ul>
</section></svelte:fragment>
@@ -115,7 +115,7 @@
}
}}>
<span class="icon-plus" aria-hidden="true" />
<span class="text">Add Preference</span>
<span class="text">Add preference</span>
</Button>
</form>
</svelte:fragment>
@@ -114,7 +114,7 @@
{:else}
<Empty single target="attribute" on:click={() => (showCreateDropdown = true)}>
<div class="u-text-center">
<Heading size="7" tag="h2">Create your first attribute to get started.</Heading>
<Heading size="7" tag="h2">Create an attribute to get started.</Heading>
<p class="body-text-2 u-bold u-margin-block-start-4">
Need a hand? Learn more in our documentation.
</p>
@@ -92,8 +92,8 @@
<Alert type="info">
<svelte:fragment slot="title">Document security is disabled</svelte:fragment>
<p class="text">
If you want to assign document permissions, navigate to Collection settings
and enable document security. Otherwise, only collection permissions will be
If you want to assign document permissions. Go to Collection settings and
enable document security. Otherwise, only collection permissions will be
used.
</p>
</Alert>
@@ -124,7 +124,7 @@
{:else}
<Empty single target="attribute" on:click={() => (showCreateDropdown = true)}>
<div class="u-text-center">
<Heading size="7" tag="h2">Create your first attribute to get started.</Heading>
<Heading size="7" tag="h2">Create an attribute to get started.</Heading>
<p class="body-text-2 u-bold u-margin-block-start-4">
Need a hand? Learn more in our documentation.
</p>
@@ -58,12 +58,12 @@
<CardGrid>
<Heading tag="h6" size="7">Permissions</Heading>
<p class="text">
Choose who can access your collection and documents. For more information, check out the <a
Choose who can access your collection and documents. For more about <a
href="https://appwrite.io/docs/products/databases/permissions"
target="_blank"
rel="noopener noreferrer"
class="link">
Permissions guide
Permissions
</a>.
</p>
<svelte:fragment slot="aside">
@@ -9,7 +9,7 @@
<WizardStep>
<svelte:fragment slot="title">Permissions</svelte:fragment>
<svelte:fragment slot="subtitle">
Choose who can access your collection and documents. For more information, check out the <a
Choose who can access your collection and documents. For more information, visit our <a
href="https://appwrite.io/docs/products/databases/permissions"
target="_blank"
rel="noopener noreferrer"
@@ -16,6 +16,6 @@
</GridItem1>
{/each}
<svelte:fragment slot="empty">
<p>Create a new database</p>
<p>Create a database</p>
</svelte:fragment>
</CardContainer>
@@ -141,7 +141,7 @@
</Button>
</div>
{:else}
<Empty on:click={() => (showEvents = true)}>Add an event to get started</Empty>
<Empty on:click={() => (showEvents = true)}>Add an event</Empty>
{/if}
</svelte:fragment>
@@ -67,13 +67,12 @@
<CardGrid>
<Heading tag="h6" size="7" id="permissions">Execute Access</Heading>
<p>
Choose who can execute this function using the client API. For more information, check
out the <a
Choose who can execute this function using the client API. Learn more about <a
href="https://appwrite.io/docs/advanced/platform/permissions"
target="_blank"
rel="noopener noreferrer"
class="link">
Permissions guide
Permissions
</a>.
</p>
<svelte:fragment slot="aside">
@@ -8,7 +8,7 @@
<svelte:fragment slot="title">Permissions</svelte:fragment>
<svelte:fragment slot="subtitle">
Choose which users have permission to execute this function using Client SDKs. For more
information, check out the <a
information, visit our <a
href="https://appwrite.io/docs/advanced/platform/permissions"
target="_blank"
rel="noopener noreferrer"
@@ -56,7 +56,7 @@
</Button>
</div>
{:else}
<Empty on:click={() => (showCreate = !showCreate)}>Add an event to get started</Empty>
<Empty on:click={() => (showCreate = !showCreate)}>Add an event</Empty>
{/if}
</WizardStep>
@@ -114,7 +114,7 @@
</Button>
</div>
{:else}
<Empty on:click={() => (showCreate = !showCreate)}>Create a variable to get started</Empty>
<Empty on:click={() => (showCreate = !showCreate)}>Create a variable</Empty>
{/if}
</WizardStep>
@@ -140,7 +140,7 @@
{/if}
<slot>
<div class="u-text-center">
<Heading size="7" tag="h4">Create your first platform to get started.</Heading>
<Heading size="7" tag="h4">Create a platform to get started.</Heading>
<p class="body-text-2 u-bold u-margin-block-start-4">
Need a hand? Learn more in our documentation.
</p>
@@ -99,7 +99,7 @@
</Button>
</div>
{:else}
<Empty on:click={() => (showCreateEvent = true)}>Add an event to get started</Empty>
<Empty on:click={() => (showCreateEvent = true)}>Add an event</Empty>
{/if}
</svelte:fragment>
@@ -50,7 +50,7 @@
</Button>
</div>
{:else}
<Empty on:click={() => (showCreate = !showCreate)}>Add an event to get started</Empty>
<Empty on:click={() => (showCreate = !showCreate)}>Add an event</Empty>
{/if}
</WizardStep>
@@ -86,7 +86,7 @@
</GridItem1>
{/each}
<svelte:fragment slot="empty">
<p>Add a new bucket</p>
<p>Create a bucket</p>
</svelte:fragment>
</CardContainer>
@@ -70,7 +70,7 @@
{/if}
<Heading tag="h6" size="7">Permissions</Heading>
<p class="text">
Choose who can access your buckets and files. For more information, check out the
Choose who can access your buckets and files. For more information, visit our
<a
href="https://appwrite.io/docs/advanced/platform/permissions"
target="_blank"
@@ -136,9 +136,8 @@
<Alert type="info">
<svelte:fragment slot="title">File security is disabled</svelte:fragment>
<p class="text">
If you want to assign document permissions, navigate to Bucket settings
and enable file security. Otherwise, only Bucket permissions will be
used.
If you want to assign document permissions. Go to Bucket settings and
enable file security. Otherwise, only Bucket permissions will be used.
</p>
</Alert>
{/if}
@@ -260,8 +260,7 @@
<CardGrid hideOverflow>
<Heading tag="h6" size="7" id="permissions">Permissions</Heading>
<p class="text">
Choose who can access your buckets and files. For more information, check out
the <a
Choose who can access your buckets and files. For more information, visit our <a
href="https://appwrite.io/docs/advanced/platform/permissions"
target="_blank"
rel="noopener noreferrer"