Skip to content

Commit

Permalink
Added docs for Microsoft.Extensions.Compliance.Redaction
Browse files Browse the repository at this point in the history
  • Loading branch information
nikouu committed Oct 12, 2024
1 parent c6eba8f commit 195632b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ However exceptions can occur by passing invalid options to the redactor, whether

No extra NuGet packages are pulled in when using ZeroRedact.

## Microsoft.Extensions.Compliance.Redaction

ZeroRedact can be integrated into [Microsoft.Extensions.Compliance.Redaction](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.compliance.redaction) to provide full and partial redacting.

See [Compliance.Redaction-with-ZeroRedact](https://github.com/nikouu/Compliance.Redaction-with-ZeroRedact) for an example project.

## Performance

### Benchmarks
Expand Down
5 changes: 5 additions & 0 deletions docfx/docs/mecr-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Microsoft.Extensions.Compliance.Redaction

ZeroRedact can be integrated into [Microsoft.Extensions.Compliance.Redaction](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.compliance.redaction) to provide full and partial redacting.

See [Compliance.Redaction-with-ZeroRedact](https://github.com/nikouu/Compliance.Redaction-with-ZeroRedact) for an example project.
5 changes: 4 additions & 1 deletion docfx/docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
- href: design/phonenumber.md
- href: design/ipv4address.md
- href: design/ipv6address.md
- href: design/macaddress.md
- href: design/macaddress.md

- name: Integrations
- href: mecr-integration.md

0 comments on commit 195632b

Please sign in to comment.