mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
29 lines
318 B
Markdown
29 lines
318 B
Markdown
intellij-sdk
|
|
============
|
|
|
|
IntelliJ SDK Plugin Documentation and Samples
|
|
|
|
#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
|
|
``` |