Skip to content

Commit 45aaa12

Browse files
committed
initial commit
1 parent 41b07d4 commit 45aaa12

26 files changed

+1216
-184
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.jekyll-metadata
2+
_site

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "_sass/denali-css"]
2+
path = _sass/denali-css
3+
url = https://github.com/denali-design/denali-css.git

Gemfile.lock

Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.1.0)
30+
multipart-post (>= 1.2, < 3)
31+
ruby2_keywords
32+
ffi (1.13.1)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.1)
35+
github-pages (209)
36+
github-pages-health-check (= 1.16.1)
37+
jekyll (= 3.9.0)
38+
jekyll-avatar (= 0.7.0)
39+
jekyll-coffeescript (= 1.1.1)
40+
jekyll-commonmark-ghpages (= 0.1.6)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.15.1)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.13.0)
45+
jekyll-mentions (= 1.6.0)
46+
jekyll-optional-front-matter (= 0.3.2)
47+
jekyll-paginate (= 1.1.0)
48+
jekyll-readme-index (= 0.3.0)
49+
jekyll-redirect-from (= 0.16.0)
50+
jekyll-relative-links (= 0.6.1)
51+
jekyll-remote-theme (= 0.4.2)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.6.1)
54+
jekyll-sitemap (= 1.4.0)
55+
jekyll-swiss (= 1.0.0)
56+
jekyll-theme-architect (= 0.1.1)
57+
jekyll-theme-cayman (= 0.1.1)
58+
jekyll-theme-dinky (= 0.1.1)
59+
jekyll-theme-hacker (= 0.1.2)
60+
jekyll-theme-leap-day (= 0.1.1)
61+
jekyll-theme-merlot (= 0.1.1)
62+
jekyll-theme-midnight (= 0.1.1)
63+
jekyll-theme-minimal (= 0.1.1)
64+
jekyll-theme-modernist (= 0.1.1)
65+
jekyll-theme-primer (= 0.5.4)
66+
jekyll-theme-slate (= 0.1.1)
67+
jekyll-theme-tactile (= 0.1.1)
68+
jekyll-theme-time-machine (= 0.1.1)
69+
jekyll-titles-from-headings (= 0.5.3)
70+
jemoji (= 0.12.0)
71+
kramdown (= 2.3.0)
72+
kramdown-parser-gfm (= 1.1.0)
73+
liquid (= 4.0.3)
74+
mercenary (~> 0.3)
75+
minima (= 2.5.1)
76+
nokogiri (>= 1.10.4, < 2.0)
77+
rouge (= 3.23.0)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.16.1)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (~> 3.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.14.0)
86+
activesupport (>= 2)
87+
nokogiri (>= 1.4)
88+
http_parser.rb (0.6.0)
89+
i18n (0.9.5)
90+
concurrent-ruby (~> 1.0)
91+
jekyll (3.9.0)
92+
addressable (~> 2.4)
93+
colorator (~> 1.0)
94+
em-websocket (~> 0.5)
95+
i18n (~> 0.7)
96+
jekyll-sass-converter (~> 1.0)
97+
jekyll-watch (~> 2.0)
98+
kramdown (>= 1.17, < 3)
99+
liquid (~> 4.0)
100+
mercenary (~> 0.3.3)
101+
pathutil (~> 0.9)
102+
rouge (>= 1.7, < 4)
103+
safe_yaml (~> 1.0)
104+
jekyll-avatar (0.7.0)
105+
jekyll (>= 3.0, < 5.0)
106+
jekyll-coffeescript (1.1.1)
107+
coffee-script (~> 2.2)
108+
coffee-script-source (~> 1.11.1)
109+
jekyll-commonmark (1.3.1)
110+
commonmarker (~> 0.14)
111+
jekyll (>= 3.7, < 5.0)
112+
jekyll-commonmark-ghpages (0.1.6)
113+
commonmarker (~> 0.17.6)
114+
jekyll-commonmark (~> 1.2)
115+
rouge (>= 2.0, < 4.0)
116+
jekyll-default-layout (0.1.4)
117+
jekyll (~> 3.0)
118+
jekyll-feed (0.15.1)
119+
jekyll (>= 3.7, < 5.0)
120+
jekyll-gist (1.5.0)
121+
octokit (~> 4.2)
122+
jekyll-github-metadata (2.13.0)
123+
jekyll (>= 3.4, < 5.0)
124+
octokit (~> 4.0, != 4.4.0)
125+
jekyll-mentions (1.6.0)
126+
html-pipeline (~> 2.3)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-optional-front-matter (0.3.2)
129+
jekyll (>= 3.0, < 5.0)
130+
jekyll-paginate (1.1.0)
131+
jekyll-readme-index (0.3.0)
132+
jekyll (>= 3.0, < 5.0)
133+
jekyll-redirect-from (0.16.0)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-relative-links (0.6.1)
136+
jekyll (>= 3.3, < 5.0)
137+
jekyll-remote-theme (0.4.2)
138+
addressable (~> 2.0)
139+
jekyll (>= 3.5, < 5.0)
140+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
141+
rubyzip (>= 1.3.0, < 3.0)
142+
jekyll-sass-converter (1.5.2)
143+
sass (~> 3.4)
144+
jekyll-seo-tag (2.6.1)
145+
jekyll (>= 3.3, < 5.0)
146+
jekyll-sitemap (1.4.0)
147+
jekyll (>= 3.7, < 5.0)
148+
jekyll-swiss (1.0.0)
149+
jekyll-theme-architect (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-cayman (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-dinky (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-hacker (0.1.2)
159+
jekyll (> 3.5, < 5.0)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-leap-day (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-merlot (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-midnight (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-minimal (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-modernist (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-primer (0.5.4)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-github-metadata (~> 2.9)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-slate (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-tactile (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-time-machine (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-titles-from-headings (0.5.3)
190+
jekyll (>= 3.3, < 5.0)
191+
jekyll-watch (2.2.1)
192+
listen (~> 3.0)
193+
jemoji (0.12.0)
194+
gemoji (~> 3.0)
195+
html-pipeline (~> 2.2)
196+
jekyll (>= 3.0, < 5.0)
197+
kramdown (2.3.0)
198+
rexml
199+
kramdown-parser-gfm (1.1.0)
200+
kramdown (~> 2.0)
201+
liquid (4.0.3)
202+
listen (3.3.3)
203+
rb-fsevent (~> 0.10, >= 0.10.3)
204+
rb-inotify (~> 0.9, >= 0.9.10)
205+
mercenary (0.3.6)
206+
mini_portile2 (2.4.0)
207+
minima (2.5.1)
208+
jekyll (>= 3.5, < 5.0)
209+
jekyll-feed (~> 0.9)
210+
jekyll-seo-tag (~> 2.1)
211+
minitest (5.14.2)
212+
multipart-post (2.1.1)
213+
nokogiri (1.10.10)
214+
mini_portile2 (~> 2.4.0)
215+
octokit (4.19.0)
216+
faraday (>= 0.9)
217+
sawyer (~> 0.8.0, >= 0.5.3)
218+
pathutil (0.16.2)
219+
forwardable-extended (~> 2.6)
220+
public_suffix (3.1.1)
221+
rb-fsevent (0.10.4)
222+
rb-inotify (0.10.1)
223+
ffi (~> 1.0)
224+
rexml (3.2.4)
225+
rouge (3.23.0)
226+
ruby-enum (0.8.0)
227+
i18n
228+
ruby2_keywords (0.0.2)
229+
rubyzip (2.3.0)
230+
safe_yaml (1.0.5)
231+
sass (3.7.4)
232+
sass-listen (~> 4.0.0)
233+
sass-listen (4.0.0)
234+
rb-fsevent (~> 0.9, >= 0.9.4)
235+
rb-inotify (~> 0.9, >= 0.9.7)
236+
sawyer (0.8.2)
237+
addressable (>= 2.3.5)
238+
faraday (> 0.8, < 2.0)
239+
simpleidn (0.1.1)
240+
unf (~> 0.1.4)
241+
terminal-table (1.8.0)
242+
unicode-display_width (~> 1.1, >= 1.1.1)
243+
thread_safe (0.3.6)
244+
typhoeus (1.4.0)
245+
ethon (>= 0.9.0)
246+
tzinfo (1.2.8)
247+
thread_safe (~> 0.1)
248+
tzinfo-data (1.2020.4)
249+
tzinfo (>= 1.0.0)
250+
unf (0.1.4)
251+
unf_ext
252+
unf_ext (0.0.7.7)
253+
unicode-display_width (1.7.0)
254+
wdm (0.1.1)
255+
zeitwerk (2.4.2)
256+
257+
PLATFORMS
258+
ruby
259+
260+
DEPENDENCIES
261+
github-pages
262+
jekyll-feed (~> 0.6)
263+
minima (~> 2.0)
264+
tzinfo (~> 1.2)
265+
tzinfo-data
266+
wdm (~> 0.1.0)
267+
268+
BUNDLED WITH
269+
2.1.4

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ plugins:
2727
sass:
2828
load_paths:
2929
- _sass
30-
- node_modules
3130

3231
# Exclude from processing.
3332
# The following items will not be processed, by default. Create a custom list
3433
# to override the default setting.
3534
exclude:
3635
- README.md
37-
# - Gemfile.lock
36+
- Gemfile.lock
3837
# - node_modules
3938
# - vendor/bundle/
4039
# - vendor/cache/

_data/cover.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title: Build production quality analytics reporting user interface in minutes
2+
embeddedvideourl: https://www.youtube-nocookie.com/embed/AXwGVXD7qEQ # youtube-nocookie.com for enhanced privacy, allowing rel=0 to hide suggested videos
3+
gettingstartedurl: https://github.com/yahoo/yavin-docs

_data/features.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- title:
2+
description: See how you can connect to your data source
3+
link: https://github.com/yahoo/yavin-docs
4+
5+
- title:
6+
description: Write your first model and test it
7+
link: https://github.com/yahoo/yavin-docs
8+
9+
- title:
10+
description: Get to know how you can build reports and Dashboards in your analytical tool
11+
link: https://github.com/yahoo/yavin-docs
12+
13+
- title:
14+
description: How can you contribute to Yavin and/or Elide Open Source Community
15+
link: https://github.com/yahoo/yavin-docs

_data/footer.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
- header: Community
2+
links:
3+
- title: Blog
4+
link: https://github.com/yahoo/yavin-docs
5+
- title: Slack
6+
link: https://github.com/yahoo/yavin-docs
7+
- title: Contact Us
8+
link: https://github.com/yahoo/yavin-docs
9+
10+
- header: Contribute
11+
links:
12+
- title: GitHub
13+
link: https://github.com/yahoo/yavin-docs
14+
- title: Suggest
15+
link: https://github.com/yahoo/yavin-docs
16+
17+
- header: Resources
18+
links:
19+
- title: Getting Started
20+
link: https://github.com/yahoo/yavin-docs
21+
- title: Documentation
22+
link: https://github.com/yahoo/yavin-docs

_data/htmlhead.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title: Yavin

_data/navbar.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
logourl: assets/images/Yavin_logo.png
2+
githuburl: https://github.com/yahoo/yavin-docs
3+
helpurl: https://github.com/yahoo/yavin-docs
4+
navitems:
5+
- title: Getting Started
6+
url: ./
7+
- title: Documentation
8+
url: ./
9+
- title: Blog
10+
url: ./

_data/usecases.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
- title: What is Yavin?
2+
description: Yavin is a framework for rapidly building custom data applications that offers both a UI and an API. In addition, Yavin can be deployed as a standalone Business Intelligence tool. It is scalable and secure and it’s intuitive visualization interface allows for fast drill-downs of very large data sets through simple interface and visualization blocks.
3+
image: http://via.placeholder.com/300x200
4+
link: https://github.com/yahoo/yavin-docs
5+
6+
- title: Why Yavin?
7+
description: The easy setup and installation guide will allow you to setup your analytical tool instance within minutes. The intuitive nature of Yavin will get you going in no time and show what insightful data can do for you and your work.
8+
image: http://via.placeholder.com/300x200
9+
link: https://github.com/yahoo/yavin-docs
10+
11+
- title: Who We Are?
12+
description: Over the course of the last 5 years, the Data organization at Verizon Media Group has built several data applications to provide insights into various data sets. While each of these applications are unique, several patterns across these systems have been identified. Typically, these systems contain a query engine, a set of web services, and a set of UI flows to manage and explore data sets. This led to the birth of Yavin, a data application platform.
13+
image: http://via.placeholder.com/300x200
14+
link: https://github.com/yahoo/yavin-docs
15+
16+
- title: How does it work?
17+
description: "Yavin is a combination of three major modules. They are:"
18+
descriptionlist:
19+
- Denali (The Design Layer)
20+
- Elide (The Web Service Layer)
21+
- Navi (The UI Layer)
22+
image: http://via.placeholder.com/300x200
23+
link: https://github.com/yahoo/yavin-docs

0 commit comments

Comments
 (0)