Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed May 9, 2024
0 parents commit 8434117
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# NOTE: Order is important; the last matching pattern takes the
# most precedence.

# Primary repo maintainers
* @akash-network/core
22 changes: 22 additions & 0 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
contents: read

jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go.akashd.io
25 changes: 25 additions & 0 deletions 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/</title>
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api 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}">
<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/</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">https://github.com/akash-network/akash-api</a><br/>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions vangen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"domain": "go.akashd.io",
"docsDomain": "pkg.go.dev",
"index": true,
"repositories": [
{
"prefix": "",
"type": "git",
"main": true,
"url": "https://github.com/akash-network/akash-api",
"source": {
"home": "https://github.com/akash-network/akash-api",
"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}"
},
"subs": [

]
}
]
}

0 comments on commit 8434117

Please sign in to comment.