forked from microsoft/presidio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
121 lines (115 loc) · 3.98 KB
/
mkdocs.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
site_name: Microsoft Presidio
site_url: https://microsoft.github.io/presidio
site_description: PII anonymization for text and images.
site_author: Microsoft
repo_url: https://github.com/microsoft/presidio/
edit_uri: ""
nav:
- Home: index.md
- Installation: installation.md
- Quickstart: getting_started.md
- Handling text:
- Home: text_anonymization.md
- Step by step tutorial:
- Home: tutorial/index.md
- Getting started: tutorial/00_getting_started.md
- Deny-list recognizers: tutorial/01_deny_list.md
- Regex recognizers: tutorial/02_regex.md
- Rule-based recognizers: tutorial/03_rule_based.md
- Additional models/languages: tutorial/05_languages.md
- External services: tutorial/04_external_services.md
- Context enhancement: tutorial/06_context.md
- Decision process: tutorial/07_decision_process.md
- No-code recognizers: tutorial/08_no_code.md
- Ad-hoc recognizers: tutorial/09_ad_hoc.md
- Simple anonymization: tutorial/10_simple_anonymization.md
- Custom anonymization: tutorial/11_custom_anonymization.md
- Encryption/Decryption: tutorial/12_encryption.md
- Allow-lists: tutorial/13_allow_list.md
- Presidio Analyzer:
- Home: analyzer/index.md
- Developing PII recognizers:
- Tutorial : analyzer/adding_recognizers.md
- Best practices in developing recognizers : analyzer/developing_recognizers.md
- Multi-language support: analyzer/languages.md
- Customizing the NLP model:
- Home: analyzer/customizing_nlp_models.md
- Spacy/Stanza: analyzer/nlp_engines/spacy_stanza.md
- Transformers: analyzer/nlp_engines/transformers.md
- Tracing the decision process: analyzer/decision_process.md
- Presidio Anonymizer:
- Home: anonymizer/index.md
- Developing PII operators: anonymizer/adding_operators.md
- Handling images:
- Home: image-redactor/index.md
- Evaluating DICOM redaction: image-redactor/evaluating_dicom_redaction.md
- Samples: samples/index.md
- General:
- Supported entities: supported_entities.md
- Development and design:
- Design: design.md
- Setting up a development environment: development.md
- Build and release process: build_release.md
- Changes from V1 to V2: presidio_V2.md
- Python API reference:
- Home: api.md
- Presidio Analyzer Python API: api/analyzer_python.md
- Presidio Anonymizer Python API: api/anonymizer_python.md
- Presidio Image Redactor Python API: api/image_redactor_python.md
- REST API reference: https://microsoft.github.io/presidio/api-docs/api-docs.html" target="_blank
- Community: community.md
- FAQ: faq.md
- Demo: https://huggingface.co/spaces/presidio/presidio_demo" target="_blank
theme:
name: material
custom_dir: overrides
palette:
scheme: default
primary: blue grey
accent: indigo
font:
text: Roboto
code: Roboto Mono
hide:
- toc
logo: assets/ms_icon.png
favicon: assets/ms_icon.png
features:
- navigation.instant
- content.tabs.link
# - navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
- mknotebooks:
binder: false
binder_service_name: "gh"
binder_branch: "main"
binder_ui: "lab"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/microsoft/presidio
- icon: fontawesome/brands/docker
link: https://hub.docker.com/_/microsoft-presidio
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
markdown_extensions:
- meta
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.pathconverter
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format