Skip to content

Commit

Permalink
DOC-2507_v6: Remove yeoman generator from tinymce-docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 committed Oct 14, 2024
1 parent 803cb99 commit 39e13d0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 104 deletions.
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
*** xref:shortcuts.adoc[Keyboard Shortcuts]
*** Creating custom plugins
**** xref:creating-a-plugin.adoc[Create a plugin]
**** xref:yeoman-generator.adoc[Yeoman generator]
*** xref:editor-command-identifiers.adoc[Available Commands]
*** xref:events.adoc[Available Events]
*** xref:editor-icon-identifiers.adoc[Available Icons]
Expand Down
4 changes: 0 additions & 4 deletions modules/ROOT/pages/creating-a-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ To be recognized as a plugin by {productname}, the code for a custom plugin must

{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.

=== Yeoman Generator

{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.

== Registering a custom plugin with {productname}

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.
Expand Down
44 changes: 19 additions & 25 deletions modules/ROOT/pages/how-to-guides.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,118 +4,112 @@
:type: folder

// 2 Columns, both asciidoc
[cols=2*a]
[cols="1,1"]
|===

|
a|
[.lead]
xref:accessibility.adoc[Accessibility]

Learn how {productname} works with screen readers and how screen readers work with {productname}.

|
a|
[.lead]
xref:security.adoc[Security]

Security information for {productname}.

|
a|
[.lead]
xref:creating-a-skin.adoc[Create a skin]

Introducing skin creation.

|
a|
[.lead]
xref:creating-an-icon-pack.adoc[Create an icon pack]

Introducing icon pack creation.

|
a|
[.lead]
xref:creating-a-plugin.adoc[Create a plugin]

Introducing plugin creation, with an example.

|
a|
[.lead]
xref:annotations.adoc[Annotations]

{productname} Annotations provides the ability to describe particular features or add general information to a...

|
[.lead]
xref:yeoman-generator.adoc[Yeoman generator]

How to use the Yeoman generator to bootstrap a new {productname} plugin

|
a|
[.lead]
xref:creating-custom-notifications.adoc[Create custom notifications]

Learn how to make custom notifications.

|
a|
[.lead]
xref:php-upload-handler.adoc[PHP image upload handler]

A server-side upload handler PHP script.

|
a|
[.lead]
xref:available-menu-items.adoc[Available Menu Items]

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

|
a|
[.lead]
xref:available-toolbar-buttons.adoc[Available Toolbar Buttons]

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

|
a|
[.lead]
xref:editor-command-identifiers.adoc[Available Commands]

Complete list of editor commands.

|
a|
[.lead]
xref:editor-icon-identifiers.adoc[Available Icons]

Complete list of icon identifiers.

|
a|
[.lead]
xref:editor-context-menu-identifiers.adoc[Available Context Menu Items]

Complete list of available context menu sections.

|
a|
[.lead]
xref:events.adoc[Available Events]

List of common editor events

|
a|
[.lead]
xref:keyboard-shortcuts.adoc[Keyboard shortcuts]

Complete list of keyboard shortcuts.

|
a|
[.lead]
xref:introduction-to-bundling-tinymce.adoc[Bundling {productname}]

Bundling {productname} with Webpack, rollup.js, or Browserify.

|
a|
[.lead]
xref:generate-rsa-key-pairs.adoc[Generate public key pairs]

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

// Empty cell to even out rows
// |

a|
|===
74 changes: 0 additions & 74 deletions modules/ROOT/pages/yeoman-generator.adoc

This file was deleted.

0 comments on commit 39e13d0

Please sign in to comment.