forked from microsoft/ipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (23 loc) · 768 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (23 loc) · 768 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
site_name: Integrity Policy Enforcement
repo_url: https://github.com/microsoft/ipe
copyright: Copyright (c) Microsoft. All rights reserved.
site_description: "Integrity Policy Enforcement (IPE) Documentation"
site_url: "https://microsoft.github.io/ipe"
theme:
name: 'mkdocs'
nav:
- Home: "index.md"
- Usage:
- Overview: "usage/index.md"
- Properties: "usage/properties.md"
- Deploying Policies: "usage/deployment.md"
- Example Policies: "usage/examples.md"
- Audit Events: "usage/events.md"
- Technical:
- Threat Model: "technical/threat-model.md"
- Technical Diagrams: "technical/diagrams.md"
- Other:
- FAQ: "faq.md"
- Presentations: "presentations.md"
- Attribution: "attribution.md"
- License: "license.md"