Commit 9013a58e authored by Paul Asmuth's avatar Paul Asmuth
Browse files

doc: cleaning up :)

parent 593458ac
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7,9 +7,6 @@ sitemap:
    -
      title: "Getting started"
      url: "/ui_index"
    -
      title: "Websocket Protocol"
      url: "/websocket_protocol"

  fnordmetric_classic:
    -
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ uses WebSockets to communicate with the backend. There are two backend implement
FnordMetric Classic (ruby + redis) or FnordMetric Enterprise (JVM). You can use FnordMetric UI
as a white label solution to power your custom realtime analytics apps.

<a href="/documentation/ui_index">Getting Started with FnordMetric UI &rarr;</a>


### FnordMetric Classic

@@ -22,8 +24,12 @@ get stored in redis. It includes a collection of pre-made UI widgets which you c
beautiful web dashboards within minutes. You can also use the FnordMetric UI HTML5 API to display
the data on another website or build highly customized / white label views.

<a href="/documentation/classic_index">Getting Started with FnordMetric Classic &rarr;</a>


### FnordMetric Enterprise

FnordMetric Enterprise is a JVM based timeseries database which serves as a backend for FnordMetric
UI. It does not offer it's own user interface.

<a href="/documentation/ep_index">Getting Started with FnordMetric Enterprise &rarr;</a>
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ hr {
}

#footer {
  margin-top:400px;
  margin-top:70px;
  border-top: 1px solid #222;
  padding:15px 0;
  font-size:12px;
+6 −0
Original line number Diff line number Diff line
@@ -26,5 +26,11 @@
  <div id="documentation">
    <%= @doc_yield %>
  </div>

</div>

<div class="biglink" style="margin-top:70px;">
  <a href="http://github.com/paulasmuth/fnordmetric" target="_blank">
    Watch FnordMetric on Github &rarr;
  </a>
</div>