Skip to content

Commit 8261683

Browse files
author
docs-action
committed

File tree

460 files changed

+125564
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

460 files changed

+125564
-1
lines changed

v1.10/404.html

+679
Large diffs are not rendered by default.

v1.10/Gemfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
gem 'just-the-docs'
4+
gem "webrick", "~> 1.8"
5+
gem 'jekyll-sitemap'
6+
gem 'jekyll-seo-tag'

v1.10/Gemfile.lock

+270
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.0.8)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
addressable (2.8.4)
10+
public_suffix (>= 2.0.2, < 6.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.23.10)
17+
concurrent-ruby (1.2.2)
18+
dnsruby (1.70.0)
19+
simpleidn (~> 0.2.1)
20+
em-websocket (0.5.3)
21+
eventmachine (>= 0.12.9)
22+
http_parser.rb (~> 0)
23+
ethon (0.16.0)
24+
ffi (>= 1.15.0)
25+
eventmachine (1.2.7)
26+
execjs (2.8.1)
27+
faraday (2.7.5)
28+
faraday-net_http (>= 2.0, < 3.1)
29+
ruby2_keywords (>= 0.0.4)
30+
faraday-net_http (3.0.2)
31+
ffi (1.15.5)
32+
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (228)
35+
github-pages-health-check (= 1.17.9)
36+
jekyll (= 3.9.3)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.4.0)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.15.1)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-include-cache (= 0.2.1)
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.3)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.8.0)
54+
jekyll-sitemap (= 1.4.0)
55+
jekyll-swiss (= 1.0.0)
56+
jekyll-theme-architect (= 0.2.0)
57+
jekyll-theme-cayman (= 0.2.0)
58+
jekyll-theme-dinky (= 0.2.0)
59+
jekyll-theme-hacker (= 0.2.0)
60+
jekyll-theme-leap-day (= 0.2.0)
61+
jekyll-theme-merlot (= 0.2.0)
62+
jekyll-theme-midnight (= 0.2.0)
63+
jekyll-theme-minimal (= 0.2.0)
64+
jekyll-theme-modernist (= 0.2.0)
65+
jekyll-theme-primer (= 0.6.0)
66+
jekyll-theme-slate (= 0.2.0)
67+
jekyll-theme-tactile (= 0.2.0)
68+
jekyll-theme-time-machine (= 0.2.0)
69+
jekyll-titles-from-headings (= 0.5.3)
70+
jemoji (= 0.12.0)
71+
kramdown (= 2.3.2)
72+
kramdown-parser-gfm (= 1.1.0)
73+
liquid (= 4.0.4)
74+
mercenary (~> 0.3)
75+
minima (= 2.5.1)
76+
nokogiri (>= 1.13.6, < 2.0)
77+
rouge (= 3.26.0)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.17.9)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (>= 3.0, < 5.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.14.3)
86+
activesupport (>= 2)
87+
nokogiri (>= 1.4)
88+
http_parser.rb (0.8.0)
89+
i18n (1.14.1)
90+
concurrent-ruby (~> 1.0)
91+
jekyll (3.9.3)
92+
addressable (~> 2.4)
93+
colorator (~> 1.0)
94+
em-websocket (~> 0.5)
95+
i18n (>= 0.7, < 2)
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.4.0)
110+
commonmarker (~> 0.22)
111+
jekyll-commonmark-ghpages (0.4.0)
112+
commonmarker (~> 0.23.7)
113+
jekyll (~> 3.9.0)
114+
jekyll-commonmark (~> 1.4.0)
115+
rouge (>= 2.0, < 5.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-include-cache (0.2.1)
126+
jekyll (>= 3.7, < 5.0)
127+
jekyll-mentions (1.6.0)
128+
html-pipeline (~> 2.3)
129+
jekyll (>= 3.7, < 5.0)
130+
jekyll-optional-front-matter (0.3.2)
131+
jekyll (>= 3.0, < 5.0)
132+
jekyll-paginate (1.1.0)
133+
jekyll-readme-index (0.3.0)
134+
jekyll (>= 3.0, < 5.0)
135+
jekyll-redirect-from (0.16.0)
136+
jekyll (>= 3.3, < 5.0)
137+
jekyll-relative-links (0.6.1)
138+
jekyll (>= 3.3, < 5.0)
139+
jekyll-remote-theme (0.4.3)
140+
addressable (~> 2.0)
141+
jekyll (>= 3.5, < 5.0)
142+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
143+
rubyzip (>= 1.3.0, < 3.0)
144+
jekyll-sass-converter (1.5.2)
145+
sass (~> 3.4)
146+
jekyll-seo-tag (2.8.0)
147+
jekyll (>= 3.8, < 5.0)
148+
jekyll-sitemap (1.4.0)
149+
jekyll (>= 3.7, < 5.0)
150+
jekyll-swiss (1.0.0)
151+
jekyll-theme-architect (0.2.0)
152+
jekyll (> 3.5, < 5.0)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-cayman (0.2.0)
155+
jekyll (> 3.5, < 5.0)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-dinky (0.2.0)
158+
jekyll (> 3.5, < 5.0)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-hacker (0.2.0)
161+
jekyll (> 3.5, < 5.0)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-leap-day (0.2.0)
164+
jekyll (> 3.5, < 5.0)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-merlot (0.2.0)
167+
jekyll (> 3.5, < 5.0)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-midnight (0.2.0)
170+
jekyll (> 3.5, < 5.0)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-minimal (0.2.0)
173+
jekyll (> 3.5, < 5.0)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-modernist (0.2.0)
176+
jekyll (> 3.5, < 5.0)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-primer (0.6.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-github-metadata (~> 2.9)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-slate (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-tactile (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-time-machine (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-titles-from-headings (0.5.3)
192+
jekyll (>= 3.3, < 5.0)
193+
jekyll-watch (2.2.1)
194+
listen (~> 3.0)
195+
jemoji (0.12.0)
196+
gemoji (~> 3.0)
197+
html-pipeline (~> 2.2)
198+
jekyll (>= 3.0, < 5.0)
199+
just-the-docs (0.5.1)
200+
jekyll (>= 3.8.5)
201+
jekyll-seo-tag (>= 2.0)
202+
rake (>= 12.3.1)
203+
kramdown (2.3.2)
204+
rexml
205+
kramdown-parser-gfm (1.1.0)
206+
kramdown (~> 2.0)
207+
liquid (4.0.4)
208+
listen (3.8.0)
209+
rb-fsevent (~> 0.10, >= 0.10.3)
210+
rb-inotify (~> 0.9, >= 0.9.10)
211+
mercenary (0.3.6)
212+
mini_portile2 (2.8.2)
213+
minima (2.5.1)
214+
jekyll (>= 3.5, < 5.0)
215+
jekyll-feed (~> 0.9)
216+
jekyll-seo-tag (~> 2.1)
217+
minitest (5.20.0)
218+
nokogiri (1.15.2)
219+
mini_portile2 (~> 2.8.2)
220+
racc (~> 1.4)
221+
octokit (4.25.1)
222+
faraday (>= 1, < 3)
223+
sawyer (~> 0.9)
224+
pathutil (0.16.2)
225+
forwardable-extended (~> 2.6)
226+
public_suffix (4.0.7)
227+
racc (1.6.2)
228+
rake (13.0.6)
229+
rb-fsevent (0.11.2)
230+
rb-inotify (0.10.1)
231+
ffi (~> 1.0)
232+
rexml (3.2.5)
233+
rouge (3.26.0)
234+
ruby2_keywords (0.0.5)
235+
rubyzip (2.3.2)
236+
safe_yaml (1.0.5)
237+
sass (3.7.4)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.9.2)
243+
addressable (>= 2.3.5)
244+
faraday (>= 0.17.3, < 3)
245+
simpleidn (0.2.1)
246+
unf (~> 0.1.4)
247+
terminal-table (1.8.0)
248+
unicode-display_width (~> 1.1, >= 1.1.1)
249+
typhoeus (1.4.0)
250+
ethon (>= 0.9.0)
251+
tzinfo (2.0.6)
252+
concurrent-ruby (~> 1.0)
253+
unf (0.1.4)
254+
unf_ext
255+
unf_ext (0.0.8.2)
256+
unicode-display_width (1.8.0)
257+
webrick (1.8.1)
258+
259+
PLATFORMS
260+
ruby
261+
262+
DEPENDENCIES
263+
github-pages
264+
jekyll-seo-tag
265+
jekyll-sitemap
266+
just-the-docs
267+
webrick (~> 1.8)
268+
269+
BUNDLED WITH
270+
2.1.4

v1.10/LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2020 Treeverse Labs LTD.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

v1.10/README.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<meta charset="utf-8">
4+
<title>Redirecting&hellip;</title>
5+
<link rel="canonical" href="/v1.10/project/docs/">
6+
<script>location="/v1.10/project/docs/"</script>
7+
<meta http-equiv="refresh" content="0; url=/v1.10/project/docs/">
8+
<meta name="robots" content="noindex">
9+
<h1>Redirecting&hellip;</h1>
10+
<a href="/v1.10/project/docs/">Click here if you are not redirected.</a>
11+
</html>

v1.10/architecture/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<meta charset="utf-8">
4+
<title>Redirecting&hellip;</title>
5+
<link rel="canonical" href="/v1.10/understand/architecture.html">
6+
<script>location="/v1.10/understand/architecture.html"</script>
7+
<meta http-equiv="refresh" content="0; url=/v1.10/understand/architecture.html">
8+
<meta name="robots" content="noindex">
9+
<h1>Redirecting&hellip;</h1>
10+
<a href="/v1.10/understand/architecture.html">Click here if you are not redirected.</a>
11+
</html>

v1.10/architecture/overview.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<meta charset="utf-8">
4+
<title>Redirecting&hellip;</title>
5+
<link rel="canonical" href="/v1.10/understand/architecture.html">
6+
<script>location="/v1.10/understand/architecture.html"</script>
7+
<meta http-equiv="refresh" content="0; url=/v1.10/understand/architecture.html">
8+
<meta name="robots" content="noindex">
9+
<h1>Redirecting&hellip;</h1>
10+
<a href="/v1.10/understand/architecture.html">Click here if you are not redirected.</a>
11+
</html>

v1.10/architecture/sizing-guide.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<meta charset="utf-8">
4+
<title>Redirecting&hellip;</title>
5+
<link rel="canonical" href="/v1.10/howto/sizing-guide.html">
6+
<script>location="/v1.10/howto/sizing-guide.html"</script>
7+
<meta http-equiv="refresh" content="0; url=/v1.10/howto/sizing-guide.html">
8+
<meta name="robots" content="noindex">
9+
<h1>Redirecting&hellip;</h1>
10+
<a href="/v1.10/howto/sizing-guide.html">Click here if you are not redirected.</a>
11+
</html>

v1.10/assets/by-treeverse.png

3.29 KB
Loading

0 commit comments

Comments
 (0)