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 Dec 1, 2021
1 parent 331164c commit 87e4d1d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This reference configuration documents all keys, also deprecated ones! It is a
reference for all possible configuration values.

If you are looking for an example configuration, it is better to try out the
[quickstart](../quickstart.mdx).
quickstart.

:::

Expand Down
14 changes: 1 addition & 13 deletions internal/httpclient/models/expand_tree.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/httpclient/models/get_relation_tuples_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/httpclient/models/internal_relation_tuple.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/httpclient/models/patch_delta.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/httpclient/models/relation_query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,7 @@
"enum": [
"insert",
"delete"
],
"x-go-enum-desc": "insert ActionInsert\ndelete ActionDelete"
]
},
"relation_tuple": {
"$ref": "#/definitions/InternalRelationTuple"
Expand Down Expand Up @@ -1141,15 +1140,13 @@
"$ref": "#/definitions/SubjectSet"
},
"type": {
"description": "\nunion Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf",
"type": "string",
"enum": [
"union",
"exclusion",
"intersection",
"leaf"
],
"x-go-enum-desc": "union Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf"
]
}
}
},
Expand Down

0 comments on commit 87e4d1d

Please sign in to comment.