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

Remove extra lines from docs and updated GitHub stars #340

Merged
merged 2 commits into from
Nov 15, 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
2 changes: 1 addition & 1 deletion src/lib/components/MobileNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/layouts/Docs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
</a>
<a href="https://cloud.appwrite.io/console" class="aw-button">
<span class="aw-sub-body-500">Go to console</span>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
>
<span aria-hidden="true" class="aw-icon-star" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
</a>
<a href="https://cloud.appwrite.io/register" class="aw-button is-secondary"
>Sign up</a
Expand Down
2 changes: 1 addition & 1 deletion src/lib/layouts/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/community/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
>
<span aria-hidden="true" class="aw-icon-star" />
<span>Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
</a>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/routes/docs/products/storage/quick-start/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ To upload a file, add this to you web, Flutter, Apple, or Android app.
```

{% /multicode %}
During testing, you might prefer to create documents in the Appwrite Console.
To do so, navigate to the **Documents** tab of your collection and click the **Add document** button.


# Download file {% #download-file %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ You can also upload files programmatically using our SDKs:
```

{% /multicode %}
During testing, you might prefer to create documents in the Appwrite Console.
To do so, navigate to the **Documents** tab of your collection and click the **Add document** button.

# Large files {% #large-files %}
When you are trying to upload any files above 5MB, you will need to upload them in chunks for better reliability and performance.
Expand Down