Skip to content

Commit 6b78c17

Browse files
committed
Added index files (for github pages)
1 parent b18db4f commit 6b78c17

File tree

11 files changed

+112
-0
lines changed

11 files changed

+112
-0
lines changed

gateway/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH-Gateway</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./v1/">v1</a></li>
8+
</ul>
9+
</body>
10+
</html>

gateway/v1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH-Gateway</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./api/">API</a></li>
8+
</ul>
9+
</body>
10+
</html>

multi/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH-Multi</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./v1/">v1</a></li>
8+
</ul>
9+
</body>
10+
</html>

multi/v1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH-Multi</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./api/">API</a></li>
8+
</ul>
9+
</body>
10+
</html>

scp/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SCP</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./v1/">v1</a></li>
8+
</ul>
9+
</body>
10+
</html>

scp/v1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SCP</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./api/">API</a></li>
8+
</ul>
9+
</body>
10+
</html>

sftp/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>Net-SFTP</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./v1/">v1</a></li>
8+
<li><a href="./v2/">v2</a></li>
9+
</ul>
10+
</body>
11+
</html>

sftp/v1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./api/">API</a></li>
8+
</ul>
9+
</body>
10+
</html>

sftp/v2/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Net-SFTP</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./api/">API</a></li>
8+
</ul>
9+
</body>
10+
</html>

ssh/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>Net-SSH</title>
4+
</head>
5+
<body>
6+
<ul>
7+
<li><a href="./v1/">v1</a></li>
8+
<li><a href="./v2/">v2</a></li>
9+
</ul>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)