Skip to content

Commit

Permalink
deploy: fe4adb0
Browse files Browse the repository at this point in the history
  • Loading branch information
aireilly committed Oct 5, 2023
0 parents commit a7d68f4
Show file tree
Hide file tree
Showing 154 changed files with 28,182 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
101 changes: 101 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Page Not Found :: Vale for writers at Red Hat</title>
<meta name="generator" content="Antora 3.0.2">
<link rel="stylesheet" href="/vale-at-red-hat/_/css/site.css">
<link rel="stylesheet" href="/vale-at-red-hat/_/css/extra.css">
<link rel="stylesheet" href="/vale-at-red-hat/_/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="icon" href="/vale-at-red-hat/_/img/favicon.ico" type="image/x-icon">
<script>var uiRootPath = '/vale-at-red-hat/_'</script>
</head>

<body class="status-404">
<header class="header">
<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="/vale-at-red-hat/_/img/project-logo.svg" class="navbar-logo" alt="Project logo">
<a href="https://redhat-documentation.github.io/vale-at-red-hat/index.html">Vale for writers at Red Hat</a>
</div>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item hide-for-print">
<div id="search-field" class="field">
<input id="search-input" type="text" placeholder="Search the docs" autofocus>
</div>
</div>
<a class="navbar-item" href="https://github.com/redhat-documentation/vale-at-red-hat/">
<img src="/vale-at-red-hat/_/img/github.svg" alt="View source code on GitHub">
</a>
</div>
</div>
</nav>
</header>
<div class="body">
<div class="nav-container">
<aside class="nav">
<div class="panels">
<div class="nav-panel-explore is-active" data-panel="explore">
<ul class="components">
<li class="component">
<a class="title" href="/vale-at-red-hat/docs/main/user-guide/introduction/">Vale for writers at Red Hat</a>
<ul class="versions">
<li class="version is-latest">
<a href="/vale-at-red-hat/docs/main/user-guide/introduction/">main</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</aside>
</div>
<main class="article">
<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<a href="/vale-at-red-hat/docs/main/user-guide/introduction/" class="home-link"></a>
<nav class="breadcrumbs" aria-label="breadcrumbs">
</nav>
</div>
<div class="content">
<article class="doc">
<h1 class="page">Page Not Found</h1>
<div class="paragraph">
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can
return to the <a href="https://redhat-documentation.github.io/vale-at-red-hat/index.html">start page</a>, or follow one of the links in the
navigation to
the left.</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> </div>
</main>
</div>
<footer class="footer">
<div>
<a href="https://redhat-documentation.github.io/vale-at-red-hat/sitemap.xml" target="_blank">Site map</a> |
<a href="https://redhat-documentation.github.io/" target="_blank">Guidelines for Red Hat Documentation</a> |
<a href="https://github.com/redhat-documentation/vale-at-red-hat/blob/main/DCO" target="_blank">Developer Certificate of Origin</a> |
<a href="https://github.com/redhat-documentation/vale-at-red-hat/blob/main/LICENSE" target="_blank">MIT License</a>
</footer>
<script id="site-script" src="/vale-at-red-hat/_/js/site.js" data-ui-root-path="/vale-at-red-hat/_"></script>
<script async src="/vale-at-red-hat/_/js/vendor/highlight.js"></script>
<script src="/vale-at-red-hat/_/js/vendor/lunr.js"></script>
<script src="/vale-at-red-hat/_/js/search-ui.js" id="search-ui-script" data-site-root-path="/vale-at-red-hat" data-snippet-length="100" data-stylesheet="/vale-at-red-hat/_/css/search.css"></script>
<script async src="/vale-at-red-hat/search-index.js"></script>
</body>

</html>
79 changes: 79 additions & 0 deletions _/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@


.doc .admonitionblock .icon {
border-radius: 1rem;
}

i.fa[class^='icon-'],
i.fa[class*=' icon-']::before {
content: "";
height: 1.25rem;
width: 1.25rem;
margin-right: 0.25rem;
margin-left: -0.5rem;
}

i.fa.icon-note::before {
background: no-repeat url("../img/note.svg");
}

i.fa.icon-tip::before {
background: no-repeat url("../img/tip.svg");
}

i.fa.icon-important::before {
background: no-repeat url("../img/important.svg");
}

i.fa.icon-warning::before {
background: no-repeat url("../img/warning.svg");
}

i.fa.icon-caution::before {
background: no-repeat url("../img/caution.svg");
}

/* Logo in navigation bar */
.navbar-item img.navbar-logo {
margin-right: 1ex;
width: 13%;
}

/* Burger menu in navigation bar indented less than Antora default */
.navbar-burger {
margin-left: 0;
}

/* Highlight of current item in navigation sidebar */
.nav-list .nav-item.is-current-page {
border-left: 0.5rem solid #c6c6c6;
padding-left: 1rem;
margin-left: -1.5rem;
background-color: #dadada;
}

/* Navigation sidebar on the left slightly wider than Antora default */
.nav-container {
width: 17rem;
}

/* Navigation sidebar on the left slightly darker than Antora default */
.nav-container .nav {
background-color: #eee;
}

/* .Headings made more prominent */
.doc .title {
font-weight: bold;
color: #3a415f;
}

/* Google Search Box fix for empty line below header */
.gsc-control-cse {
padding: 0!important;
border: none!important;
}

aside.toc.sidebar {
overflow-block: scroll;
}
123 changes: 123 additions & 0 deletions _/css/search.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
.search-result-dropdown-menu {
position: absolute;
z-index: 100;
display: block;
right: 0;
left: inherit;
top: 100%;
border-radius: 4px;
margin: 6px 0 0;
padding: 0;
text-align: left;
height: auto;
background: transparent;
border: none;
max-width: 600px;
min-width: 500px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
.search-result-dropdown-menu {
min-width: calc(100vw - 3.75rem);
}
}

.search-result-dataset {
position: relative;
border: 1px solid #d9d9d9;
background: #fff;
border-radius: 4px;
overflow: auto;
padding: 8px;
max-height: calc(100vh - 5.25rem);
line-height: 1.5;
}

.search-result-item {
display: flex;
margin-top: 0.5rem;
}

.search-result-component-header {
color: #1e1e1e;
border-bottom: 1px solid #ddd;
margin-left: 0.5em;
margin-right: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}

.search-result-document-title {
width: 33%;
border-right: 1px solid #ddd;
color: #02060c;
font-weight: 500;
font-size: 0.8rem;
padding: 0.5rem 0.5rem 0.5rem 0;
text-align: right;
position: relative;
word-wrap: break-word;
}

.search-result-document-hit {
flex: 1;
font-size: 0.75rem;
color: #63676d;
}

.search-result-document-hit > a {
color: inherit;
display: block;
padding: 0.55rem 0.25rem 0.55rem 0.75rem;
}

.search-result-document-hit > a:hover {
background-color: rgba(69, 142, 225, 0.05);
}

.search-result-document-hit .search-result-highlight {
color: #174d8c;
background: rgba(143, 187, 237, 0.1);
padding: 0.1em 0.05em;
font-weight: 500;
}

.search-result-document-hit .search-result-section-title {
color: #303030;
font-weight: 500;
font-size: 1.05em;
margin-bottom: 0.25em;
}

#search-input {
padding: 0.25em;
}

#search-input:focus {
outline: none;
}

#search-field {
display: flex;
}

#search-field .filter {
background: #fff linear-gradient(180deg,#e1e1e1 0,#e1e1e1) no-repeat 0/1px 50%;
border: 1px solid #e1e1e1;
border-left: none;
border-radius: 0 0.1em 0.1em 0;
color: #5d5d5d;
cursor: pointer;
font-size: .875em;
display: flex;
align-items: center;
padding: 0 0.5rem;
white-space: nowrap;
overflow: hidden;
}

#search-field.has-filter > input {
border-right: none;
border-radius: 0.1em 0 0 0.1em;
}
3 changes: 3 additions & 0 deletions _/css/site.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _/font-awesome-4.7.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit a7d68f4

Please sign in to comment.