You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
r12s ebf12df952 Cloud Get Started index now treated as folder 9 years ago
_data Merge pull request #460 from tinymce/remove-gzip-docs 9 years ago
_includes TINY-822: Add a functional example of local file picker. 9 years ago
_layouts fixed link issue pointing to 3x docs 9 years ago
_plugins fixed multiple body include bug 9 years ago
_scripts TINY-629: fixed so api docs removes the dummy nav_api.json 9 years ago
advanced minor edits to advanced/cdn-details.md 9 years ago
configure added more 4.5.0 docs 9 years ago
demo TINY-822: Small fixes. 9 years ago
enterprise update Advanced Code Editor page meta 9 years ago
get-started Updated URL for documentation for Spelling link at bottom of page 9 years ago
get-started-cloud Cloud Get Started index now treated as folder 9 years ago
images add husky.jpg image to docs img repo 10 years ago
integrations updates integrations pages to reference 3rd parties 9 years ago
plugins update Advanced Code Editor page meta 9 years ago
themes add TinyMCE Cloud page 9 years ago
.api-version updated api version 9 years ago
.dockerignore moved build system to wercker 10 years ago
.gitignore fix spellchecker codesample 9 years ago
Dockerfile use Ephox Dockerhub repositories 10 years ago
Gemfile Require Jekyll > 3, to have incremental build feature. 9 years ago
Gemfile.lock Require Jekyll > 3, to have incremental build feature. 9 years ago
README.md Require Jekyll > 3, to have incremental build feature. 9 years ago
_config-local.sample.yml improved README and added init and serve scripts 10 years ago
_config.yml api docs restructure 9 years ago
changelog.md updated changelog 9 years ago
index.md added meta_* in front matter 10 years ago
pages.json fixe api reference search and layout 10 years ago
search-db.json fixe api reference search and layout 10 years ago
wercker.yml use Ephox Dockerhub repositories 10 years ago

README.md

TinyMCE documentation

wercker status

This project serves as the documentation for TinyMCE, as you see on tinymce.com, if you have any modifications you wish to contribute, fork this project, make the changes and submit a pull request. You will need to sign a contributors license agreement, a link will be sent via email.

We use Jekyll 3, mainly because of incremental building feature. You should have at least Ruby 2 to run it (check your version: ruby -v).

First time setup

Make sure you have bundler installed:

$ gem install bundler

Then retrieve and init the project:

$ git clone git@github.com:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ ./_scripts/init.sh

Run development version

$ ./_scripts/serve.sh

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: https://www.tinymce.com/docs/advanced/contributing-docs/