Skip to content

Commit

Permalink
Rendered docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 18, 2024
1 parent aabb480 commit 87600ca
Show file tree
Hide file tree
Showing 8 changed files with 27,537 additions and 0 deletions.
Empty file added dev/.timestamp-images
Empty file.
Empty file added dev/images/.gitkeep
Empty file.
1,456 changes: 1,456 additions & 0 deletions dev/index.html

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

.asciidoc {
height:90vh;
background:#fff;
color:#fff;
}

.topnav {
overflow: hidden;
background-color: #333;
}

.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 2vh 2vh;
text-decoration: none;
font-size: 2vh;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: #7a2518;
color: white;
}
</style>
</head>

<body>

<div class="topnav">
<a class="active" href="user/" target="content">User</a>
<a href="dev/" target="content">Contributor</a>
</div>

<div class="asciidoc">
<iframe name="content" width="100%" height="100%" src="user/index.html"></iframe>
</div>

</body>
</html>
Empty file added user/.timestamp-images
Empty file.
12,743 changes: 12,743 additions & 0 deletions user/downstream.html

Large diffs are not rendered by default.

Empty file added user/images/.gitkeep
Empty file.
13,283 changes: 13,283 additions & 0 deletions user/index.html

Large diffs are not rendered by default.

0 comments on commit 87600ca

Please sign in to comment.