aboutsummaryrefslogtreecommitdiff
path: root/site/src
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-11-26 23:13:03 -0300
committerDiego Parra <diegolparra@gmail.com>2013-11-26 23:13:03 -0300
commit536599b41439ca5f88129f78e5df71b1c957d900 (patch)
treefc4c369439a4634dcbe9cf5402a556aab0f991dc /site/src
parent5e0b032bfef9509e64af2960452aed44b6e6cb22 (diff)
downloadKamon-536599b41439ca5f88129f78e5df71b1c957d900.tar.gz
Kamon-536599b41439ca5f88129f78e5df71b1c957d900.tar.bz2
Kamon-536599b41439ca5f88129f78e5df71b1c957d900.zip
WIP: newrelic integration html
Diffstat (limited to 'site/src')
-rw-r--r--site/src/jekyll/_includes/newrelic.md1
-rw-r--r--site/src/jekyll/index.html6
-rw-r--r--site/src/jekyll/newrelic/index.html12
3 files changed, 15 insertions, 4 deletions
diff --git a/site/src/jekyll/_includes/newrelic.md b/site/src/jekyll/_includes/newrelic.md
new file mode 100644
index 00000000..47c56678
--- /dev/null
+++ b/site/src/jekyll/_includes/newrelic.md
@@ -0,0 +1 @@
+Some `markdown`.
diff --git a/site/src/jekyll/index.html b/site/src/jekyll/index.html
index 3631800b..71eb0303 100644
--- a/site/src/jekyll/index.html
+++ b/site/src/jekyll/index.html
@@ -38,11 +38,9 @@ title: Kamon - Tools for Reactive Applications Monitoring
<div class="col-md-4">
<h2>NewRelic <small>Reporting</small></h2>
- <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta
- felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum
- massa justo sit amet risus.</p>
+ <p>Through New Relic integration, developers can easily monitor their applications metrics like External Services, Errors and Apdex.</p>
- <p><a class="btn btn-info" href="#" role="button">View details &raquo;</a></p>
+ <p><a class="btn btn-info" href="/newrelic" role="button">View details &raquo;</a></p>
</div>
</div>
</div> \ No newline at end of file
diff --git a/site/src/jekyll/newrelic/index.html b/site/src/jekyll/newrelic/index.html
new file mode 100644
index 00000000..df791f66
--- /dev/null
+++ b/site/src/jekyll/newrelic/index.html
@@ -0,0 +1,12 @@
+---
+layout: default
+title: Kamon - NewRelic Integration
+---
+
+{% include newrelic.md %}
+
+<div class="newrelic">
+ {{ content }}
+</div>
+
+