Skip to content

Commit 382e347

Browse files
committed
DOC-2559: Update key documentation pages with information about the Cloud account creation and the social login option.
1 parent 3056162 commit 382e347

File tree

6 files changed

+50
-2
lines changed

6 files changed

+50
-2
lines changed

modules/ROOT/pages/cloud-quick-start.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
:keywords: tinymce, script, textarea
66
:productSource: cloud
77

8+
include::partial$misc/admin-account-creation-and-social-option.adoc[]
9+
810
include::partial$install/basic-quickstart-base.adoc[]

modules/ROOT/pages/getting-started.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ Learn how to install {productname} via {cloudname}, package managers, self-hoste
2323
// Empty cell to even out rows
2424
// |
2525

26-
|===
26+
|===
27+
28+
include::partial$misc/admin-account-creation-and-social-option.adoc[]

modules/ROOT/pages/introduction-to-tinymce.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
:keywords: tinymce, script, textarea
44

55
include::partial$what-is-tinymce.adoc[]
6+
7+
include::partial$misc/admin-account-creation-and-social-option.adoc[]

modules/ROOT/pages/invalid-api-key.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ You can view the list of approved domains by logging into https://www.tiny.cloud
6565
* If you want to self-host {productname} and use our Premium features, https://www.tiny.cloud/contact/[get in touch with our Sales team] for a custom quote.
6666

6767
TIP: For additional information on Troubleshooting Tiny Cloud visit: xref:cloud-troubleshooting.adoc[Cloud Troubleshooting].
68+
69+
include::partial$misc/admin-account-creation-and-social-option.adoc[]

modules/ROOT/pages/usage-based-billing.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ If you have an annual plan, your editor loads are calculated on a monthly basis
6767

6868
=== If I’m on the Essential plan and reach 5,000 editor loads, will I automatically be upgraded to the Professional plan?
6969

70-
You will not automatically be upgraded. You will remain on your current plan and will automatically be charged $40 USD for each additional block of 1,000 editor loads over your plan limit. To avoid these charges, we encourage you to periodically review your editor load count to ensure you’re on the most appropriate pricing plan. You can always upgrade your plan in our Customer Portal > Settings > Billing Portal > Change Plans.
70+
You will not automatically be upgraded. You will remain on your current plan and will automatically be charged $40 USD for each additional block of 1,000 editor loads over your plan limit. To avoid these charges, we encourage you to periodically review your editor load count to ensure you’re on the most appropriate pricing plan. You can always upgrade your plan in our Customer Portal > Settings > Billing Portal > Change Plans.
71+
72+
include::partial$misc/admin-account-creation-and-social-option.adoc[]
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
++++
2+
<h1 style="color: #000000;">Quick Start</h1>
3+
<h2 style="color: #000000;">Create your free Tiny account</h2>
4+
<br>
5+
<p style="margin-bottom: 16px;">
6+
TinyMCE 7 is a powerful and flexible rich text editor that can be embedded in web applications. This quick start guide covers how to add a TinyMCE editor to a web page using the Tiny Cloud.
7+
</p>
8+
<p style="margin-bottom: 16px;">
9+
Install TinyMCE to add a fully-featured, sleek, and intuitive rich text editor to your app—in just a few lines of code. After registration, you will find the personalized code snippet with your API key and a helpful guide that will walk you through the initial steps of your TinyMCE integration.
10+
</p>
11+
<p style="margin-bottom: 16px;">
12+
It only takes 2 minutes to create your free Tiny account and get the API key:
13+
</p>
14+
<div class="account-creation-buttons" style="display: flex; gap: 10px; margin-bottom: 16px;">
15+
<a href="https://tiny.cloud/signup" title="Sign in with Google" style="text-decoration: none; padding: 8px 16px; background-color: #ffffff; color: #000000; border: 1px solid #000000; border-radius: 4px; font-weight: bold; display: flex; align-items: center; transition: background-color 0.3s, color 0.3s;">
16+
<img src="https://www.tiny.cloud/images/icons/google.svg" alt="Google" width="24" height="24" style="margin-right: 8px;">
17+
Sign up with Google
18+
</a>
19+
<a href="https://tiny.cloud/signup" title="Sign in with Github" style="text-decoration: none; padding: 8px 16px; background-color: #ffffff; color: #000000; border: 1px solid #000000; border-radius: 4px; font-weight: bold; display: flex; align-items: center; transition: background-color 0.3s, color 0.3s;">
20+
<img src="https://www.tiny.cloud/images/icons/github.svg" alt="GitHub" width="24" height="24" style="margin-right: 8px;">
21+
Sign up with Github
22+
</a>
23+
</div>
24+
25+
<style>
26+
.account-creation-buttons a {
27+
transition: transform 0.3s ease;
28+
}
29+
30+
.account-creation-buttons a:hover {
31+
transform: scale(1.05);
32+
}
33+
</style>
34+
35+
<p style="margin-bottom: 16px;">
36+
Or create your account on <a href="https://tiny.cloud/signup" style="color: #000000; text-decoration: none; border-bottom: 1px solid #000000;">https://tiny.cloud/signup</a>
37+
</p>
38+
++++

0 commit comments

Comments
 (0)