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.
![]() |
9 years ago | |
---|---|---|
_data | 9 years ago | |
_includes | 9 years ago | |
_layouts | 9 years ago | |
_plugins | 9 years ago | |
_scripts | 9 years ago | |
advanced | 9 years ago | |
configure | 9 years ago | |
demo | 9 years ago | |
enterprise | 9 years ago | |
get-started | 9 years ago | |
get-started-cloud | 9 years ago | |
images | 10 years ago | |
integrations | 9 years ago | |
plugins | 9 years ago | |
themes | 9 years ago | |
.api-version | 9 years ago | |
.dockerignore | 10 years ago | |
.gitignore | 9 years ago | |
Dockerfile | 10 years ago | |
Gemfile | 9 years ago | |
Gemfile.lock | 9 years ago | |
README.md | 9 years ago | |
_config-local.sample.yml | 10 years ago | |
_config.yml | 9 years ago | |
changelog.md | 9 years ago | |
index.md | 10 years ago | |
pages.json | 10 years ago | |
search-db.json | 10 years ago | |
wercker.yml | 10 years ago |
README.md
TinyMCE documentation
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/