Skip to content

MichaelFromin/tinymce-docs

 
 

Repository files navigation

TinyMCE documentation

First time setup

$ git clone [email protected]:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ sudo gem install bundle
$ bundle install
$ cp _config-local.sample.yml _config-local.yml
$ echo [] > _data/nav_api.json

Edit _config-local.yml accordingly with your workflow, you may want to set shared_baseurl: "https://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/

About

TinyMCE Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.0%
  • Ruby 34.0%