This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git

commit ea8342a97497030618ba3d00ba9e9a9f0e32da76
Author: poorejc <[email protected]>
AuthorDate: Wed Jun 26 23:27:36 2019 -0400

    fixes broken distill page
---
 site/_pages/distill.html | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/site/_pages/distill.html b/site/_pages/distill.html
index 3e6f30b..3536e5c 100644
--- a/site/_pages/distill.html
+++ b/site/_pages/distill.html
@@ -5,29 +5,29 @@ title: Distill
 image: /images/distill_inverted.png
 component: Distill
 
-description: Apache Distill is an experimental analytics framework for 
handling and analyzing UserALE data. Distill allows you to focus on the data 
you want and model it. Distill empowers you to learn more from your data than 
any commercial service; use Distill's analytic libraries to generate statistics 
on how users interact with different elements of your application and also 
understand how users interact with your applications. Distill specializes in 
models of sequence and workflow so [...]
+description: Apache Distill is an analytics framework for handling and 
analyzing UserALE data. Distill allows you to focus on the data you want and 
model it. Distill empowers you to learn more from your data than any commercial 
service; use Distill's analytic libraries to generate statistics on how users 
interact with different elements of your application and also understand how 
users interact with your applications. Distill specializes in models of 
sequence and workflow so that you can [...]
 
 features:
--
-icon: search
-color: blue
-title: Easy, efficient queries
-description: Distill utilizes RESTful APIs to streamline making calls to your 
UserALE log database.
--
-icon: object ungroup
-color: yellow
-title: Segment your data
-description: Retrieve on the cases or fields that you want.
--
-icon: line chart
-color: red
-title: Compute gross usage trends
-description: Distill comes with built-in statistics libraries so that you can 
see how much your application is being used and which elements users rely on 
most.
--
-icon: ordered list
-color: green
-title: Model workflow
-description: Distill comes with built in graph libraries for studying how user 
behaviors are sequenced in time allowing you to explore models of how user 
behavior unfolds over time.
+  -
+    icon: search
+    color: blue
+    title: Easy, efficient queries
+    description: Distill utilizes RESTful APIs to streamline making calls to 
your UserALE log database.
+  -
+    icon: object ungroup
+    color: yellow
+    title: Segment your data
+    description: Retrieve on the cases or fields that you want.
+  -
+    icon: line chart
+    color: red
+    title: Compute gross usage trends
+    description: Distill comes with built-in statistics libraries so that you 
can see how much your application is being used and which elements users rely 
on most.
+  -
+    icon: ordered list
+    color: green
+    title: Model workflow
+    description: Distill comes with built in graph libraries for studying how 
user behaviors are sequenced in time allowing you to explore models of how user 
behavior unfolds over time.
 
 contentCount: 0
----
\ No newline at end of file
+---

Reply via email to