|
1 | 1 | * xref:quick-start.adoc[Quick start] |
2 | | -* Introduction & getting started |
| 2 | +* xref:general-configuration-guide.adoc[Introduction & getting started] |
3 | 3 | ** xref:basic-setup.adoc[Basic setup] |
4 | 4 | ** xref:use-tinymce-classic.adoc[Classic editing mode] |
5 | 5 | ** xref:use-tinymce-inline.adoc[Inline editing mode] |
|
17 | 17 | ** xref:attribution-requirements.adoc[Logo attribution] |
18 | 18 | ** xref:system-requirements.adoc[Supported Versions and Platforms] |
19 | 19 | ** xref:get-support.adoc[Support & FAQ] |
20 | | -* Cloud deployment guide |
| 20 | +* xref:cloud-deployment-guide.adoc[Cloud deployment guide] |
21 | 21 | ** xref:editor-and-features.adoc[Cloud deployment of editor & plugins] |
22 | 22 | ** xref:features-only.adoc[Cloud deployment of plugins Only] |
23 | 23 | ** xref:editor-plugin-version.adoc[Specify editor & plugin versions] |
24 | 24 | ** xref:plugin-editor-version-compatibility.adoc[Version compatibility reference] |
25 | 25 | ** xref:cloud-troubleshooting.adoc[Cloud Troubleshooting] |
26 | | -* Examples |
| 26 | +* xref:examples.adoc[Examples] |
27 | 27 | ** xref:basic-example.adoc[Basic example] |
28 | 28 | ** xref:full-featured.adoc[Full featured] |
29 | 29 | ** xref:demo-casechange.adoc[Case Change] |
|
48 | 48 | ** xref:file-picker.adoc[Basic local file picker] |
49 | 49 | ** xref:local-upload.adoc[Local file upload] |
50 | 50 | * xref:tinymce-for-mobile.adoc[Mobile] |
51 | | -* Configuration reference |
| 51 | +* xref:configure[Configuration reference] |
52 | 52 | ** xref:integration-and-setup.adoc[Integration options] |
53 | 53 | ** xref:editor-appearance.adoc[User interface options] |
54 | 54 | ** xref:content-appearance.adoc[Content appearance options] |
|
62 | 62 | ** xref:content-behavior-options.adoc[Advanced editing options] |
63 | 63 | ** xref:contributing-to-open-source.adoc[Contribute to TinyMCE] |
64 | 64 | ** xref:contributing-docs.adoc[Contribute to documentation] |
65 | | -* Plugins |
66 | | -** Premium plugins |
| 65 | +* xref:plugins.adoc[Plugins] |
| 66 | +** xref:premium.adoc[Premium plugins] |
67 | 67 | *** xref:a11ychecker.adoc[Accessibility Checker] |
68 | 68 | *** xref:advcode.adoc[Advanced Code Editor] |
69 | 69 | *** xref:advtable.adoc[Advanced Tables] |
70 | 70 | *** xref:casechange.adoc[Case Change] |
71 | 71 | *** xref:checklist.adoc[Checklist] |
72 | | -*** Comments |
| 72 | +*** xref:comments.adoc[Comments] |
73 | 73 | **** xref:introduction_to_tiny_comments.adoc[Introduction] |
74 | 74 | **** xref:comments-using-comments.adoc[Using Comments] |
75 | 75 | **** xref:comments-callback-mode.adoc[Callback mode] |
|
88 | 88 | *** xref:introduction-to-tiny-spellchecker.adoc[Spell Checker Pro] |
89 | 89 | *** xref:tinydrive-plugin.adoc[Tiny Drive] |
90 | 90 | *** xref:rtc-plugin.adoc[Real-time Collaboration] |
91 | | -** Open source plugins |
| 91 | +** xref:opensource.adoc[Open source plugins] |
92 | 92 | *** xref:advlist.adoc[Advanced List] |
93 | 93 | *** xref:anchor.adoc[Anchor] |
94 | 94 | *** xref:autolink.adoc[Autolink] |
|
130 | 130 | *** xref:visualblocks.adoc[Visual Blocks] |
131 | 131 | *** xref:visualchars.adoc[Visual Characters] |
132 | 132 | *** xref:wordcount.adoc[Word Count] |
133 | | -* UI components |
| 133 | +* xref:ui-components.adoc[UI components] |
134 | 134 | ** xref:autocompleter.adoc[Autocompleter] |
135 | 135 | ** xref:contextform.adoc[Context forms] |
136 | 136 | ** xref:contextmenu.adoc[Context menu] |
|
142 | 142 | ** xref:urldialog.adoc[URL dialog] |
143 | 143 | ** xref:custom-toolbarbuttons.adoc[Toolbar buttons] |
144 | 144 | ** xref:typesoftoolbarbuttons.adoc[Types of toolbar buttons] |
145 | | -* Premium features |
| 145 | +* xref:enterprise.adoc[Premium features] |
146 | 146 | ** xref:introduction-to-tiny-comments.adoc[Commenting & collaboration] |
147 | 147 | ** xref:enterprise-tinydrive.adoc[Cloud-based file management] |
148 | 148 | ** xref:enterprise-moxiemanager.adoc[Self-hosted file management] |
|
182 | 182 | ** xref:enterprise-export.adoc[Export] |
183 | 183 | ** xref:support.adoc[Professional support] |
184 | 184 | ** xref:enterprise-system-requirements.adoc[Supported Premium Versions and Platforms] |
185 | | -* Tiny Drive |
| 185 | +* xref:tinydrive.adoc[Tiny Drive] |
186 | 186 | ** xref:tinydrive-introduction.adoc[Introduction] |
187 | 187 | ** xref:tinydrive-getting-started.adoc[Getting started] |
188 | 188 | ** xref:tinydrive-jwt-authentication.adoc[JWT Authentication] |
189 | 189 | ** xref:tinydrive-setup-options.adoc[Configuration options] |
190 | | -** Starter projects |
| 190 | +** xref:tinydrive-libraries[Starter projects] |
191 | 191 | *** xref:dotnet-projects.adoc[.Net Core] |
192 | 192 | *** xref:tinydrive-java.adoc[Java Spring] |
193 | 193 | *** xref:tinydrive-nodejs.adoc[Node.js] |
194 | 194 | *** xref:tinydrive-php.adoc[PHP] |
195 | | -** Integrations |
| 195 | +** xref:tinydrive-integrations.adoc[Integrations] |
196 | 196 | *** xref:tinydrive-dropbox-integration.adoc[Dropbox] |
197 | 197 | *** xref:tinydrive-dropbox-and-google-drive.adoc[Google Drive] |
198 | | -** API |
| 198 | +** xref:tinydrive-api.adoc[API] |
199 | 199 | *** xref:standalone.adoc[Standalone API] |
200 | 200 | *** xref:introduction-to-tinydrive-apis.adoc[Plugin API] |
201 | 201 | ** xref:tinydrive-changelog.adoc[Changelog] |
202 | 202 | ** xref:get-help.adoc[Get help] |
203 | | -* Real-time Collaboration (RTC) |
| 203 | +* xref:rtc.adoc[Real-time Collaboration (RTC)] |
204 | 204 | ** xref:rtc-introduction.adoc[Introduction] |
205 | 205 | ** xref:rtc-supported-functionality.adoc[Supported Functionality] |
206 | 206 | ** xref:rtc-getting-started.adoc[Getting started with RTC] |
207 | 207 | ** xref:encryption.adoc[Encryption Setup] |
208 | 208 | ** xref:rtc-jwt-authentication.adoc[JWT Authentication Setup] |
209 | | -** Configuration options |
| 209 | +** xref:rtc-configuration.adoc[Configuration options] |
210 | 210 | *** xref:rtc-options-overview.adoc[Configuration options overview] |
211 | 211 | *** xref:rtc-options-required.adoc[Required configuration options] |
212 | 212 | *** xref:rtc-options-optional.adoc[Recommended and optional configuration options] |
213 | 213 | ** xref:rtc-events.adoc[RTC Events] |
214 | 214 | ** xref:how-the-rtc-plugin-encrypts-content.adoc[How RTC encrypts content] |
215 | 215 | ** xref:rtc-troubleshooting.adoc[RTC Troubleshooting] |
216 | | -* Advanced topics |
| 216 | +* xref:advanced.adoc[Advanced topics] |
217 | 217 | ** xref:tinymce-and-screenreaders.adoc[Accessibility] |
218 | 218 | ** xref:security.adoc[Security] |
219 | 219 | ** xref:creating-a-skin.adoc[Create a skin] |
|
230 | 230 | ** xref:editor-context-menu-identifiers.adoc[Available Context Menu Items] |
231 | 231 | ** xref:events.adoc[Available Events] |
232 | 232 | ** xref:keyboard-shortcuts.adoc[Keyboard shortcuts] |
233 | | -** Bundling TinyMCE |
| 233 | +** xref:usage-with-module-loaders.adoc[Bundling TinyMCE] |
234 | 234 | *** xref:introduction_to_bundling_tinymce.adoc[Introduction] |
235 | | -*** Webpack |
| 235 | +*** xref:webpack.adoc[Webpack] |
236 | 236 | **** xref:webpack-cjs-npm.adoc[ES6 and npm] |
237 | 237 | **** xref:webpack-cjs-npm.adoc[CommonJS and npm] |
238 | 238 | **** xref:webpack-cjs-npm.adoc[ES6 and a .zip archive] |
239 | 239 | **** xref:webpack-cjs-download.adoc[CommonJS and a .zip archive] |
240 | | -*** Rollup.js |
| 240 | +*** xref:rollup.adoc[Rollup.js] |
241 | 241 | **** xref:rollup-es6-npm.adoc[ES6 and npm] |
242 | 242 | **** xref:rollup-es6-download.adoc[ES6 and a .zip archive] |
243 | | -*** Browserify |
| 243 | +*** xref:browserify.adoc[Browserify] |
244 | 244 | **** xref:browserify-cjs-npm.adoc[CommonJS and npm] |
245 | 245 | **** xref:browserify-cjs-download.adoc[CommonJS and a .zip archive] |
246 | | -*** Reference |
| 246 | +*** xref:reference.adoc[Reference] |
247 | 247 | **** xref:bundling-plugins.adoc[Plugins] |
248 | 248 | **** xref:content-css.adoc[Content CSS] |
249 | 249 | **** xref:bundling-skins.adoc[Skins] |
250 | 250 | **** xref:bundling-icons.adoc[Icons] |
251 | 251 | **** xref:bundling-localization.adoc[UI localizations] |
252 | 252 | **** xref:bundling-themes.adoc[Themes] |
253 | 253 | ** xref:generate-rsa-key-pairs.adoc[Generate public key pairs] |
254 | | -* Integrations |
| 254 | +* xref:integrations.adoc[Integrations] |
255 | 255 | ** xref:angularjs.adoc[AngularJS] |
256 | 256 | ** xref:angular-pm.adoc[Angular 5+] |
257 | 257 | ** xref:blazor-pm.adoc[Blazor] |
258 | 258 | ** xref:bootstrap.adoc[Bootstrap] |
259 | 259 | ** xref:django.adoc[Django] |
260 | 260 | ** xref:jquery-pm.adoc[jQuery] |
261 | | -** Laravel |
| 261 | +** xref:laravel.adoc[Laravel] |
262 | 262 | *** xref:laravel-introduction.adoc[Introduction] |
263 | 263 | *** xref:laravel-tiny-cloud.adoc[Using Tiny Cloud] |
264 | 264 | *** xref:laravel-composer-install.adoc[Using the Composer package] |
|
0 commit comments