Skip to content

Commit

Permalink
DOC-2507: Remove yeoman generator from tinymce/7 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 committed Oct 14, 2024
1 parent 2bf2c71 commit cd3667f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 114 deletions.
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,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
14 changes: 7 additions & 7 deletions modules/ROOT/pages/cloud-deployment-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@
:type: folder

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

|
a|
[.lead]
xref:editor-and-features.adoc[Cloud deployment of editor & plugins]

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

|
a|
[.lead]
xref:features-only.adoc[Cloud deployment of plugins Only]

Connect to Tiny Cloud within a hybrid deployment.

|
a|
[.lead]
xref:editor-plugin-version.adoc[Specify editor & plugins]

Specifying editor and plugins for Tiny Cloud deployments.

|
a|
[.lead]
xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]

Matrix of compatibility between TinyMCE editor versions and premium plugins.

|
a|
[.lead]
xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]

Troubleshooting errors shown by the Tiny Cloud.

// Empty cell to even out rows
// |
a|

|===
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 TinyMCE works with screen readers and how screen readers work with TinyMCE.

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

Security information for TinyMCE.

|
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]

TinyMCE 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 TinyMCE 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 TinyMCE]

Bundling TinyMCE 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
|===
3 changes: 2 additions & 1 deletion modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This section lists the releases for {productname} 7 and the changes made in each

[cols="1,1"]
|===

a|
[.lead]
xref:7.4.1-release-notes.adoc#overview[{productname} 7.4.1]
Expand Down Expand Up @@ -69,6 +70,6 @@ xref:7.0-release-notes.adoc#overview[{productname} 7.0]
Release notes for {productname} 7.0

// Uncomment this dummy cell when the number of cells above is odd to ensure the table renders correctly.
a|
// a|

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

This file was deleted.

2 changes: 1 addition & 1 deletion modules/ROOT/partials/index-pages/opensource-plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Show a word count in the {productname} status bar.
// odd.
// 2. Prepend the inline comment markup to this element
// when the number of cells in the table is even.
//a|
a|

|===

2 changes: 1 addition & 1 deletion modules/ROOT/partials/index-pages/premium-plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Cloud-based file and image management for {productname}.
// odd.
// 2. Prepend the inline comment markup to this element
// when the number of cells in the table is even.
// a|
a|

|===

0 comments on commit cd3667f

Please sign in to comment.