Skip to content

Commit ed3da8a

Browse files
kemister85Farzad Hayat
andauthored
DOC-2507_v6: Remove yeoman generator from tinymce-docs. (#3477)
* DOC-2507_v6: Remove yeoman generator from tinymce-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 e77b0cb commit ed3da8a

File tree

4 files changed

+20
-107
lines changed

4 files changed

+20
-107
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@
181181
*** xref:contextmenu.adoc[Context menus]
182182
*** xref:contexttoolbar.adoc[Context toolbar]
183183
*** xref:shortcuts.adoc[Keyboard Shortcuts]
184-
*** Creating custom plugins
185-
**** xref:creating-a-plugin.adoc[Create a plugin]
186-
**** xref:yeoman-generator.adoc[Yeoman generator]
184+
*** xref:creating-a-plugin.adoc[Creating custom plugins]
187185
*** xref:editor-command-identifiers.adoc[Available Commands]
188186
*** xref:events.adoc[Available Events]
189187
*** xref:editor-icon-identifiers.adoc[Available Icons]

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 {productname} works with screen readers and how screen readers work with {productname}.
1515

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

2020
Security information for {productname}.
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
{productname} 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 {productname} 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 {productname}]
109103

110104
Bundling {productname} 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/yeoman-generator.adoc

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

0 commit comments

Comments
 (0)