aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-04-09 23:17:09 -0300
committerDiego <diegolparra@gmail.com>2014-04-09 23:17:09 -0300
commit45bd51ed8b3f4ed1320017c338c43d3e4cd3eb6e (patch)
tree9d7b408c7ed02213b690e36405744a1b647ad0bf
parentd4514578159aeca95b3ed8ec3a1639656e94077b (diff)
downloadKamon-45bd51ed8b3f4ed1320017c338c43d3e4cd3eb6e.tar.gz
Kamon-45bd51ed8b3f4ed1320017c338c43d3e4cd3eb6e.tar.bz2
Kamon-45bd51ed8b3f4ed1320017c338c43d3e4cd3eb6e.zip
+ site: improve site documentation before release
-rw-r--r--site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md2
-rw-r--r--site/src/main/jekyll/assets/css/kamon.css6
-rw-r--r--site/src/main/jekyll/changelog.md5
-rw-r--r--site/src/main/jekyll/license.md4
-rw-r--r--site/src/main/jekyll/statsd/index.md1
5 files changed, 14 insertions, 4 deletions
diff --git a/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md b/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
index edf1bdda..e8d76651 100644
--- a/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
+++ b/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
@@ -27,5 +27,5 @@ to be happy with it, we hope now that you can try Kamon and let us know what you
We are currently short on documentation, but feel free to ask anything you need through the mailing list! more docs are
on the oven.
-So, what are you waiting for? go and learn about [tracing in Kamon](/core/traces/) and [get started](/get-started/)
+So, what are you waiting for? go and learn about [tracing in Kamon](/core/tracing/) and [get started](/get-started/)
right now!
diff --git a/site/src/main/jekyll/assets/css/kamon.css b/site/src/main/jekyll/assets/css/kamon.css
index 1dca8828..7a5577da 100644
--- a/site/src/main/jekyll/assets/css/kamon.css
+++ b/site/src/main/jekyll/assets/css/kamon.css
@@ -68,3 +68,9 @@ img[alt=statsD] { width: 100%; }
.highlight table {
width: 100%;
}
+
+.highlight-license {
+ width: 700px ;
+ margin-left: auto ;
+ margin-right: auto ;
+} \ No newline at end of file
diff --git a/site/src/main/jekyll/changelog.md b/site/src/main/jekyll/changelog.md
index 3113699f..71de60fd 100644
--- a/site/src/main/jekyll/changelog.md
+++ b/site/src/main/jekyll/changelog.md
@@ -5,6 +5,7 @@ layout: default
Changelog
===============
+<hr>
Version 0.0.15 (2014-04-09)
----------------
* kamon
@@ -14,7 +15,7 @@ Version 0.0.15 (2014-04-09)
* kamon-statsd (Experimental)
* kamon-play (Experimental)
-
+<hr>
Version 0.0.14 (2014-03-17)
----------------
* kamon-core
@@ -25,4 +26,4 @@ Version 0.0.14 (2014-03-17)
* Initial support (Experimental)
* site
* [logging](/core/logging/) (WIP)
- * [tracing](/core/tracing/) (WIP) \ No newline at end of file
+ * [tracing](/core/tracing/) (WIP)
diff --git a/site/src/main/jekyll/license.md b/site/src/main/jekyll/license.md
index 8b75f507..8bbc65b1 100644
--- a/site/src/main/jekyll/license.md
+++ b/site/src/main/jekyll/license.md
@@ -4,7 +4,9 @@ layout: default
---
License
-===============
+=================
+<hr>
+<div id="content" class="highlight-license">
```
diff --git a/site/src/main/jekyll/statsd/index.md b/site/src/main/jekyll/statsd/index.md
index aa8e7b08..63a94a91 100644
--- a/site/src/main/jekyll/statsd/index.md
+++ b/site/src/main/jekyll/statsd/index.md
@@ -5,6 +5,7 @@ layout: default
What is StatsD?
=======
+<hr>
StatsD is a simple network daemon that continuously receives metrics pushed over UDP and periodically sends aggregate metrics to upstream services
like Graphite. Because it uses UDP, clients can send metrics to it very fast with little to no overhead.