Skip to content

Commit b741a22

Browse files
Merge pull request #340 from appwrite/fix-storage-create-file-docs
Remove extra lines from docs and updated GitHub stars
2 parents c8d3e2f + 399b6ed commit b741a22

File tree

7 files changed

+5
-9
lines changed

7 files changed

+5
-9
lines changed

src/lib/components/MobileNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
>
4444
<span class="aw-icon-star" aria-hidden="true" />
4545
<span class="text">Star on GitHub</span>
46-
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
46+
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
4747
</a>
4848
</div>
4949
</div>

src/lib/layouts/Docs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
>
148148
<span class="aw-icon-star" aria-hidden="true" />
149149
<span class="text">Star on GitHub</span>
150-
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
150+
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
151151
</a>
152152
<a href="https://cloud.appwrite.io/console" class="aw-button">
153153
<span class="aw-sub-body-500">Go to console</span>

src/lib/layouts/Main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
>
221221
<span aria-hidden="true" class="aw-icon-star" />
222222
<span class="text">Star on GitHub</span>
223-
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
223+
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
224224
</a>
225225
<a href="https://cloud.appwrite.io/register" class="aw-button is-secondary"
226226
>Sign up</a

src/lib/layouts/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
>
108108
<span class="aw-icon-star" aria-hidden="true" />
109109
<span class="text">Star on GitHub</span>
110-
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
110+
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
111111
</a>
112112
</div>
113113
</div>

src/routes/community/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
>
190190
<span aria-hidden="true" class="aw-icon-star" />
191191
<span>Star on GitHub</span>
192-
<span class="aw-inline-tag aw-sub-body-400">37.8K</span>
192+
<span class="aw-inline-tag aw-sub-body-400">37.9K</span>
193193
</a>
194194
</div>
195195
</div>

src/routes/docs/products/storage/quick-start/+page.markdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ To upload a file, add this to you web, Flutter, Apple, or Android app.
123123
```
124124

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

129127

130128
# Download file {% #download-file %}

src/routes/docs/products/storage/upload-download/+page.markdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ You can also upload files programmatically using our SDKs:
119119
```
120120

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

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

0 commit comments

Comments
 (0)