Skip to content

Commit 870c391

Browse files
Merge pull request #66 from appwrite/feat-docs-g2
Adds updated screenshots
2 parents de9004f + 9b4fa4f commit 870c391

194 files changed

Lines changed: 1705 additions & 927 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/icons/svg/microsoft.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/svg/platform.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/svg/rest.svg

Lines changed: 1 addition & 0 deletions
Loading

src/lib/components/FooterNav.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
<li><a class="aw-link" href="/blog">Blog</a></li>
136136
<li><a class="aw-link" href="/community">Community</a></li>
137137
<li><a class="aw-link" href="/heroes">Heroes</a></li>
138+
<li><a class="aw-link" href="https://github.com/appwrite" target="_blank">Source code</a></li>
138139
<li>
139140
<a class="aw-link" href="https://status.appwrite.io" target="_blank">Status</a>
140141
</li>

src/lib/components/PreFooter.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<div class="aw-grid-1-1 u-gap-32 aw-u-row-gap-80 u-position-relative">
88
<section class="aw-hero u-flex aw-u-row-gap-32 u-main-center u-cross-center">
9-
<h2 class="aw-display u-max-width-600 aw-u-text-align-center aw-u-color-text-primary">
10-
Start building with Appwrite today
9+
<h2 class="aw-display u-max-width-500 aw-u-text-align-center aw-u-color-text-primary">
10+
Start building today
1111
</h2>
1212
<a href="https://cloud.appwrite.io" class="aw-button is-transparent aw-u-cross-child-center">
13-
<span class="text">Get Started</span>
13+
<span class="text">Start building today</span>
1414
</a>
1515
</section>
1616
<section

src/lib/layouts/Docs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
<div class="u-flex u-gap-4 u-margin-inline-start-auto">
142142
<span class="aw-kbd" aria-label="command">⌘</span>
143-
<span class="aw-kbd">k</span>
143+
<span class="aw-kbd">K</span>
144144
</div>
145145
</button>
146146
</div>

src/lib/layouts/DocsArticle.svelte

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,33 @@
6060
<slot />
6161
<section class="aw-content-footer">
6262
<header class="aw-content-footer-header">
63-
<!-- <div class="aw-content-footer-header-start">
64-
<h5 class="aw-main-body-500 aw-u-color-text-primary">Was this page helpful?</h5>
65-
<div class="u-flex u-gap-8">
66-
<input
67-
class="aw-radio-button is-like"
68-
type="radio"
69-
aria-label="Helpful"
70-
name="happy"
71-
/>
72-
<input
73-
class="aw-radio-button is-dislike"
74-
type="radio"
75-
aria-label="UnHelpful"
76-
name="happy"
77-
/>
78-
</div>
79-
</div> -->
63+
<div class="aw-content-footer-header-start">
64+
<!--
65+
<h5 class="aw-main-body-500 aw-u-color-text-primary">Was this page helpful?</h5>
66+
<div class="u-flex u-gap-8">
67+
<input
68+
class="aw-radio-button is-like"
69+
type="radio"
70+
aria-label="Helpful"
71+
name="happy"
72+
/>
73+
<input
74+
class="aw-radio-button is-dislike"
75+
type="radio"
76+
aria-label="UnHelpful"
77+
name="happy"
78+
/>
79+
</div>
80+
-->
81+
</div>
8082
<div class="aw-content-footer-header-end">
8183
<ul class="aw-metadata aw-caption-400">
8284
<li>Last updated on September 27, 2023</li>
8385
<li>
84-
<button class="">
85-
<!-- TODO: wait for implement icons in website -->
86-
<span class="icon-edit" aria-hidden="true" />
86+
<a href="https://github.com/appwrite/website" target="_blank" class="aw-link">
87+
<span class="icon-pencil-alt u-contents" aria-hidden="true" />
8788
<span>Update on GitHub</span>
88-
</button>
89+
</a>
8990
</li>
9091
</ul>
9192
</div>

src/lib/layouts/DocsTutorial.svelte

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171

7272
<section class="aw-content-footer">
7373
<header class="aw-content-footer-header u-cross-center">
74-
<!-- <div class="aw-content-footer-header-start u-cross-center">
74+
<div class="aw-content-footer-header-start u-cross-center">
75+
<!--
7576
<h5 class="aw-main-body-500 aw-u-color-text-primary">Was this page helpful?</h5>
7677
<div class="u-flex u-gap-8">
7778
<input
@@ -87,15 +88,16 @@
8788
name="happy"
8889
/>
8990
</div>
90-
</div> -->
91+
-->
92+
</div>
9193
<div class="aw-content-footer-header-end">
9294
<ul class="aw-metadata aw-caption-400">
93-
<li>Last updated: July 16, 2023</li>
95+
<li>Last updated on September 27, 2023</li>
9496
<li>
95-
<button class="u-flex u-gap-4 u-cross-baseline">
97+
<a href="https://github.com/appwrite/website" target="_blank" class="aw-link u-flex u-gap-4 u-cross-baseline">
9698
<span class="icon-pencil-alt u-contents" aria-hidden="true" />
9799
<span>Update on GitHub</span>
98-
</button>
100+
</a>
99101
</li>
100102
</ul>
101103
</div>

src/routes/+page.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
<div class="aw-big-padding-section-level-2">
324324
<div class="aw-container">
325325
<div class="aw-hero">
326-
<div class="aw-display aw-u-color-text-primary">Loved by our community</div>
326+
<div class="aw-display aw-u-color-text-primary">Loved by developers like you</div>
327327
</div>
328328
<ul class="aw-multi-columns-1 aw-u-margin-block-start-80">
329329
<li>
@@ -416,15 +416,15 @@
416416
style:left="calc(50% - 384px + 350px)"
417417
>
418418
<img
419-
src="/images/animations/tech.png"
419+
src="/images/animations/tech-dark.png"
420420
width="768"
421421
height="768"
422422
alt=""
423423
style="position: absolute; display: block;"
424424
use:fallback
425425
/>
426426
<spline-viewer
427-
url="https://prod.spline.design/0WfvducTgy5c8aVi/scene.splinecode"
427+
url="/images/animations/dark-scene.splinecode"
428428
width="768"
429429
height="768"
430430
use:viewer
@@ -485,7 +485,7 @@
485485
<section class="aw-hero is-align-start">
486486
<span class="aw-badges aw-eyebrow">Scale_</span>
487487
<h2 class="aw-display u-max-width-600 aw-u-color-text-primary">
488-
We scale for you and your users
488+
We scale for you
489489
</h2>
490490
</section>
491491
<ul

src/routes/blog/post/announcing-pricing/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We created a set of principles to guide us through the pricing process. We like
3030

3131
# Affordable and accessible
3232

33-
The above framework supports our goal to make Appwrite Cloud affordable and accessible to as many developers as possible. We worked together with developers in the Appwrite community to create a transparent and predictable pricing model. We took insights from current costs made, interviews, surveys, as well as pricing of similar products as a baseline to work towards a fair model. A model where costs should never get in the way of your ambitions, the costs are always transparent, and it is as simple for you to get started as it is to stop. With all this in mind, we believe we will build a strong trust with our community, which will eventually lead to Appwrite's growth.
33+
The above framework supports our goal to make Appwrite Cloud affordable and accessible to as many developers as possible. We worked together with developers in the Appwrite community to create a transparent and predictable pricing model. We took insights from current costs made, interviews, surveys, as well as pricing of similar products as a baseline to work towards a fair model. A model where costs should never get in the way of your ambitions, the costs are always transparent, and it is as simple for you to get started as it is to stop. With all this in mind, we believe we will build a strong trust with the Appwrite community, which will eventually lead to Appwrite's growth.
3434

3535
# Pricing plans
3636

0 commit comments

Comments
 (0)