Skip to content

Commit 1addcd8

Browse files
kemister85Farzad Hayat
andauthored
DOC-2507: Remove yeoman generator from tinymce/7 docs. (#3476)
* DOC-2507: Remove yeoman generator from tinymce/7 docs. * Update modules/ROOT/nav.adoc Co-authored-by: Farzad Hayat <[email protected]> * Update modules/ROOT/pages/how-to-guides.adoc Co-authored-by: Farzad Hayat <[email protected]> --------- Co-authored-by: Farzad Hayat <[email protected]>
1 parent 566ff09 commit 1addcd8

File tree

8 files changed

+31
-117
lines changed

8 files changed

+31
-117
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@
185185
*** xref:contextmenu.adoc[Context menus]
186186
*** xref:contexttoolbar.adoc[Context toolbar]
187187
*** xref:shortcuts.adoc[Keyboard Shortcuts]
188-
*** Creating custom plugins
189-
**** xref:creating-a-plugin.adoc[Create a plugin]
190-
**** xref:yeoman-generator.adoc[Yeoman generator]
188+
*** xref:creating-a-plugin.adoc[Creating custom plugins]
191189
*** xref:editor-command-identifiers.adoc[Available Commands]
192190
*** xref:events.adoc[Available Events]
193191
*** xref:editor-icon-identifiers.adoc[Available Icons]

modules/ROOT/pages/cloud-deployment-guide.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44
:type: folder
55

66
// 2 Columns, both asciidoc
7-
[cols=2*a]
7+
[cols="1,1"]
88
|===
99

10-
|
10+
a|
1111
[.lead]
1212
xref:editor-and-features.adoc[Cloud deployment of editor & plugins]
1313

1414
Learn how to set up the {productname} editor via the Cloud or migrate from a self-hosted environment.
1515

16-
|
16+
a|
1717
[.lead]
1818
xref:features-only.adoc[Cloud deployment of plugins Only]
1919

2020
Connect to Tiny Cloud within a hybrid deployment.
2121

22-
|
22+
a|
2323
[.lead]
2424
xref:editor-plugin-version.adoc[Specify editor & plugins]
2525

2626
Specifying editor and plugins for Tiny Cloud deployments.
2727

28-
|
28+
a|
2929
[.lead]
3030
xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]
3131

3232
Matrix of compatibility between TinyMCE editor versions and premium plugins.
3333

34-
|
34+
a|
3535
[.lead]
3636
xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]
3737

3838
Troubleshooting errors shown by the Tiny Cloud.
3939

4040
// Empty cell to even out rows
41-
// |
41+
a|
4242

4343
|===

modules/ROOT/pages/creating-a-plugin.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ To be recognized as a plugin by {productname}, the code for a custom plugin must
1212

1313
{productname} does not require any special file structure or tooling apart from these requirements, so custom plugins can be developed using most frameworks and tools.
1414

15-
=== Yeoman Generator
16-
17-
{companyname} maintains a xref:yeoman-generator.adoc[Yeoman generator] to assist with creating plugins for {productname}. The Yeoman Generator will create the files and boilerplate code required for a custom plugin, and sets up some helpful commands.
18-
1915
== Registering a custom plugin with {productname}
2016

2117
Register a custom plugin with {productname} using the PluginManager. `+PluginManager.add()+` takes a string for the plugin identifier and a function that contains the code for initializing the plugin.

modules/ROOT/pages/how-to-guides.adoc

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,118 +4,111 @@
44
:type: folder
55

66
// 2 Columns, both asciidoc
7-
[cols=2*a]
7+
[cols="1,1"]
88
|===
99

10-
|
10+
a|
1111
[.lead]
1212
xref:accessibility.adoc[Accessibility]
1313

1414
Learn how TinyMCE works with screen readers and how screen readers work with TinyMCE.
1515

16-
|
16+
a|
1717
[.lead]
1818
xref:security.adoc[Security]
1919

2020
Security information for TinyMCE.
2121

22-
|
22+
a|
2323
[.lead]
2424
xref:creating-a-skin.adoc[Create a skin]
2525

2626
Introducing skin creation.
2727

28-
|
28+
a|
2929
[.lead]
3030
xref:creating-an-icon-pack.adoc[Create an icon pack]
3131

3232
Introducing icon pack creation.
3333

34-
|
34+
a|
3535
[.lead]
3636
xref:creating-a-plugin.adoc[Create a plugin]
3737

3838
Introducing plugin creation, with an example.
3939

40-
|
40+
a|
4141
[.lead]
4242
xref:annotations.adoc[Annotations]
4343

4444
TinyMCE Annotations provides the ability to describe particular features or add general information to a...
4545

46-
|
47-
[.lead]
48-
xref:yeoman-generator.adoc[Yeoman generator]
49-
50-
How to use the Yeoman generator to bootstrap a new TinyMCE plugin
51-
52-
|
46+
a|
5347
[.lead]
5448
xref:creating-custom-notifications.adoc[Create custom notifications]
5549

5650
Learn how to make custom notifications.
5751

58-
|
52+
a|
5953
[.lead]
6054
xref:php-upload-handler.adoc[PHP image upload handler]
6155

6256
A server-side upload handler PHP script.
6357

64-
|
58+
a|
6559
[.lead]
6660
xref:available-menu-items.adoc[Available Menu Items]
6761

6862
Complete list of menu items available for the menu bar and context menus.
6963

70-
|
64+
a|
7165
[.lead]
7266
xref:available-toolbar-buttons.adoc[Available Toolbar Buttons]
7367

7468
Complete list of toolbar buttons available for the toolbar and quick toolbars.
7569

76-
|
70+
a|
7771
[.lead]
7872
xref:editor-command-identifiers.adoc[Available Commands]
7973

8074
Complete list of editor commands.
8175

82-
|
76+
a|
8377
[.lead]
8478
xref:editor-icon-identifiers.adoc[Available Icons]
8579

8680
Complete list of icon identifiers.
8781

88-
|
82+
a|
8983
[.lead]
9084
xref:editor-context-menu-identifiers.adoc[Available Context Menu Items]
9185

9286
Complete list of available context menu sections.
9387

94-
|
88+
a|
9589
[.lead]
9690
xref:events.adoc[Available Events]
9791

9892
List of common editor events
9993

100-
|
94+
a|
10195
[.lead]
10296
xref:keyboard-shortcuts.adoc[Keyboard shortcuts]
10397

10498
Complete list of keyboard shortcuts.
10599

106-
|
100+
a|
107101
[.lead]
108102
xref:introduction-to-bundling-tinymce.adoc[Bundling TinyMCE]
109103

110104
Bundling TinyMCE with Webpack, rollup.js, or Browserify.
111105

112-
|
106+
a|
113107
[.lead]
114108
xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
115109

116110
Instructions on how to generate private/public key pairs for the Tiny Cloud
117111

118112
// Empty cell to even out rows
119-
// |
120-
113+
|a
121114
|===

modules/ROOT/pages/release-notes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section lists the releases for {productname} 7 and the changes made in each
88

99
[cols="1,1"]
1010
|===
11+
1112
a|
1213
[.lead]
1314
xref:7.4.1-release-notes.adoc#overview[{productname} 7.4.1]
@@ -69,6 +70,6 @@ xref:7.0-release-notes.adoc#overview[{productname} 7.0]
6970
Release notes for {productname} 7.0
7071

7172
// Uncomment this dummy cell when the number of cells above is odd to ensure the table renders correctly.
72-
a|
73+
// a|
7374

7475
|===

modules/ROOT/pages/yeoman-generator.adoc

Lines changed: 0 additions & 74 deletions
This file was deleted.

modules/ROOT/partials/index-pages/opensource-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Show a word count in the {productname} status bar.
183183
// odd.
184184
// 2. Prepend the inline comment markup to this element
185185
// when the number of cells in the table is even.
186-
//a|
186+
a|
187187

188188
|===
189189

modules/ROOT/partials/index-pages/premium-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Cloud-based file and image management for {productname}.
195195
// odd.
196196
// 2. Prepend the inline comment markup to this element
197197
// when the number of cells in the table is even.
198-
// a|
198+
a|
199199

200200
|===
201201

0 commit comments

Comments
 (0)