Skip to content

Commit

Permalink
Add info links, hide team section
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Barnsteiner committed Jan 12, 2016
1 parent 6e6985b commit 9d04e8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/feature_categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
You want to know what the most common source of errors is, what the series of requests that lead to an error
looked like or why a request was slow? This dashboard will give you the answers.
icon: fa-bar-chart-o
info_url: https://github.com/stagemonitor/stagemonitor/wiki/Request-Analysis-Dashboard
features:
- name: Powerful querying and filtering capabilities
description: Filter requests by queries or by selecting charts. You could use the query section to get details
Expand Down Expand Up @@ -70,6 +71,7 @@
Stagemonitor includes the awesome <a href="http://metrics.codahale.com/">Metrics</a> library. You can use it to
track additional metrics - either programmatically or declaratively by adding annotations.
icon: fa-line-chart
info_url: https://github.com/stagemonitor/stagemonitor/wiki/Dashboards
features:
- name: Request Dashboard
description: The request dashboard gives you information about the statistical distribution of your page response
Expand Down
6 changes: 5 additions & 1 deletion source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ title: stagemonitor
<a class="btn btn-lg btn-primary live-demo" target="_blank" href="<%= category.live_demo_url %>">Live
Demo</a>
<% end %>

<% unless category.info_url.nil? %>
<a class="btn btn-lg btn-primary live-demo" target="_blank" href="<%= category.info_url %>">More Info</a>
<% end %>
</div>
</div>
</div>
Expand Down Expand Up @@ -119,7 +123,7 @@ title: stagemonitor
<% end %>
</section>

<section id="team">
<section id="team" style="display: none">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down

0 comments on commit 9d04e8a

Please sign in to comment.