Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added Guides link to docs handlebars layout
Added the guides link to the navigation in the docs handlebars layout
  • Loading branch information
&! (bitandbang) committed Oct 31, 2015
commit eddf3e13c5d56aa7925b124c4446da8983db4726
3 changes: 3 additions & 0 deletions layouts/docs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<li{{#equals path site.docs.api.link}} class="active"{{/equals}}>
<a href="{{site.docs.api.link}}">{{site.docs.api.text}}</a>
</li>
<li{{#equals path site.docs.guides.link}} class="active"{{/equals}}>
<a href="{{site.docs.guides.link}}">{{site.docs.guides.text}}</a>
</li>
</ul>
</aside>

Expand Down