Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 0d1e33a commit e3c5cc9
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 18,957 deletions.
31 changes: 15 additions & 16 deletions docs/docs/.static/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"type": "integer",
"format": "int64",
"name": "max-depth",
"in": "query"
"in": "query",
"required": true
}
],
"responses": {
Expand Down Expand Up @@ -469,6 +470,17 @@
"summary": "Query relation tuples",
"operationId": "getRelationTuples",
"parameters": [
{
"type": "string",
"name": "page_token",
"in": "query"
},
{
"type": "integer",
"format": "int64",
"name": "page_size",
"in": "query"
},
{
"type": "string",
"description": "Namespace of the Relation Tuple",
Expand All @@ -480,15 +492,13 @@
"type": "string",
"description": "Object of the Relation Tuple",
"name": "object",
"in": "query",
"required": true
"in": "query"
},
{
"type": "string",
"description": "Relation of the Relation Tuple",
"name": "relation",
"in": "query",
"required": true
"in": "query"
},
{
"type": "string",
Expand All @@ -513,17 +523,6 @@
"description": "Relation of the Subject Set",
"name": "subject_set.relation",
"in": "query"
},
{
"type": "string",
"name": "page_token",
"in": "query"
},
{
"type": "integer",
"format": "int64",
"name": "page_size",
"in": "query"
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ namespaces: http://a.aaa
# - Windows Command Line (CMD):
# > set VERSION=<value>
#
version: v0.7.0-alpha.1
version: v0.0.0

## Data Source Name ##
#
Expand Down

0 comments on commit e3c5cc9

Please sign in to comment.