Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 32cbfe1

Browse files
author
Florian Lautenschlager
committed
New logo. Added reference to GitBook documentation.
1 parent dbac52c commit 32cbfe1

31 files changed

+6
-2
lines changed

_includes/documentation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ <h2>About</h2>
1313
<p>
1414
Chronix natively speaks <b>time series</b>. You can store nearly every kind of
1515
data type within a time series due to its flexible design. You decide what a time series looks like.
16+
Check out the detailed <a
17+
href="https://chronix.gitbooks.io/chronix/content/">documentation</a> of Chronix.
1618

1719
<br><br>
1820

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
3737
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
3838
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
39+
<link rel="manifest" href="/img/favicon/manifest.json">
3940
<meta name="msapplication-TileColor" content="#ffffff">
40-
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
41+
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
4142
<meta name="theme-color" content="#ffffff">
4243

4344
</head>

_includes/quickstart.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ <h4>Download and Run</h4>
7171
<span style="font-family: Courier">metric:*Load*</span>.
7272
Just enter the query term into the text box at the top and hit Shift + Enter to retrieve the result.
7373
To compute the maximum, minimum, average of that result you add a filter query
74-
<span style="font-family: Courier">function= max;min;avg</span> in the second text box and press again Shift +
74+
<span style="font-family: Courier">function= max;min;avg</span> in the second text box and press
75+
again Shift +
7576
Enter.
7677
To check if the average load
7778
(<span style="font-family: Courier">metric:*Load*avg</span>)

img/favicon/android-icon-144x144.png

100755100644
-166 Bytes
Loading

img/favicon/android-icon-192x192.png

100755100644
-1.81 KB
Loading

img/favicon/android-icon-36x36.png

100755100644
17 Bytes
Loading

img/favicon/android-icon-48x48.png

100755100644
6 Bytes
Loading

img/favicon/android-icon-72x72.png

100755100644
390 Bytes
Loading

img/favicon/android-icon-96x96.png

100755100644
403 Bytes
Loading

img/favicon/apple-icon-114x114.png

100755100644
90 Bytes
Loading

0 commit comments

Comments
 (0)