Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 31, 2023
1 parent 6796b5f commit 9fb4fe4
Show file tree
Hide file tree
Showing 45 changed files with 1,317 additions and 1,812 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
]
},
"explorer.excludeGitIgnore": true,
"explorer.excludeGitIgnore": false,
"DockerRun.DisableDockerrc": true,
"DockerRun.Containers": [],
"doppler.autocomplete.enable": true,
Expand Down
2 changes: 1 addition & 1 deletion bob.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pin nixpkgs to get reproducable behaviour.
nixpkgs: https://github.com/NixOS/nixpkgs/archive/refs/tags/23.05.tar.gz
dependencies: [go-task, go_1_19, git, wget, docker, gcc]
dependencies: [go-task, go_1_20, git, wget, docker, gcc]
project: bob.build/sonr/core

# Declare tasks below the build keyword.
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/common/crypto/coin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "common/crypto/coin.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/common/crypto/ssi.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "common/crypto/ssi.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/common/crypto/vc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "common/crypto/vc.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/common/webauthn/credential.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "common/webauthn/credential.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/core/domain/genesis.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "core/domain/genesis.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
27 changes: 9 additions & 18 deletions docs/static/swagger/core/domain/params.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@
"title": "core/domain/params.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {},
"definitions": {
"google.protobuf.Any": {
"protobufAny": {
"type": "object",
"properties": {
"type_url": {
"@type": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"additionalProperties": {}
},
"grpc.gateway.runtime.Error": {
"rpcStatus": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"code": {
"type": "integer",
"format": "int32"
Expand All @@ -40,7 +30,8 @@
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/google.protobuf.Any"
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
Expand Down
Loading

0 comments on commit 9fb4fe4

Please sign in to comment.