Skip to content

Commit

Permalink
Docs update (palantir#1527)
Browse files Browse the repository at this point in the history
* Remove docs/_site files that shouldn't be checked in

* gitignore files that shoudln't be checked in

* Don't tie site to a specific version of ruby

* Add note that type info is required for some rules
  • Loading branch information
jkillian authored Aug 29, 2016
1 parent 98d1b29 commit a165552
Show file tree
Hide file tree
Showing 89 changed files with 7 additions and 14,090 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
.sass-cache
.tscache/
/build/
/docs/site/
/scripts/*.js
/lib/
node_modules/
Expand Down
1 change: 0 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ruby '2.2.3'
source 'https://rubygems.org'
gem 'github-pages'
6 changes: 5 additions & 1 deletion docs/_layouts/rule.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<h5>Rationale</h5>
{{page.rationale | markdownify}}
{% endif %}
{% if page.requiresTypeInfo %}
<strong>Note:</strong>
<a href="https://github.com/palantir/tslint#type-checking">This rule requires type info to run</a>
{% endif %}


<h3>Config</h3>
Expand All @@ -24,4 +28,4 @@ <h5>Examples</h5>
<h5>Schema</h5>
<pre>
{{page.optionsJSON}}
</pre>
</pre>
121 changes: 0 additions & 121 deletions docs/_site/2015/12/10/a-new-tslint-website.html

This file was deleted.

210 changes: 0 additions & 210 deletions docs/_site/2016/03/31/sharable-configurations-rules.html

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_site/Gemfile

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_site/circle.yml

This file was deleted.

Loading

0 comments on commit a165552

Please sign in to comment.