2015-02-17 10:22:04 +01:00

493 B

intellij-sdk

IntelliJ SDK Plugin Documentation and Samples

Please note that this is under heavy development

You can find the current official documentation here

#IntelliJ documentation engine

##Prerequisites Ruby 2.0 or higher

##Installation

sudo gem install jekyll

##Initialize submodules

git submodule update --init --remote

##Preview

rake preview

##Build

rake build