Skip to content

Commit

Permalink
chore(docs): Remove liveness components from docs (#5379)
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo authored Jul 30, 2024
1 parent 898850f commit 1e1968a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,9 @@ The following code snippet demonstrates how to pass in custom HTML rendering fun
```tsx file=./CustomizationComponents.tsx
```

<Example>
<CustomizationComponents />
</Example>

### Error View Example

The following code snippet demonstrates using a more customized error view which does not utilize the children component and instead renders your own full modal.

```tsx file=./CustomizationComponentsErrorView.tsx
```

<Example>
<CustomizationComponentsErrorView />
</Example>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ The text in FaceLivenessDetector is defined as string resources in the component

```tsx file=./Customizationi18n.tsx
```

<Alert role="none" variation="warning">The following example only demonstrates the ability to customize the component's string resources; the Face Liveness check is not intended to work.</Alert>

<Example>
<Customizationi18n />
</Example>
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ Below is an example of changing the default colors to a dark theme. You can also

```tsx file=./CustomizationTheme.tsx
```

<Alert role="none" variation="warning">The following example only demonstrates the ability to customize the component's theme; the Face Liveness check is not intended to work.</Alert>

<Example>
<CustomizationTheme />
</Example>

0 comments on commit 1e1968a

Please sign in to comment.