Skip to content

Ryuteshi/intellij-sdk-docs

This branch is 6055 commits behind JetBrains/intellij-sdk-docs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e99ca82 · Aug 30, 2017
Mar 29, 2016
Aug 18, 2017
Feb 15, 2017
Jan 15, 2016
Jul 14, 2017
Aug 24, 2017
Aug 21, 2017
Jul 14, 2017
Jan 15, 2016
Aug 19, 2017
Jul 14, 2017
Jan 15, 2016
Jun 13, 2017
Jul 9, 2015
Jul 14, 2017
Mar 24, 2016
Jul 9, 2015
Jul 14, 2017
Jan 15, 2016
Aug 30, 2017
Dec 28, 2015
Jun 9, 2017
Jun 12, 2017
Nov 30, 2015
Jun 9, 2017
Jan 15, 2016
May 26, 2017
Dec 5, 2015
Nov 26, 2015
Jan 12, 2016
Jun 9, 2017

Repository files navigation

official JetBrains project

IntelliJ Platform SDK Documentation

This is a repository for IntelliJ Platform SDK Documentation site.

Reporting Bugs

Please inform about any content inconsistencies, outdated materials, cosmetic issues and other defects you find in the docs and samples by submitting an issue to YouTrack.

Working With the Site Locally

To check out and run a local copy of the site follow the steps described below.

Pre-requirements

  • Make sure you have a git client installed

  • This site requires Ruby 2.0 or higher. Follow the official Ruby language download and installation instructions to get Ruby working on your machine.

  • This site requires Jekyll, a Ruby-based site generating framework. To install Jekyll refer to it's installation guidelines. Note: If you are using Windows, you can face some specific aspects while installing Jekyll. See this Run Jekyll on Windows Guide to get more information.

Checking Out Site Repository

To check out the source code run the following command:

git clone https://github.com/JetBrains/intellij-sdk-docs.git

Initializing Submodules

The site uses JetBrains custom web templates. To enable custom templates locally you need to initialize repository submodules. Run the following command in the checkout directory to do so.

git submodule update --init --remote

Building and Previewing

A set of Rake tasks, a Make-like programs implemented in Ruby, provides short commands to build and run the site locally.

Building Site from Sources

  • Make sure you are in a project root directory
  • To build static site content run
    rake build
    

Previewing

About

IntelliJ SDK Platform Documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.9%
  • Ruby 2.1%
  • Lex 1.2%
  • Other 0.8%