Skip to content

Commit

Permalink
Using sdkdocs-template instead of webhelp-template
Browse files Browse the repository at this point in the history
Removed most scripts from repo
  • Loading branch information
citizenmatt committed Jul 9, 2015
1 parent 80147b9 commit 78d505b
Show file tree
Hide file tree
Showing 27 changed files with 227 additions and 725 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "webhelp-template"]
path = webhelp-template
url = git://git.labs.intellij.net/sites/webhelp-template
branch = subdirs-support
[submodule "sdkdocs-template"]
path = sdkdocs-template
url = https://github.com/JetBrains/sdkdocs-template.git
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval File.read('sdkdocs-template/bundler/Gemfile.defaults')
78 changes: 78 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorator (0.1)
execjs (2.5.2)
fast-stemmer (1.0.2)
ffi (1.9.10)
hitimes (1.2.2)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.2.1)
jekyll-git_metadata (0.0.3)
jekyll (~> 2.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.8.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.1)
listen (~> 2.7)
kramdown (1.8.0)
liquid (2.6.2)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rake (10.4.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.3.2)
safe_yaml (1.0.4)
sass (3.4.15)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
jekyll
jekyll-git_metadata
jekyll-redirect-from
rake
8 changes: 2 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Rake.add_rakelib 'sdkdocs-template/rakelib'

CONFIG = {
:source_dir => __dir__,
:tmp_dir => "#{__dir__}/_tmp",
Expand All @@ -6,9 +8,3 @@ CONFIG = {
:preview_port => 4000,
:default_env => 'dev'
}

Dir['_rake/*.rake'].each { |r| load r }

task :default do
system('rake -T')
end
281 changes: 138 additions & 143 deletions _SUMMARY.md

Large diffs are not rendered by default.

29 changes: 3 additions & 26 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
---
product_name: IntelliJ Platform SDK
product_version:
search_scope: intellij-sdk-docs
use_side_blocks: true
show_disqus: false
product_type: DevGuide

webhelp_app_baseurl: /
markdown: kramdown
markdown_ext: foo
kramdown:
input: GFM2
hard_wrap: false
auto_ids: false
highlighter: pygments

exclude:
- '*.scss'
- '*.cwd'
- '*.iml'
- README*
- Rakefile
- webhelp-template
- code_samples

defaults:
- values:
layout: 'webhelp'

edit_on_github_url: https://github.com/JetBrains/intellij-sdk-docs/edit/master/%path%
baseurl: /
2 changes: 1 addition & 1 deletion _config_prod.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
webhelp_app_baseurl: /intellij/sdk/docs/
baseurl: /intellij/sdk/docs/
9 changes: 0 additions & 9 deletions _includes/edit-on-github-link.html

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/head.html

This file was deleted.

6 changes: 0 additions & 6 deletions _includes/home-link.html

This file was deleted.

13 changes: 0 additions & 13 deletions _layouts/general.html

This file was deleted.

31 changes: 0 additions & 31 deletions _layouts/webhelp.html

This file was deleted.

21 changes: 0 additions & 21 deletions _plugins/copy_area.rb

This file was deleted.

154 changes: 0 additions & 154 deletions _plugins/markdown_converter.rb

This file was deleted.

Loading

0 comments on commit 78d505b

Please sign in to comment.