Skip to content

Commit 99d88ed

Browse files
author
github-actions
committed
Rendered docs
1 parent aabb480 commit 99d88ed

File tree

8 files changed

+33192
-0
lines changed

8 files changed

+33192
-0
lines changed

dev/.timestamp-images

Whitespace-only changes.

dev/images/.gitkeep

Whitespace-only changes.

dev/index.html

Lines changed: 2010 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
<style>
6+
body {
7+
margin: 0;
8+
font-family: Arial, Helvetica, sans-serif;
9+
}
10+
11+
.asciidoc {
12+
height:90vh;
13+
background:#fff;
14+
color:#fff;
15+
}
16+
17+
.topnav {
18+
overflow: hidden;
19+
background-color: #333;
20+
}
21+
22+
.topnav a {
23+
float: left;
24+
color: #f2f2f2;
25+
text-align: center;
26+
padding: 2vh 2vh;
27+
text-decoration: none;
28+
font-size: 2vh;
29+
}
30+
31+
.topnav a:hover {
32+
background-color: #ddd;
33+
color: black;
34+
}
35+
36+
.topnav a.active {
37+
background-color: #7a2518;
38+
color: white;
39+
}
40+
</style>
41+
</head>
42+
43+
<body>
44+
45+
<div class="topnav">
46+
<a class="active" href="user/" target="content">User</a>
47+
<a href="dev/" target="content">Contributor</a>
48+
</div>
49+
50+
<div class="asciidoc">
51+
<iframe name="content" width="100%" height="100%" src="user/index.html"></iframe>
52+
</div>
53+
54+
</body>
55+
</html>

user/.timestamp-images

Whitespace-only changes.

user/downstream.html

Lines changed: 15297 additions & 0 deletions
Large diffs are not rendered by default.

user/images/.gitkeep

Whitespace-only changes.

user/index.html

Lines changed: 15830 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)