-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
44 lines (44 loc) · 2.07 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[if IE]>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<![endif]-->
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="A list of demos of the Red Hat AsciiDoc templates, styles, and behaviors." name="description">
<meta name="robots" content="noindex">
<title>Red Hat AsciiDoc Templates</title>
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Red+Hat+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="examples/rhdocs.css" rel="stylesheet">
<script src="examples/rhdocs-content.js"></script>
</head>
<body class="article jupiter-render rhdocs">
<cp-documentation id="doc-content">
<header class="rhdocs__header" id="rhdocs-header">
<div class="rhdocs__header__primary-wrapper">
<h1>Red Hat AsciiDoc Templates</h1>
</div>
</header>
<article class="rhdocs-content" id="rhdocs-content">
<p>
This repo is used to create and test the AsciiDoc templates used by Red Hat's documentation platform. <a href="https://github.com/redhataccess/adoc-templates">See the repo for more information</a>.
</p>
<h2 id="demo-pages-yo">Here are some demo pages:</h2>
<ul aria-labelledby="demo-pages-yo">
<li>
<a href="examples/ascii-doc-styleguide.html">AsciiDoc Styleguide</a> - A listing of all elements that can show up in an AsciiDoc.
</li>
<li>
<a href="examples/code-samples.html">Code Samples</a> - A list of all of the supported code formats and what they look like when syntax highlighting is applied.
</li>
<li>
<a href="examples/assembly_access-control-list.html">A Sample 'Assembly'</a> - A sample document that has been modified for testing purposes.
</li>
</ul>
</article>
</cp-documentation>
</body>
</html>