Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #877 from lirantal/gh-pages
Browse files Browse the repository at this point in the history
Update gh-pages to 0.4.1 and ignore coverage/ directory
  • Loading branch information
lirantal committed Sep 3, 2015
2 parents 4e03404 + 972334c commit 698807c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public/
config/
server/test/coverage/
modules/
coverage/

_site/
.sass-cache/
Expand Down
2 changes: 1 addition & 1 deletion _includes/docs/0.4.x/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Last updated: 14 Jul 2015.
</i>

<div class="alert alert-danger" role="alert"><strong>The documentation for 0.4.0 is under development. </strong>
<div class="alert alert-danger" role="alert"><strong>The documentation for 0.4.1 is under development. </strong>
If you discover any issues or typos in the documentation, or if you feel like practicing your technical writing, please let us know by submitting on issue on github or submitting a pull request.</div>

{% include docs/0.4.x/overview.html %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li class="dropdown">
<a href="{{ "/docs.html" | prepend: site.baseurl }}" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="true">Docs <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="{{ "/docs/0.4.x/" | prepend: site.baseurl }}">Docs 0.4.0 Latest</a></li>
<li><a href="{{ "/docs/0.4.x/" | prepend: site.baseurl }}">Docs 0.4.1 Latest</a></li>
<li><a href="{{ "/docs/0.3.x/" | prepend: site.baseurl }}">Docs 0.3.0 Stable</a></li>
</ul>
</li>
Expand Down

0 comments on commit 698807c

Please sign in to comment.