Browse Source

WSRF-529 - GO #30 - Demo Link Experiment [End Experiment] (#2175)

* WSRF-244 - Main -> Develop Backport (#2005)

Co-authored-by: Tyler Kelly <tyler.kelly@tiny.cloud>

WSRF-244: Docs performance tweaks (#1994)

Co-authored-by: Glenn Penridge <glenn.penridge@tiny.cloud>

* WSRF-244 - Staging environment fixes (Docs - General performance improvements) (#2006)

* DOC-832: add export to full-featured demo (#2004)

* DOC-834: 5.8.2 changelog (#2002)

* quickfix of logos on the docs site (#2001)

* TINY-6587: Review Autocompleter, Split Button, and Menu Button page (#2000)

* DOC-840: fixing the comments docs (#2007)

Co-authored-by: Lee Newson <lee.newson@tiny.cloud>

* Fixed 2 broken nav links due to headings being renamed (#2008)

* DOC-834: 5.8.2 release notes (#2009)

* increase timeout on linkchecker (#2119)

* Fix increase timeout on linkchecker (#2120)

* Revert "increase timeout on linkchecker (#2119)"

This reverts commit ae71bcd3ab.

* Fix command-timeout

* WSRF-529 - implement #GO experiment

* Update demo/full-featured.md

Co-authored-by: metricjs <millie.macdonald@tiny.cloud>

Co-authored-by: Glenn Penridge <glenn.penridge@tiny.cloud>
Co-authored-by: Tyler Kelly <tyler.kelly@tiny.cloud>
Co-authored-by: Diogo Goncalves <goncalvesdiogo99@gmail.com>
Co-authored-by: Lee Newson <lee.newson@tiny.cloud>
Co-authored-by: Dallas Clark <dallas.clark@tiny.cloud>
Co-authored-by: metricjs <millie.macdonald@tiny.cloud>
pull/2193/head
Amit Saini 4 years ago
committed by GitHub
parent
commit
fe3d360642
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      demo/full-featured.md
  2. 3
      wercker.yml

2
demo/full-featured.md

@ -11,6 +11,8 @@ keywords: example demo custom wysiwyg full-power full-featured plugins non-premi
This example includes most of the available {{site.productname}} plugins, including plugins available on {{site.cloudname}} premium subscriptions. Please note, it includes [premium plugins]({{site.plugindirectory}}).
Want to try it for yourself ? [Get started with TinyMCE now on Cloud]({{site.accountsignup}}).
{% include live-demo.html id="full-featured" %}
The following plugins are excluded from this example:

3
wercker.yml

@ -4,6 +4,7 @@ box:
password: $DOCKER_PASSWORD
tag: latest
no-response-timeout: 30
command-timeout: 30
build:
steps:
@ -78,4 +79,4 @@ deploy_production:
key-secret: $AWS_SECRET_ACCESS_KEY
bucket-url: $S3_BUCKET/docs/
source-dir: $S3_SOURCE
opts: --delete-removed
opts: --delete-removed
Loading…
Cancel
Save