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.
 
 
 
 
 
 
Joshua bd6cfef061
Remove one extra versions from the line
8 years ago
_data Merge pull request #609 from techtangents/prolink 8 years ago
_includes Merge pull request #562 from bes-internal/master 8 years ago
_layouts Added `Let us know` form modal #356 8 years ago
_plugins fixed multiple body include bug 9 years ago
_scripts removed rm from scripts 8 years ago
advanced add link to custom shortcuts blog post 8 years ago
configure Merge pull request #609 from techtangents/prolink 8 years ago
demo update what’s new demo 8 years ago
enterprise correct enterprise service names and urls 8 years ago
get-started Add statement on how long we support each browser major version 8 years ago
get-started-cloud Remove one extra versions from the line 8 years ago
images TINY-1193: add a demo for local upload feature 8 years ago
integrations fix react docs 8 years ago
plugins Merge pull request #551 from RealOrangeOne/patch-1 8 years ago
themes added more mobile pages 8 years ago
.api-version updated api to 4.6.0 and made it easier to run locally 8 years ago
.dockerignore moved build system to wercker 10 years ago
.gitignore update changelos for 4.6.6 8 years ago
Dockerfile use Ephox Dockerhub repositories 10 years ago
Gemfile Require Jekyll > 3, to have incremental build feature. 9 years ago
Gemfile.lock Add linkchecker and mediaembed enterprise docs 9 years ago
README.md fix minor typo 9 years ago
_config-local.sample.yml improved README and added init and serve scripts 10 years ago
_config.yml Replace the protocol-relative URL with https, and use it where possible in the getting-started-cloud section 8 years ago
changelog.md updated changelog 8 years ago
index.md added meta_* in front matter 10 years ago
mobile.md added more mobile pages 8 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/

See the TinyMCE Docs Wiki for additional, miscellaneous info, including init error handling.