r12s 051d0ec8ba fix #170
* resize images to fit within content container
* add backticks to links to prevent auto link generation
* fix formatting in Jetty start.jar section
* correct headings for style
2015-11-18 09:57:49 -08:00
2015-11-18 09:37:03 -08:00
2015-11-17 17:39:40 -08:00
2015-11-10 16:54:50 -08:00
2015-11-09 13:40:25 -08:00
2015-11-18 09:57:49 -08:00
2015-11-18 09:57:49 -08:00
2015-11-18 09:34:32 -08:00
2015-11-05 18:55:40 -08:00
2015-11-11 17:24:12 -08:00
2015-11-11 18:37:54 -08:00
2015-11-05 18:55:36 -08:00
2015-11-11 11:54:06 -08:00
2015-10-02 13:28:12 -07:00
2015-10-02 13:28:12 -07:00
2015-11-11 05:59:16 -08:00

TinyMCE documentation

First time setup

$ git clone git@github.com:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ sudo gem install bundle
$ bundle install
$ cp _config-local.sample.yml _config-local.yml
$ curl http://beta.tinymce.com/_docs/menu.html > _includes/menu.html
$ curl http://beta.tinymce.com/_docs/footer.html > _includes/footer.html
$ curl http://beta.tinymce.com/_docs/favicons.html > _includes/favicons.html
$ echo [] > _data/nav_api.json

Edit _config-local.yml accordingly with your workflow, you may want to set shared_baseurl: "http://beta.tinymce.com" for example in order to use the correct styles and CSS.

Run development version

$ jekyll serve --config _config.yml,_config-local.yml

Navigate to http://127.0.0.1:4000/

Contribute to TinyMCE

If you would like to contribute to the TinyMCE project please read our contributor's guide: http://beta.tinymce.com/docs/advanced/contributing-to-open-source/

S
Description
TinyMCE Documentation (version 4)
Readme 26 MiB
Languages
HTML 53.3%
JavaScript 32.4%
Ruby 7.9%
Shell 6.2%
Makefile 0.2%