Skip to content

Commit 55c3f18

Browse files
committed
DOC-3313_v2: Remove Bower documentation due to deprication 2017 notice.
1 parent f68339d commit 55c3f18

File tree

6 files changed

+1
-83
lines changed

6 files changed

+1
-83
lines changed

modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
***** xref:shadow-dom.adoc[Shadow DOM]
4646
***** xref:php-projects.adoc[PHP projects]
4747
***** xref:dotnet-projects.adoc[.NET projects]
48-
***** xref:bower-projects.adoc[Bower projects]
4948
***** xref:wordpress.adoc[WordPress]
5049
*** xref:installation-zip.adoc[ZIP]
5150
**** xref:zip-install.adoc[Quick start guide]

modules/ROOT/pages/bower-projects.adoc

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

modules/ROOT/pages/installation-self-hosted.adoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ link:https://www.tiny.cloud/docs/tinymce/latest/dotnet-projects/[.NET Projects]
137137

138138
Install and configure {productname} in .NET projects.
139139

140-
|
141-
[.lead]
142-
link:https://www.tiny.cloud/docs/tinymce/latest/bower-projects/[Bower Projects]
143-
144-
Install and configure {productname} in Bower-based projects.
145-
146140
|
147141
[.lead]
148142
link:https://www.tiny.cloud/docs/tinymce/latest/wordpress/[WordPress]
@@ -166,9 +160,6 @@ You can install {productname} using various package managers:
166160
|link:https://classic.yarnpkg.com/en/package/tinymce[Yarn^]
167161
|`yarn add tinymce`
168162

169-
|link:https://bower.io[Bower^]
170-
|`bower install tinymce` (_deprecated_)
171-
172163
|link:https://packagist.org/packages/tinymce/tinymce[Composer (PHP)^]
173164
|`composer require tinymce/tinymce`
174165

modules/ROOT/pages/upgrading.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Upgrading TinyMCE
22
:navtitle: Upgrading TinyMCE
33
:description: How to upgrade TinyMCE via Tiny Cloud, package manager options, and Self-hosted options.
4-
:keywords: npm, bower, composer, nuget, update, updating, upgrade, upgrading
4+
:keywords: npm, composer, nuget, update, updating, upgrade, upgrading
55

66
[IMPORTANT]
77
https://www.tiny.cloud/long-term-support/[Learn more about TinyMCE 5 LTS] if you need to remain on TinyMCE 5 and continue to receive security updates.

modules/ROOT/partials/install/basic-quickstart-base.adoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ifeval::["{productSource}" == "npm"]
1010
:sourcename: NPM or Yarn
1111
endif::[]
1212

13-
ifeval::["{productSource}" == "bower"]
14-
:sourcename: Bower
15-
endif::[]
16-
1713
ifeval::["{productSource}" == "nuget"]
1814
:sourcename: Nuget
1915
endif::[]
@@ -69,20 +65,6 @@ yarn add tinymce@^{productmajorversion}
6965

7066
The location of the main {productname} script will be: `+node_modules/tinymce/tinymce.min.js+`. Ensure the `+tinymce+` directory containing the `+tinymce.min.js+` file is accessible for the target page or application by either:
7167

72-
* Using a webserver route, or
73-
* Copying the `+tinymce+` directory to a public folder using a build tool such as Gulp or Webpack.
74-
endif::[]
75-
ifeval::["{productSource}" == "bower"]
76-
77-
To add {productname} to a Bower project, run the following on a command line:
78-
79-
[source,sh,subs="attributes+"]
80-
----
81-
bower install tinymce#^{productmajorversion}
82-
----
83-
84-
The location of the main {productname} script will be: `+bower_components/tinymce/tinymce.min.js+`. Ensure the `+tinymce+` directory containing the `+tinymce.min.js+` file is accessible for the target page or application by either:
85-
8668
* Using a webserver route, or
8769
* Copying the `+tinymce+` directory to a public folder using a build tool such as Gulp or Webpack.
8870
endif::[]

modules/ROOT/partials/install/upgrading-info.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Select from the following package managers.
2424
* xref:npm[npm]
2525
* xref:composer[Composer]
2626
* xref:nuget[NuGet]
27-
* xref:bower[Bower]
2827

2928
[[yarn]]
3029
==== Yarn
@@ -66,16 +65,6 @@ To upgrade to {productname} {productminorversion} using NuGet, run:
6665
Install-Package {productname}
6766
----
6867

69-
[[bower]]
70-
==== Bower
71-
72-
To upgrade to {productname} {productminorversion} using Bower, run:
73-
74-
[source,sh,subs="attributes+"]
75-
----
76-
bower install {prodnamecode}#{productminorversion} --save
77-
----
78-
7968
endif::[]
8069

8170
[[upgrading-tinymce-self-hosted-manually]]

0 commit comments

Comments
 (0)