Skip to content

Commit

Permalink
feat: set sdk as subpkg (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored May 9, 2024
1 parent db89925 commit acb57ec
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>go.akashd.io/</title>
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api/tree/sdk-47/sdk">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api/tree/sdk-47/sdk https://github.com/akash-network/akash-api/tree/sdk-47/sdk{/dir} https://github.com/akash-network/akash-api/blob/sdk-47/sdk{/dir}/{file}#L{line}">
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api/tree/sdk-47">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api/tree/sdk-47 https://github.com/akash-network/akash-api/tree/sdk-47{/dir} https://github.com/akash-network/akash-api/blob/sdk-47{/dir}/{file}#L{line}">
<style>
* { font-family: sans-serif; }
body { margin-top: 0; }
Expand All @@ -19,7 +19,7 @@ <h2>go.akashd.io/</h2>
<code>go get go.akashd.io/</code>
<code>import "go.akashd.io/"</code>
Home: <a href="https://pkg.go.dev/go.akashd.io/">https://pkg.go.dev/go.akashd.io/</a><br/>
Source: <a href="https://github.com/akash-network/akash-api/tree/sdk-47/sdk">https://github.com/akash-network/akash-api/tree/sdk-47/sdk</a><br/>
</div>
Source: <a href="https://github.com/akash-network/akash-api/tree/sdk-47">https://github.com/akash-network/akash-api/tree/sdk-47</a><br/>
Sub-packages:<ul><li><a href="/sdk">go.akashd.io/sdk</a></li></ul></div>
</body>
</html>
</html>
25 changes: 25 additions & 0 deletions sdk/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>go.akashd.io/sdk</title>
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api/tree/sdk-47">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api/tree/sdk-47 https://github.com/akash-network/akash-api/tree/sdk-47{/dir} https://github.com/akash-network/akash-api/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>go.akashd.io/sdk</h2>
<code>go get go.akashd.io/sdk</code>
<code>import "go.akashd.io/sdk"</code>
Home: <a href="https://pkg.go.dev/go.akashd.io/sdk">https://pkg.go.dev/go.akashd.io/sdk</a><br/>
Source: <a href="https://github.com/akash-network/akash-api/tree/sdk-47">https://github.com/akash-network/akash-api/tree/sdk-47</a><br/>
Sub-packages:<ul><li><a href="/sdk">go.akashd.io/sdk</a></li></ul></div>
</body>
</html>
12 changes: 6 additions & 6 deletions vangen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
{
"prefix": "",
"type": "git",
"main": true,
"url": "https://github.com/akash-network/akash-api/tree/sdk-47/sdk",
"main": false,
"url": "https://github.com/akash-network/akash-api/tree/sdk-47",
"source": {
"home": "https://github.com/akash-network/akash-api/tree/sdk-47/sdk",
"dir": "https://github.com/akash-network/akash-api/tree/sdk-47/sdk{/dir}",
"file": "https://github.com/akash-network/akash-api/blob/sdk-47/sdk{/dir}/{file}#L{line}"
"home": "https://github.com/akash-network/akash-api/tree/sdk-47",
"dir": "https://github.com/akash-network/akash-api/tree/sdk-47{/dir}",
"file": "https://github.com/akash-network/akash-api/blob/sdk-47{/dir}/{file}#L{line}"
},
"subs": [

"sdk"
]
}
]
Expand Down

0 comments on commit acb57ec

Please sign in to comment.