From 45bd51ed8b3f4ed1320017c338c43d3e4cd3eb6e Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 9 Apr 2014 23:17:09 -0300 Subject: + site: improve site documentation before release --- site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md | 2 +- site/src/main/jekyll/assets/css/kamon.css | 6 ++++++ site/src/main/jekyll/changelog.md | 5 +++-- site/src/main/jekyll/license.md | 4 +++- site/src/main/jekyll/statsd/index.md | 1 + 5 files changed, 14 insertions(+), 4 deletions(-) (limited to 'site/src') 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 =============== +
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) - +
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 -=============== +================= +
+
``` 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? ======= +
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. -- cgit v1.2.3