Skip to content

Commit e857709

Browse files
committed
docs formatting update
1 parent f4e0d28 commit e857709

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.vale/styles/spelling-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ JSONSchema
7878
kbps
7979
Keycloak
8080
Loopbacks
81+
loopless
8182
markdownlint
8283
MDX
8384
max_count

docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Requires Infrahub 1.10 or later.
145145
- `excluded_namespaces`: Schema namespaces to exclude from traversal.
146146
- `excluded_kinds`: Node kinds to exclude from traversal.
147147
- `included_kinds`: Node kinds to re-include when otherwise excluded by default.
148+
- `shortest_paths_only`: When True (the server default), only return the shortest
149+
path(s); when False, return all loopless paths (exhaustive mode).
148150
- `branch`: Name of the branch to query from. Defaults to default_branch.
149151
- `at`: Time of the query. Defaults to now.
150152
- `timeout`: Overrides the default GraphQL timeout, in seconds.
@@ -687,6 +689,8 @@ Requires Infrahub 1.10 or later.
687689
- `excluded_namespaces`: Schema namespaces to exclude from traversal.
688690
- `excluded_kinds`: Node kinds to exclude from traversal.
689691
- `included_kinds`: Node kinds to re-include when otherwise excluded by default.
692+
- `shortest_paths_only`: When True (the server default), only return the shortest
693+
path(s); when False, return all loopless paths (exhaustive mode).
690694
- `branch`: Name of the branch to query from. Defaults to default_branch.
691695
- `at`: Time of the query. Defaults to now.
692696
- `timeout`: Overrides the default GraphQL timeout, in seconds.

0 commit comments

Comments
 (0)