Git Product home page Git Product logo

ckeditor-docs's Introduction

CKEditor 4 Official Documentation

This is the official developer documentation project for CKEditor. It uses the customized CKEditor JSDuck clone for compilation and is available online at http://docs.ckeditor.com.

Developer documentation is a part of CKEditor SDK.

Building the Documentation

Follow the steps listed below to build CKEditor documentation locally.

Requirements

  • Ruby
  • Custom CKEditor JSDuck clone (installation instructions are provided below).
  • NPM.

Building Instructions

Clone this repository locally:

> git clone [email protected]:ckeditor/ckeditor-docs.git

Go to the ckeditor-docs directory and update the submodules:

> cd ckeditor-docs
> git submodule update --init

Clone the custom CKEditor JSDuck repository to a separate folder next to ckeditor-docs:

> cd ..
> git clone [email protected]:ckeditor/jsduck.git

Checkout the stable branch of the jsduck repository and install the latest ckeditor-jsduck-<version>.gem:

> cd jsduck
> git checkout stable
> gem install ckeditor-jsduck-<version>.gem

Go back to the ckeditor-docs repository and install npm dependencies:

> npm install

Then finally execute grunt docs-serve:

> grunt docs-serve [--options]

Available options:

  • --dev - use it to build documentation and view it locally,
  • --skipApi - skips rendering API docs,
  • --skipValidation - skips link validation,
  • --clean - when --dev flag is used, --clean enables to clear the build directory before outputting new documentation

Use grunt docs to build documentation without setting a server.

API Documentation

The repos/ folder contains submodules for the repositories currently included in the API documentation. As expected, the API is documented inline in the source code contained in these repositories, and is then integrated into the documentation files.

Using Local Versions of ckeditor-dev

While the main CKEditor repository for API documents, ckeditor-dev, is available as a submodule, it is also possible to make the builder use its local copy to avoid submodule limitations and speed up API documentation work. There are two ways to achieve it:

  • Keeping ckeditor-docs/ and ckeditor-dev/ folders in the same directory.

  • Setting the CKEDITOR_DEV_PATH environment variable to point to your ckeditor-dev/ folder path.

License

See the LICENSE.md file for licensing details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.