Skip to content

Commit

Permalink
chore: run vangen (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian authored Jan 9, 2025
1 parent 80e92cb commit 9a1f077
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions node/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>pkg.akt.dev/node</title>
<meta name="go-import" content="pkg.akt.dev/ git https://github.com/akash-network/node">
<meta name="go-source" content="pkg.akt.dev/ https://github.com/akash-network/node https://github.com/akash-network/node/tree/sdk-47{/dir} https://github.com/akash-network/node/blob/sdk-47{/dir}/{file}#L{line}">
<style>
* { font-family: sans-serif; }
body { margin-top: 0; }
.content { display: inline-block; }
code { display: block; font-family: monospace; font-size: 1em; background-color: #d5d5d5; padding: 1em; margin-bottom: 16px; }
ul { margin-top: 16px; margin-bottom: 16px; }
</style>
</head>
<body>
<div class="content">
<h2>pkg.akt.dev/node</h2>
<code>go get pkg.akt.dev/node</code>
<code>import "pkg.akt.dev/node"</code>
Home: <a href="https://github.com/akash-network/node">https://github.com/akash-network/node</a><br/>
Source: <a href="https://github.com/akash-network/node">https://github.com/akash-network/node</a><br/>
Sub-packages:<ul><li><a href="/node">pkg.akt.dev/node</a></li></ul></div>
</body>
</html>

0 comments on commit 9a1f077

Please sign in to comment.