aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/_layouts/documentation.html
blob: a958cb299b4958dce8a43f6fe887ff01e779a018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<!--
  ~ =========================================================================================
  ~ Copyright © 2013 the kamon project <http://kamon.io/>
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
  ~ except in compliance with the License. You may obtain a copy of the License at
  ~
  ~  http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software distributed under the
  ~ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
  ~ either express or implied. See the License for the specific language governing permissions
  ~ and limitations under the License.
  ~ =========================================================================================
  -->

<html lang="en">
  <head>
    <link href="https://plus.google.com/107736741680270898032?rel=author">
    <title>{{ page.title }}</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Kamon is a set of tools that will help you monitor your reactive applications">
    
    <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="/assets/css/syntax-highlight.css">
    <link rel="stylesheet" href="/assets/css/font-awesome.min.css">
    <link rel='stylesheet' href="/assets/css/glyphicons-free.css">
    <link rel="stylesheet" href="/assets/css/kamon.css">

  </head>
  <body>
    <div id="wrap">
      {% include navigation-bar.html %}
      <div class="container">
        <div class="row">
          <div class="col-sm-3">
            {% include documentation-tree.html %}
          </div>
          <div class="col-sm-9">
            {{ content }}
          </div>
        </div>
      </div>
      <hr>
      <div id="push"></div>
    </div>

    <footer class="footer">
      <div class="container">
	<p class="muted credit text-center">Kamon is a open source project, go and check out the code at
        <a href="http://github.com/kamon-io/Kamon"><img src="/assets/img/github-logo.png" id="github-logo" alt="GitHub"></a>
        </p>
      </div>
    </footer>
 
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="/assets/js/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="/assets/js/bootstrap.min.js"></script>
    <script src="/assets/js/kamon.js"></script>
    {% include google-analytics.html %}

  </body>
</html>