-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 969 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: PostgreSQL Anonymizer
site_description: Anonymization and Data Masking with PostgreSQL
site_author: www.dalibo.com
copyright: Copyright 2018-2024 <a href="http://www.dalibo.com">dalibo</a>
repo_url: https://gitlab.com/dalibo/postgresql_anonymizer
theme:
name: readthedocs
nav:
- 'Home': 'index.md'
- 'Install': 'INSTALL.md'
- 'Configure': 'configure.md'
- 'Declare Masking rules': 'declare_masking_rules.md'
- 'Masking Functions': 'masking_functions.md'
- 'Static Masking': 'static_masking.md'
- 'Dynamic Masking': 'dynamic_masking.md'
- 'Anonymous Dumps': 'anonymous_dumps.md'
- 'Generalization': 'generalization.md'
- 'Privacy By Default': 'privacy_by_default.md'
- 'Sampling': 'sampling.md'
- 'Detecting Identifiers': 'detection.md'
- 'Custom Fake Data': 'custom_fake_data.md'
- 'Concepts': 'concepts.md'
- 'Performances': 'performances.md'
- 'Upgrade': 'UPGRADE.md'
- 'Security': 'SECURITY.md'
- 'Links': 'links.md'