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.
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](https://jekyllrb.com/docs/configuration/) building feature. You should have at least Ruby 2 to run it (check your version: `ruby -v`).
This project is built using [Jekyll](https://jekyllrb.com/).
## Prerequisites
You need the following installed on your computer:
1. Ruby.
1. Ruby version 2 or later.
2. Bundler. This can be installed via:
@ -48,7 +51,7 @@ If you would like to contribute to the TinyMCE project please read
the [Contributor's Guide](https://www.tinymce.com/docs/advanced/contributing-docs/)
See the [TinyMCE Docs Wiki](https://github.com/tinymce/tinymce-docs/wiki) for additional information,
including init error handling.
including information on troubleshooting the "first time set up" process.