Skip to content

Commit

Permalink
#11 Working on moving docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Oct 23, 2024
1 parent 96ff2d1 commit 4de0ad8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/docs/policies/filter_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ A sample policy containing a filter strategy is shown below. In this example, em

The filter strategies are described below. Each filter type can specify zero or more filter strategies. When no filter strategies are given, Philter will default to `REDACT` for that filter type. When multiple filter strategies are given for a single filter type, the filter strategies will be applied in order as they are listed in the policy, top to bottom.

* [`REDACT`](filter-strategies.md#the-redact-filter-strategy)
* [`CRYPTO_REPLACE`](filter-strategies.md#crypto)(AES encryption)
* [`HASH_SHA256_REPLACE`](filter-strategies.md#hash)(SHA512 encryption)
* [`FPE_ENCRYPT_REPLACE`](filter-strategies.md#fpe)(Format-preserving encryption)
* [`RANDOM_REPLACE`](filter-strategies.md#random)
* [`STATIC_REPLACE`](filter-strategies.md#static)
* [`TRUNCATE`](filter-strategies.md#truncate)
* [`ZERO_LEADING`](filter-strategies.md#zero_leading)
* REDACT
* CRYPTO_REPLACE
* HASH_SHA256_REPLACE
* FPE_ENCRYPT_REPLACE
* RANDOM_REPLACE
* STATIC_REPLACE
* TRUNCATE
* ZERO_LEADING

### The `REDACT` Filter Strategy

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Philter
repo_url: https://github.com/philterd/philter
site_url: https://philterd.github.io/philter/
edit_uri: '?query=docs/docs/'
edit_uri: tree/main/docs/docs
copyright: Copyright 2024 Philterd, LLC
site_author: philterd
site_description: User guide for Philter, the open source PII/PHI redaction engine.
Expand Down

0 comments on commit 4de0ad8

Please sign in to comment.