Skip to content

Commit

Permalink
no-issue - remove pack-fr-fr from core (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin authored Nov 29, 2023
1 parent 5e2e3e9 commit 41287dd
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 1,217 deletions.
4 changes: 2 additions & 2 deletions config/anonymizations.sample.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Example of configuration to anonymize a table named `user`
user:
# Some Anonymizer does not require any option, you can use them like this
prenom: fr_fr.firstname
nom: fr_fr.lastname
prenom: fr-fr.firstname
nom: fr-fr.lastname
# Some does require options, specify them like this
age:
anonymizer: integer
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default defineConfig({
{ text: 'Essentials', link: '/anonymization/essentials' },
{ text: 'Core Anonymizers', link: '/anonymization/core-anonymizers' },
{ text: 'Custom Anonymizers', link: '/anonymization/custom-anonymizers' },
{ text: 'Pack FR_Fr', link: '/anonymization/pack-FR-Fr' },
{ text: 'Internals', link: '/anonymization/internals' },
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/content/anonymization/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ complete description of each one of them in the next section.
You can also add *Anonymizers* from community packs. For example, to add the `PackFRFr` run:

```bash
composer require db-tools-bundle/pack-fr-fr
composer require dbtoolsbundle/pack-fr-fr
```

If you can't find what you need from core anonymizers and in available packs, the *DbToolsBundle* allows
Expand Down
184 changes: 0 additions & 184 deletions docs/content/anonymization/pack-FR-Fr.md

This file was deleted.

Loading

0 comments on commit 41287dd

Please sign in to comment.