Skip to content

Commit

Permalink
Copy contents of code_samples into _includes manually
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Dec 28, 2015
1 parent 05cf08b commit d513920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Rake.add_rakelib 'sdkdocs-template/rakelib'

FileUtils.mkdir_p %w( _includes/code_samples )
FileUtils.cp_r 'code_samples', '_includes', :verbose => true

CONFIG = {
:source_dir => __dir__,
:tmp_dir => "#{__dir__}/_tmp",
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
product_name: IntelliJ Platform SDK
product_version:
product_type: DevGuide
include: ["code-samples"]

baseurl: /intellij/sdk/docs/

Expand Down

0 comments on commit d513920

Please sign in to comment.