-
Notifications
You must be signed in to change notification settings - Fork 27
/
404.html
96 lines (96 loc) · 3.33 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found :: Red Hat OpenShift Serverless previews</title>
<link rel="stylesheet" href="/docs/_/css/site.css">
<link rel="stylesheet" href="/docs/_/css/extra.css">
<link rel="stylesheet" href="/docs/_/css/custom.css">
<link rel="stylesheet" href="/docs/_/css/tabs.css">
<link rel="stylesheet" href="/docs/_/font-awesome-4.7.0/css/font-awesome.min.css">
<!--
<link rel="icon" href="/docs/favicon.ico" type="image/x-icon">
-->
</head>
<body class="status-404">
<header class="header" role="banner">
<nav class="navbar">
<div class="navbar-brand">
<div class="navbar-item">
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
<span></span>
</button>
<img src="/docs/_/img/serverless-icon.svg" class="navbar-logo" alt="OpenShift Serverless icon">
<a href="">OpenShift Serverless Previews</a>
</div>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<!-- search broken
<div class="navbar-item hide-for-print">
<script async src="https://cse.google.com/cse.js?cx=002898025167115630151:gnr5edrg2eo"></script>
<div class="gcse-searchbox" enableAutoComplete="true"></div>
</div>
-->
<a class="navbar-item" href="https://openshift-knative.github.io/docs/docs/index.html">Home</a>
<a class="navbar-item" href="https://developers.redhat.com/topics/serverless-architecture">Blog</a>
<a class="navbar-item" href="https://kogito.kie.org/">The Kogito Project</a>
</div>
</div>
</nav>
<!-- need alt search type-->
<!--<div class="gcse-searchresults"></div>-->
</header>
<div class="main-wrapper">
<div class="navigation-container">
<aside class="navigation">
<div class="panels">
<div class="navigation-explore is-active" data-panel="explore">
<ul class="components">
<li class="component">
<span class="title">Documentation</span>
<ul class="versions">
<li class="version">
<a href="/docs/main/index.html">main</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</aside>
</div>
<div class="main-view-and-toolbar">
<div class="toolbar" role="navigation">
<button class="navigation-toggle"></button>
<a href="/docs/main/index.html" class="home-link"></a>
<nav class="crumbs" aria-label="breadcrumbs">
</nav>
</div>
<div class="main-view-and-toc">
<main class="main">
<article class="doc">
<h1>Page Not Found</h1>
<div class="paragraph">
<p>The page you're looking for does not exist. It may have been moved.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
</div>
</article>
</main>
</div>
</div>
</div><footer class="footer">
<p>Adapted from Antora default UI, (c) 2019</p>
</footer>
<script src="/docs/_/js/site.js"></script>
<script src="/docs/_/js/vendor/highlight.js"></script>
<script src="/docs/_/js/tabsBehavior.js"></script>
<script>hljs.initHighlighting()</script>
</body>
</html>