Skip to content

Commit cccc20a

Browse files
committed
[CI] Publish Documentation for 0dff71c
1 parent fe128c2 commit cccc20a

File tree

1,531 files changed

+35210
-0
lines changed

Some content is hidden

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

1,531 files changed

+35210
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Page Not Found :: Oracle SQL Features</title>
7+
<meta name="generator" content="Antora 3.1.4">
8+
<link rel="stylesheet" href="/_/css/site.css">
9+
<link rel="stylesheet" href="/_/css/site-extra.css">
10+
<link rel="stylesheet" href="/_/css/navbar-.css">
11+
<link rel="stylesheet" href="/_/css/admonitions.css">
12+
<link rel="stylesheet" href="/_/css/fontawesome.css">
13+
<link rel="stylesheet" href="/_/css/all.css">
14+
<script>var uiRootPath = '/_'</script>
15+
</head>
16+
<body class="status-404">
17+
<header class="header">
18+
<nav class="navbar">
19+
<div class="navbar-brand">
20+
<a class="navbar-item" href="https://oracle-sql-features.github.io">Oracle SQL Features</a>
21+
<button class="navbar-burger" data-target="topbar-nav">
22+
<span></span>
23+
<span></span>
24+
<span></span>
25+
</button>
26+
</div>
27+
<div id="topbar-nav" class="navbar-menu">
28+
<div class="navbar-end">
29+
<div class="navbar-item has-dropdown is-hoverable">
30+
<div class="navbar-link">Project</div>
31+
<div class="navbar-dropdown">
32+
<a class="navbar-item" href="https://github.com/oracle-sql-features/oracle-sql-features.github.io/">Repository</a>
33+
</div>
34+
</div>
35+
</div>
36+
</div>
37+
</nav>
38+
</header>
39+
<div class="body">
40+
<div class="nav-container">
41+
<aside class="nav">
42+
<div class="panels">
43+
<div class="nav-panel-explore is-active" data-panel="explore">
44+
<ul class="components">
45+
<li class="component">
46+
<a class="title" href="/guide/latest/index.html">Oracle SQL Features</a>
47+
<ul class="versions">
48+
<li class="version is-latest">
49+
<a href="/guide/latest/index.html">latest</a>
50+
</li>
51+
</ul>
52+
</li>
53+
</ul>
54+
</div>
55+
</div>
56+
</aside>
57+
</div>
58+
<main class="article">
59+
<div class="toolbar" role="navigation">
60+
<button class="nav-toggle"></button>
61+
<a href="/guide/latest/index.html" class="home-link"></a>
62+
<nav class="breadcrumbs" aria-label="breadcrumbs">
63+
</nav>
64+
</div>
65+
<div class="content">
66+
<article class="doc">
67+
<h1 class="page">Page Not Found</h1>
68+
<div class="paragraph">
69+
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can return to the <a href="/guide/latest/index.html">start page</a>, or follow one of the links in the navigation to the left.</p>
70+
</div>
71+
<div class="paragraph">
72+
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
73+
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
74+
</div>
75+
</article>
76+
</div>
77+
</main>
78+
</div>
79+
<footer class="footer">
80+
<p>This page was built using the Antora default UI.</p>
81+
<p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p>
82+
</footer>
83+
<script id="site-script" src="/_/js/site.js" data-ui-root-path="/_"></script>
84+
<script async src="/_/js/vendor/highlight.js"></script>
85+
</body>
86+
</html>

_/css/admonitions.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.doc .admonitionblock .icon {
2+
border-radius: 1rem;
3+
}
4+
5+
i.fa[class^='icon-'],
6+
i.fa[class*=' icon-']::before {
7+
content: "";
8+
height: 1.25rem;
9+
width: 1.25rem;
10+
margin-right: 0.25rem;
11+
margin-left: -0.5rem;
12+
}
13+
14+
i.fa.icon-note::before {
15+
background: no-repeat url("../img/note.svg");
16+
}
17+
18+
i.fa.icon-tip::before {
19+
background: no-repeat url("../img/tip.svg");
20+
}
21+
22+
i.fa.icon-important::before {
23+
background: no-repeat url("../img/important.svg");
24+
}
25+
26+
i.fa.icon-warning::before {
27+
background: no-repeat url("../img/warning.svg");
28+
}
29+
30+
i.fa.icon-caution::before {
31+
background: no-repeat url("../img/caution.svg");
32+
}
33+

0 commit comments

Comments
 (0)