-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (73 loc) · 2 KB
/
Copy pathmkdocs.yml
File metadata and controls
79 lines (73 loc) · 2 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
site_name: Industrial Agentic Intelligence Framework
site_description: UNS-native, cybersecurity-aware multi-agent reference architecture for U.S. manufacturing
site_url: https://adris-misra.github.io/multi-agentic-framework/
repo_url: https://github.com/adris-misra/multi-agentic-framework
repo_name: adris-misra/multi-agentic-framework
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- toc.follow
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
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
- attr_list
- md_in_html
plugins:
- search
nav:
- Home: index.md
- Architecture:
- Overview: architecture/overview.md
- UNS Context Broker: architecture/uns_context_broker.md
- Standards Alignment: standards/standards_alignment.md
- Governance:
- AI RMF Profile: governance/ai_rmf_profile.md
- CMMC L2 Mapping: governance/cmmc_l2_mapping.md
- Case Studies:
- SMM Starter: case_studies/smm_starter.md
- CHIPS Supplier: case_studies/chips_supplier.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/adris-misra/multi-agentic-framework