Skip to content

Commit 8fe520c

Browse files
author
Stuart Eccles
committed
added hex setup
1 parent 601c827 commit 8fe520c

24 files changed

Lines changed: 2725 additions & 3 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Stuart Eccles
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

doc/.build

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/Users/stueccles/Development/elixir/analytics-elixir/doc/dist/app-091c05798a.css
2+
/Users/stueccles/Development/elixir/analytics-elixir/doc/dist/app-574613960f.js
3+
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.eot
4+
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.svg
5+
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.ttf
6+
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.woff
7+
index.html
8+
api-reference.html
9+
404.html
10+
dist/sidebar_items.js
11+
Segment.html
12+
Segment.Analytics.html
13+
Segment.Analytics.Alias.html
14+
Segment.Analytics.Context.html
15+
Segment.Analytics.Group.html
16+
Segment.Analytics.Http.html
17+
Segment.Analytics.Identify.html
18+
Segment.Analytics.Page.html
19+
Segment.Analytics.Screen.html
20+
Segment.Analytics.Track.html

doc/404.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="generator" content="ExDoc v0.14.3">
8+
<title>404 – segment v0.1.1</title>
9+
<link rel="stylesheet" href="dist/app-091c05798a.css" />
10+
11+
<link rel="canonical" href="https://hexdocs.pm/segment/404.html" />
12+
13+
<script src="dist/sidebar_items.js"></script>
14+
</head>
15+
<body data-type="extras">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
17+
18+
<div class="main">
19+
<button class="sidebar-toggle">
20+
<i class="icon-menu"></i>
21+
</button>
22+
<section class="sidebar">
23+
24+
25+
<a href="api-reference.html" class="sidebar-projectLink">
26+
<div class="sidebar-projectDetails">
27+
<h1 class="sidebar-projectName">
28+
segment
29+
</h1>
30+
<h2 class="sidebar-projectVersion">
31+
v0.1.1
32+
</h2>
33+
</div>
34+
35+
</a>
36+
37+
<div class="sidebar-search">
38+
<i class="icon-search"></i>
39+
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
40+
</div>
41+
42+
<ul class="sidebar-listNav">
43+
<li><a id="extras-list" href="#full-list">Pages</a></li>
44+
45+
46+
<li><a id="modules-list" href="#full-list">Modules</a></li>
47+
48+
49+
50+
51+
52+
</ul>
53+
<div class="gradient"></div>
54+
<ul id="full-list" class="sidebar-fullList"></ul>
55+
</section>
56+
57+
<section class="content">
58+
<div class="content-outer">
59+
<div id="content" class="content-inner">
60+
61+
62+
<h2>Page not found</h2>
63+
64+
<p>Sorry, but the page you were trying to get to, does not exist. You
65+
may want to try searching this site using the sidebar or using our
66+
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what
67+
you were looking for.</p>
68+
69+
<footer class="footer">
70+
<p>
71+
<span class="line">
72+
Built using
73+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.14.3),
74+
</span>
75+
<span class="line">
76+
designed by
77+
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
78+
</span>
79+
</p>
80+
<button class="night-mode-toggle" />
81+
</footer>
82+
</div>
83+
</div>
84+
</section>
85+
</div>
86+
<script src="dist/app-574613960f.js"></script>
87+
</body>
88+
</html>
89+

doc/Segment.Analytics.Alias.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="generator" content="ExDoc v0.14.3">
8+
<title>Segment.Analytics.Alias – segment v0.1.1</title>
9+
<link rel="stylesheet" href="dist/app-091c05798a.css" />
10+
11+
<link rel="canonical" href="https://hexdocs.pm/segment/Segment.Analytics.Alias.html" />
12+
13+
<script src="dist/sidebar_items.js"></script>
14+
</head>
15+
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
17+
18+
<div class="main">
19+
<button class="sidebar-toggle">
20+
<i class="icon-menu"></i>
21+
</button>
22+
<section class="sidebar">
23+
24+
25+
<a href="api-reference.html" class="sidebar-projectLink">
26+
<div class="sidebar-projectDetails">
27+
<h1 class="sidebar-projectName">
28+
segment
29+
</h1>
30+
<h2 class="sidebar-projectVersion">
31+
v0.1.1
32+
</h2>
33+
</div>
34+
35+
</a>
36+
37+
<div class="sidebar-search">
38+
<i class="icon-search"></i>
39+
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
40+
</div>
41+
42+
<ul class="sidebar-listNav">
43+
<li><a id="extras-list" href="#full-list">Pages</a></li>
44+
45+
46+
<li><a id="modules-list" href="#full-list">Modules</a></li>
47+
48+
49+
50+
51+
52+
</ul>
53+
<div class="gradient"></div>
54+
<ul id="full-list" class="sidebar-fullList"></ul>
55+
</section>
56+
57+
<section class="content">
58+
<div class="content-outer">
59+
<div id="content" class="content-inner">
60+
61+
62+
<h1>
63+
<small class="visible-xs">segment v0.1.1</small>
64+
Segment.Analytics.Alias
65+
66+
67+
</h1>
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
<footer class="footer">
81+
<p>
82+
<span class="line">
83+
Built using
84+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.14.3),
85+
</span>
86+
<span class="line">
87+
designed by
88+
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
89+
</span>
90+
</p>
91+
<button class="night-mode-toggle" />
92+
</footer>
93+
</div>
94+
</div>
95+
</section>
96+
</div>
97+
<script src="dist/app-574613960f.js"></script>
98+
</body>
99+
</html>
100+

0 commit comments

Comments
 (0)