Skip to content

Commit

Permalink
feat: add node repo (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Jan 9, 2025
1 parent b6dbaf3 commit 80e92cb
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions vangen.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"docsDomain": "pkg.go.dev",
"index": true,
"repositories": [
{
"prefix": "",
"type": "git",
"main": false,
"url": "https://github.com/akash-network/node",
"source": {
"home": "https://github.com/akash-network/node",
"dir": "https://github.com/akash-network/node/tree/sdk-47{/dir}",
"file": "https://github.com/akash-network/node/blob/sdk-47{/dir}/{file}#L{line}"
},
"website": {
"url": "https://github.com/akash-network/node"
},
"subs": ["node"]
},
{
"prefix": "",
"type": "git",
Expand All @@ -13,15 +28,10 @@
"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}"
},
"website": {
"website": {
"url": "https://github.com/akash-network/akash-api"
},
"subs": [
"go",
"go/sdl",
"go/cli",
"go/node/migrate"
]
"subs": ["go", "go/sdl", "go/cli", "go/node/migrate"]
}
]
}

0 comments on commit 80e92cb

Please sign in to comment.