Skip to content

Commit fdfe046

Browse files
committed
push generated website and fix env variables in docs and added docker installation docs
1 parent 764a87e commit fdfe046

File tree

117 files changed

+37906
-13
lines changed

Some content is hidden

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

117 files changed

+37906
-13
lines changed

docs/404.html

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="js csstransforms3d">
3+
4+
<head>
5+
<meta charset="utf-8"> <meta name="description" content="">
6+
<meta name="author" content="Databricks Labs">
7+
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
8+
9+
<title>404 Page not found</title>
10+
11+
12+
<link href="/css/nucleus.css?1588061053" rel="stylesheet">
13+
<link href="/css/fontawesome-all.min.css?1588061053" rel="stylesheet">
14+
<link href="/css/hybrid.css?1588061053" rel="stylesheet">
15+
<link href="/css/featherlight.min.css?1588061053" rel="stylesheet">
16+
<link href="/css/perfect-scrollbar.min.css?1588061053" rel="stylesheet">
17+
<link href="/css/theme.css?1588061053" rel="stylesheet">
18+
<link href="/css/hugo-theme.css?1588061053" rel="stylesheet">
19+
20+
<link href="/css/theme-blue.css?1588061053" rel="stylesheet">
21+
22+
<style>
23+
:root #header + #content > #left > #rlblock_left {
24+
display: none !important;
25+
}
26+
27+
p,
28+
li,
29+
ul {
30+
text-align: center
31+
}
32+
33+
ul {
34+
list-style-type: none;
35+
}
36+
</style>
37+
38+
</head>
39+
40+
<body class="" data-url="/">
41+
42+
<section id="body" style="margin-left:0px;">
43+
<div id="overlay"></div>
44+
<div id="chapter">
45+
<div id="body-inner">
46+
<h1>Error</h1>
47+
<p>
48+
</p>
49+
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
50+
<p></p>
51+
<p><a href='/'>Go to homepage</a></p>
52+
<p><img src='/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></p>
53+
</div>
54+
</div>
55+
56+
</section>
57+
</body>
58+
59+
</html>

0 commit comments

Comments
 (0)