forked from microsoft/ComplianceCxE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
90 lines (90 loc) · 3.16 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
site_name: Compliance Customer Experience Engineering (CxE)
repo_url: https://github.com/microsoft/ComplianceCxE
repo_name: microsoft/ComplianceCxE
edit_uri: https://github.com/microsoft/ComplianceCxE/edit/public/docs
nav:
- OSS:
- One Stop Shop: index.md
- Advanced eDiscovery: resources/aed.md
- Microsoft Information Governance (MIG): resources/mig.md
- Microsoft Information Protection (MIP): resources/mip.md
- Data Loss Prevention (DLP): resources/dlp.md
- Insider Risk Management (IR): resources/ir.md
- Compliance Manager (CM): resources/cm.md
#- Notes from the Field:
#- Compliance Manager: notes/cm.md
#- Advanced eDiscovery: notes/aed.md
#- Advanced Audit: notes/audit.md
#- Insider Risk: notes/ir.md
#- Communication Compliance: notes/cc.md
#- Information Governance:
#- Multi-stage: notes/mig/ms.md
#- Adaptive Scopes: notes/mig/adpscp.md
#- Records Management: notes/rm.md
#- Information Protection: notes/mip.md
#- Data Loss Prevention: notes/dlp.md
- DAGs:
- Getting Started: dag.md
- Compliance Manager: dag/cm.md
- Microsoft Compliance Configuration Analyzer (MCCA): dag/mcca.md
- Adanced eDiscovery and Advanced Audit: dag/aed-audit.md
- Insider Risk Management and Communication Compliance: dag/ir-cc.md
- Microsoft Information Governance and Records Management: dag/mig-rm.md
- Microsoft Information Protection and Data Loss Prevention: dag/mip-dlp.md
- Resources: dag/dag-resources.md
#- PowerShell:
#- Compliance Manager: powershell/cm.md
#- Advanced eDiscovery: powershell/aed.md
#- Advanced Audit: powershell/audit.md
#- Insider Risk: powershell/ir.md
#- Communication Compliance: powershell/cc.md
#- Information Governance: powershell/mig.md
#- Records Management: powershell/rm.md
#- Information Protection: powershell/mip.md
#- Data Loss Prevention: powershell/dlp.md
- Playbooks:
- Exchange ETR to DLP Playbook: playbooks/etr2dlp.md
- Teams DLP Playbook: playbooks/teamsdlp.md
- End User Training:
- Sensitivity Labels: enduser\sensitivity.md
- Retention Labels: enduser\retention.md
- Webinars: webinars.md
- Previews: previews.md
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
custom_dir: overrides
logo: img\scm-shield.png
favicon: img\scm-shield.png
features:
- navigation.expand
- navigation.top
- navigation.tabs
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/microsoft/ComplianceCxE/
- icon: fontawesome/brands/twitter
link: https://twitter.com/MIPNews
- icon: fontawesome/brands/yammer
link: https://aka.ms/MIPC/AskMIPTeam
extra_css:
- assets/extra.css
extra_javascript:
- scripts/extlinks.js
markdown_extensions:
- toc:
permalink: ⚓︎
plugins:
- search