Skip to content

Commit 90eee70

Browse files
authored
DOC-2372: Rename and populate index files to match latest (#3229)
1 parent 4649c9d commit 90eee70

17 files changed

+327
-35
lines changed

modules/ROOT/nav.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* xref:quick-start.adoc[Quick start]
2-
* xref:general-configuration-guide.adoc[Introduction & getting started]
2+
* xref:getting-started.adoc[Introduction & getting started]
33
** xref:basic-setup.adoc[Basic setup]
44
** xref:use-tinymce-classic.adoc[Classic editing mode]
55
** xref:use-tinymce-inline.adoc[Inline editing mode]
@@ -48,7 +48,7 @@
4848
** xref:file-picker.adoc[Basic local file picker]
4949
** xref:local-upload.adoc[Local file upload]
5050
* xref:tinymce-for-mobile.adoc[Mobile]
51-
* xref:configure[Configuration reference]
51+
* xref:configure.adoc[Configuration reference]
5252
** xref:integration-and-setup.adoc[Integration options]
5353
** xref:editor-appearance.adoc[User interface options]
5454
** xref:content-appearance.adoc[Content appearance options]
@@ -182,7 +182,7 @@
182182
** xref:enterprise-export.adoc[Export]
183183
** xref:support.adoc[Professional support]
184184
** xref:enterprise-system-requirements.adoc[Supported Premium Versions and Platforms]
185-
* xref:tinydrive.adoc[Tiny Drive]
185+
* Tiny Drive
186186
** xref:tinydrive-introduction.adoc[Introduction]
187187
** xref:tinydrive-getting-started.adoc[Getting started]
188188
** xref:tinydrive-jwt-authentication.adoc[JWT Authentication]
@@ -195,7 +195,7 @@
195195
** xref:tinydrive-integrations.adoc[Integrations]
196196
*** xref:tinydrive-dropbox-integration.adoc[Dropbox]
197197
*** xref:tinydrive-dropbox-and-google-drive.adoc[Google Drive]
198-
** xref:tinydrive-api.adoc[API]
198+
** API
199199
*** xref:standalone.adoc[Standalone API]
200200
*** xref:introduction-to-tinydrive-apis.adoc[Plugin API]
201201
** xref:tinydrive-changelog.adoc[Changelog]
Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
1-
= Cloud deployment guide
2-
:description: Start here for Tiny Cloud.
3-
:title_nav: Cloud deployment guide
1+
= Cloud Deployment Guide
2+
:description: Start here for Tiny Cloud
3+
:title_nav: Cloud Deployment Guide
44
:type: folder
55

6+
// 2 Columns, both asciidoc
7+
[cols=2*a]
8+
|===
9+
10+
|
11+
[.lead]
12+
xref:editor-and-features.adoc[Cloud deployment of editor & plugins]
13+
14+
Learn how to set up the {productname} editor via the Cloud or migrate from a self-hosted environment.
15+
16+
|
17+
[.lead]
18+
xref:features-only.adoc[Cloud deployment of plugins Only]
19+
20+
Connect to Tiny Cloud within a hybrid deployment.
21+
22+
|
23+
[.lead]
24+
xref:editor-plugin-version.adoc[Specify editor & plugin versions]
25+
26+
Specifying editor and plugin versions for Tiny Cloud deployments.
27+
28+
|
29+
[.lead]
30+
xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]
31+
32+
Matrix of compatibility between TinyMCE editor versions and premium plugins.
33+
34+
|
35+
[.lead]
36+
xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]
37+
38+
Troubleshooting errors shown by the Tiny Cloud.
39+
40+
// Empty cell to even out rows
41+
|
42+
43+
|===

modules/ROOT/pages/demo-tinydrive.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
== Interactive example
88

9-
This example shows you how to use {cloudfilemanager} for your file and image management. For more information on {cloudfilemanager}, see the xref:tinydrive.adoc[docs].
9+
This example shows you how to use {cloudfilemanager} for your file and image management. For more information on {cloudfilemanager}, see the xref:tinydrive-introduction.adoc[docs].
1010

1111
liveDemo::drive-demo[]

modules/ROOT/pages/editor-and-features.adoc

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

66
{cloudname} is the easiest way to integrate {productname} and upgrade to premium plugins.
77

8-
{cloudname} can be used without an API key. Refer to the xref:general-configuration-guide.adoc[Introduction & getting started] guide for more information. Sign up for an API key and update the script tag to use premium plugins or avoid the in-editor developer warning.
8+
{cloudname} can be used without an API key. Refer to the xref:getting-started.adoc[Introduction & getting started] guide for more information. Sign up for an API key and update the script tag to use premium plugins or avoid the in-editor developer warning.
99

1010
All {cloudname} accounts include a free, pre-configured {cloudname} image proxy service. This setup uses the xref:editimage.adoc[Image tools] plugin.
1111

modules/ROOT/pages/enterprise-tinydrive.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
== Configuring the editor for Tiny Drive
1111

12-
Once you have the API key, or if you are a current {cloudname} user who already has an API key, then you have access to {cloudfilemanager}. In order to get the service up and running, you'll need to complete a few more steps. See our xref:tinydrive.adoc[documentation] for more information.
12+
Once you have the API key, or if you are a current {cloudname} user who already has an API key, then you have access to {cloudfilemanager}. In order to get the service up and running, you'll need to complete a few more steps. See our xref:tinydrive-introduction.adoc[documentation] for more information.
1313

1414
== Security & performance
1515

@@ -25,5 +25,5 @@ liveDemo::drive-demo[]
2525

2626
:pluginname: Tiny Drive
2727
:pluginminimumplan: tierone
28-
:plugindocspage: tinydrive.adoc
28+
:plugindocspage: tinydrive-introduction.adoc
2929
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/examples.adoc

Lines changed: 147 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,152 @@
1-
= Examples & demos
1+
= Examples & Demos
22
:description: Working examples of TinyMCE's popular functionality.
33
:redirect_from: ["/example/", "/examples/", "/tutorial/", "/tutorials/", "/example-tutorial/", "/try-tinymce/"]
44
:title_nav: Examples
55
:type: folder
66

7+
// 2 Columns, both asciidoc
8+
[cols=2*a]
9+
|===
10+
11+
|
12+
[.lead]
13+
xref:basic-example.adoc[Basic example]
14+
15+
Basic example
16+
17+
|
18+
[.lead]
19+
xref:full-featured.adoc[Full featured]
20+
21+
Full featured demo
22+
23+
|
24+
[.lead]
25+
xref:demo-casechange.adoc[Case Change]
26+
27+
Case Change demo
28+
29+
|
30+
[.lead]
31+
xref:comments-demo.adoc[Comments]
32+
33+
Comments demo
34+
35+
|
36+
[.lead]
37+
xref:demo-checklist.adoc[Checklist]
38+
39+
Checklist demo
40+
41+
|
42+
[.lead]
43+
xref:demo-pageembed.adoc[Page Embed]
44+
45+
Page Embed demo
46+
47+
|
48+
[.lead]
49+
xref:demo-permanentpen.adoc[Permanent Pen]
50+
51+
Permanent Pen demo
52+
53+
|
54+
[.lead]
55+
xref:demo-formatpainter.adoc[Format Painter]
56+
57+
Format Painter demo
58+
59+
|
60+
[.lead]
61+
xref:demo-tinydrive.adoc[Tiny Drive]
62+
63+
Tiny Drive demo
64+
65+
|
66+
[.lead]
67+
xref:distraction-free-demo.adoc[Distraction-free editor]
68+
69+
Distraction-free editor demo
70+
71+
|
72+
[.lead]
73+
xref:inline.adoc[Inline editor]
74+
75+
Inline editor demo
76+
77+
|
78+
[.lead]
79+
xref:classic-demo.adoc[Classic editor mode]
80+
81+
Classic editor mode demo
82+
83+
|
84+
[.lead]
85+
xref:image-tools.adoc[Image tools]
86+
87+
Image tools demo
88+
89+
|
90+
[.lead]
91+
xref:format-custom.adoc[Custom formats]
92+
93+
Custom formats demo
94+
95+
|
96+
[.lead]
97+
xref:format-html5.adoc[HTML5 formats]
98+
99+
HTML5 formats demo
100+
101+
|
102+
[.lead]
103+
xref:url-conversion.adoc[URL conversion]
104+
105+
URL conversion demo
106+
107+
|
108+
[.lead]
109+
xref:valid-elements.adoc[Valid elements]
110+
111+
Valid elements demo
112+
113+
|
114+
[.lead]
115+
xref:custom-basic-toolbar-button.adoc[Custom toolbar button]
116+
117+
Custom toolbar button demo
118+
119+
|
120+
[.lead]
121+
xref:custom-menu-toolbar-button.adoc[Custom toolbar menu button]
122+
123+
Custom toolbar menu button demo
124+
125+
|
126+
[.lead]
127+
xref:custom-split-toolbar-button.adoc[Custom toolbar split button]
128+
129+
Custom toolbar split button demo
130+
131+
|
132+
[.lead]
133+
xref:custom-basic-menu-items.adoc[Custom menu item]
134+
135+
Custom menu item demo
136+
137+
|
138+
[.lead]
139+
xref:file-picker.adoc[Basic local file picker]
140+
141+
Basic local file picker demo
142+
143+
|
144+
[.lead]
145+
xref:local-upload.adoc[Local file upload]
146+
147+
Local file upload demo
148+
149+
// Empty cell to even out rows
150+
|
151+
152+
|===

modules/ROOT/pages/general-configuration-guide.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
= Introduction & getting started
2+
:description: New to self-hosting {productname}? Start here.
3+
:title_nav: Introduction & getting started
4+
:type: folder
5+
6+
// 2 Columns, both asciidoc
7+
[cols=2*a]
8+
|===
9+
10+
|
11+
[.lead]
12+
xref:basic-setup.adoc[Basic setup]
13+
14+
How to get up and running with {productname}
15+
16+
|
17+
[.lead]
18+
xref:use-tinymce-classic.adoc[Classic editing mode]
19+
20+
The Theme that renders iframe or inline modes using the {productname} core UI framework.
21+
22+
|
23+
[.lead]
24+
xref:use-tinymce-inline.adoc[Inline editing mode]
25+
26+
Learn about forms-based editing v. inline editing.
27+
28+
|
29+
[.lead]
30+
xref:use-tinymce-distraction-free.adoc[Distraction-free editing mode]
31+
32+
Mode that renders a lightweight UI for inline editing.
33+
34+
|
35+
[.lead]
36+
xref:multiple-editors.adoc[Multiple editors in a page]
37+
38+
Use multiple {productname} instances in a single page
39+
40+
|
41+
[.lead]
42+
xref:installation.adoc[Options for installing {productname}]
43+
44+
Learn how to install {productname} via {cloudname}, package manager options, Self-hosted, jQuery and custom build options.
45+
46+
|
47+
[.lead]
48+
xref:upgrading.adoc[Upgrading {productname}]
49+
50+
How to upgrade {productname} via {cloudname}, package manager options, Self-hosted, and custom build options.
51+
52+
|
53+
[.lead]
54+
xref:work-with-plugins.adoc[Using plugins to extend {productname}]
55+
56+
Learn about {productname}'s plugin functionality and discover our Top 10 plugins.
57+
58+
|
59+
[.lead]
60+
xref:customize-ui.adoc[Customizing the UI]
61+
62+
Learn how to change the appearance of {productname}.
63+
64+
|
65+
[.lead]
66+
xref:editor-content-css.adoc[Boilerplate content CSS]
67+
68+
Learn how to set up CSS for your site to integrate {productname}.
69+
70+
|
71+
[.lead]
72+
xref:upload-images.adoc[Image uploads]
73+
74+
How to manage asynchronous image uploads.
75+
76+
|
77+
[.lead]
78+
xref:spell-checking.adoc[Spell checking]
79+
80+
Check spelling in {productname}
81+
82+
|
83+
[.lead]
84+
xref:filter-content.adoc[Content filtering]
85+
86+
Learn how to create clean, maintainable and readable content.
87+
88+
|
89+
[.lead]
90+
xref:localize-your-language.adoc[Localization]
91+
92+
Localize {productname} with global language capabilities.
93+
94+
|
95+
[.lead]
96+
xref:attribution-requirements.adoc[Logo attribution]
97+
98+
{productname} Terms of Service.
99+
100+
|
101+
[.lead]
102+
xref:system-requirements.adoc[Supported Versions and Platforms]
103+
104+
Supported versions and platforms for {productname}.
105+
106+
|
107+
[.lead]
108+
xref:get-support.adoc[Support & FAQ]
109+
110+
Community and pro-grade support options.
111+
112+
// Empty cell to even out rows
113+
|
114+
115+
|===

0 commit comments

Comments
 (0)