Skip to content

Commit 081d143

Browse files
committed
Add basic homepage for tinymce 4 docs
1 parent d7c82b3 commit 081d143

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ asciidoc:
66
product_homepage: https://www.tiny.cloud
77
origin: https://www.tiny.cloud
88
baseurl: localhost:4000/tinymce/4
9+
product_latest_url: https://www.tiny.cloud/docs/tinymce/latest/index.html
910
shared_baseurl:
1011
cdnurl: https://cdn.tiny.cloud/1/no-api-key/tinymce/4/tinymce.min.js
1112
downloadspage: https://www.tiny.cloud/get-tiny/downloads/

modules/ROOT/pages/index.adoc

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
:rootDir: ./
22
:partialsDir: {rootDir}partials/
3-
= TinyMCE 4 Documentation
3+
= TinyMCE 4
44

5-
The official documentation source for the most advanced editor designed to simplify website creation.
5+
IMPORTANT: TinyMCE 4 is no-longer supported or maintained. Please upgrade to the link:{product_latest_url}[latest version of TinyMCE].
6+
7+
TinyMCE is a powerful and flexible text editor that makes it incredibly easy for people with various levels of technical expertise to create rich content.
8+
9+
== Full-Featured Example
10+
11+
++++
12+
<p data-height="750" data-theme-id="0" data-slug-hash="NGegZK" data-default-tab="result" data-user="tinymce" class="codepen">
13+
See the Pen <a href="http://codepen.io/tinymce/pen/NGegZK/">NGegZK</a>
14+
by TinyMCE (<a href="http://codepen.io/tinymce">@tinymce</a>)
15+
on <a href="http://codepen.io">CodePen</a>.
16+
</p>
17+
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
18+
++++
19+
20+
== Inline editor Example
21+
22+
++++
23+
<p data-height="600" data-theme-id="0" data-slug-hash="bKPBjg" data-default-tab="result" data-user="tinymce" class="codepen">
24+
See the Pen <a href="http://codepen.io/tinymce/pen/bKPBjg/">bKPBjg</a>
25+
by TinyMCE (<a href="http://codepen.io/tinymce">@tinymce</a>)
26+
on <a href="http://codepen.io">CodePen</a>.
27+
</p>
28+
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
29+
++++

0 commit comments

Comments
 (0)