-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (62 loc) · 2.44 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (62 loc) · 2.44 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
# Update site_name, site_url, repo_url, and repo_name for each new repository.
site_name: Microsoft Security Copilot Setup and Overview Hub
site_description: Detailed setup and operations guidance for Microsoft Security Copilot across standalone and embedded experiences.
site_url: https://cloud2br-msftlearninghub.github.io/Security-Copilot-Overview/
repo_url: https://github.com/Cloud2BR-MSFTLearningHub/Security-Copilot-Overview
repo_name: Cloud2BR-MSFTLearningHub/Security-Copilot-Overview
docs_dir: docs
site_dir: site
copyright: Copyright © 2026 <a href="https://github.com/Cloud2BR-MSFTLearningHub" target="_blank" rel="noopener">Cloud2BR OSS - Learning Hub</a>
theme:
name: material
logo: https://avatars.githubusercontent.com/u/195347873?v=4
favicon: https://avatars.githubusercontent.com/u/195347873?v=4
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
palette:
scheme: default
primary: blue
accent: blue
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra_css:
- assets/css/custom.css
extra_javascript:
- assets/js/logo-link.js
- assets/js/external-links.js
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Cloud2BR-MSFTLearningHub
name: Cloud2BR OSS - Learning Hub
nav:
- Home: index.md
- Overview: overview.md
- Foundation:
- Architecture and Experiences: foundation/architecture-and-experiences.md
- Licensing and Capacity Models: foundation/licensing-and-capacity-models.md
- Roles and Access Model: foundation/roles-and-access-model.md
- Implementation:
- Getting Started Paths: implementation/getting-started-paths.md
- Manual Onboarding and Workspace Setup: implementation/manual-onboarding-and-workspace-setup.md
- Embedded Experiences Across Products: implementation/embedded-experiences-across-products.md
- Governance:
- Plugins and Integration Governance: govern/plugins-and-integration-governance.md
- Promptbooks, Agents, and Workflow Design: govern/promptbooks-agents-and-workflows.md
- Operations:
- Usage Monitoring and SCU (Security Compute Unit) Management: operations/usage-monitoring-and-scu-management.md
- Support and Incident Model: operations/support-and-incident-model.md