-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (79 loc) · 2.51 KB
/
Copy pathmkdocs.yml
File metadata and controls
83 lines (79 loc) · 2.51 KB
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
site_name: databricks-access-audit
site_description: Cross-workspace access visibility for Databricks — audit who can reach what across every workspace in your account.
site_url: https://lukaleet.github.io/databricks-access-audit
repo_url: https://github.com/lukaleet/databricks-access-audit
repo_name: lukaleet/databricks-access-audit
edit_uri: edit/main/docs/
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.instant
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
nav:
- Home: index.md
- Getting Started: getting-started.md
- Capabilities: capabilities.md
- Use Cases:
- Principal Audit: use-cases/principal-audit.md
- Offboarding: use-cases/offboarding.md
- Access Provisioning: use-cases/access-provisioning.md
- Visualizing Access: use-cases/access-map.md
- Access Review: use-cases/access-review.md
- Permission Hygiene: use-cases/permission-hygiene.md
- Stale Access Detection: use-cases/stale-access.md
- Incident Response: use-cases/incident-response.md
- Compliance Snapshots: use-cases/compliance.md
- Resource Audit: use-cases/resource-audit.md
- Reference:
- Quick Reference: reference/quick-reference.md
- CLI Flags: reference/cli.md
- Python API: reference/python-api.md
- Output Formats: reference/output-formats.md
- Troubleshooting: troubleshooting.md
- Changelog: changelog.md
- How It Works:
- Architecture: how-it-works/architecture.md
- Grant Classification: how-it-works/grant-classification.md
- Azure AD B2B Guests: how-it-works/azure-b2b-guests.md
markdown_extensions:
- pymdownx.snippets:
base_path: ["."]
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- toc:
permalink: true
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lukaleet/databricks-access-audit
- icon: fontawesome/brands/python
link: https://pypi.org/project/databricks-access-audit