Skip to content

Commit 04bbabe

Browse files
authored
Merge pull request #1196 from guardrails-ai/remove-darkmode-concept-doc
remove darkmode concept viz
2 parents 4855635 + a68f267 commit 04bbabe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/concepts/guard.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The guard object is the main interface for Guardrails. It can be used without co
66
## How it works
77

88
![Guardrails Logo](../img/guardrails_arch_white_vertical.png#only-light)
9-
![Guardrails Logo](../img/guardrails_arch_dark_vertical.png#only-dark)
109

1110

1211
## Two main flows
@@ -87,4 +86,4 @@ print(guard.history.last.reasks) # A list of reasks
8786

8887
## Error Handling and Retries
8988

90-
Guardrails is designed to account for different types of errors that can occur when calling the LLM, and it is also designed to emit helpful errors when validations fail. Read more about error handling and retries [here](./error_remediation).
89+
Guardrails is designed to account for different types of errors that can occur when calling the LLM, and it is also designed to emit helpful errors when validations fail. Read more about error handling and retries [here](./error_remediation).

0 commit comments

Comments
 (0)