Skip to content

Commit

Permalink
Merge pull request #340 from appwrite/fix-storage-create-file-docs
Browse files Browse the repository at this point in the history
Remove extra lines from docs and updated GitHub stars
  • Loading branch information
TorstenDittmann authored Nov 15, 2023
2 parents c8d3e2f + 399b6ed commit b741a22
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
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

0 comments on commit b741a22

Please sign in to comment.