bf9a79054cbaffafa575809d2af43f987a87ff71
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/menu_demo.html > _includes/menu_demo.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/
Description
Languages
HTML
53.3%
JavaScript
32.4%
Ruby
7.9%
Shell
6.2%
Makefile
0.2%