-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmkdocs.yml
More file actions
130 lines (122 loc) · 3.82 KB
/
mkdocs.yml
File metadata and controls
130 lines (122 loc) · 3.82 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
site_name: AI-SOC Documentation
site_url: https://research.onyxlab.ai/ai-soc/
site_author: Abdul Bari
site_description: AI-Augmented Security Operations Center - Production Implementation and Research Documentation
repo_name: zhadyz/AI_SOC
repo_url: https://github.com/zhadyz/AI_SOC
edit_uri: edit/master/docs/
theme:
name: material
palette:
# Dark mode only - no toggle
scheme: slate
primary: black
accent: blue
font:
text: Inter
code: SF Mono
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/custom.css
extra_javascript:
- javascripts/custom.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zhadyz/AI_SOC
- icon: fontawesome/solid/envelope
link: mailto:abdul.bari8019@coyote.csusb.edu
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- attr_list
- md_in_html
- def_list
- footnotes
- tables
- toc:
permalink: true
plugins:
- search
- tags
nav:
- Home: index.md
- Research Foundation:
- Survey Paper: research/survey-paper.md
- Research Context: research/context.md
- Academic Contributions: research/contributions.md
- Competitive Analysis: research/competitive-analysis.md
- Bibliography: research/bibliography.md
- Getting Started:
- Quick Start: getting-started/quickstart.md
- Installation Guide: getting-started/installation.md
- System Requirements: getting-started/requirements.md
- User Guide: getting-started/user-guide.md
- Architecture:
- System Overview: architecture/overview.md
- Network Topology: architecture/network-topology.md
- Component Design: architecture/components.md
- Data Flow: architecture/dataflow.md
- Experimental Results:
- ML Model Performance: experiments/ml-performance.md
- Baseline Models: experiments/baseline-models.md
- Training Reports: experiments/training.md
- Dataset Validation: experiments/dataset-validation.md
- Production Validation: experiments/validation.md
- Deployment:
- Deployment Guide: deployment/guide.md
- Docker Architecture: deployment/docker.md
- Production Deployment: deployment/production.md
- Performance Optimization: deployment/performance.md
- Security:
- Security Guide: security/guide.md
- Security Baseline: security/baseline.md
- Hardening Procedures: security/hardening.md
- Incident Response: security/incident-response.md
- API Reference:
- ML Inference API: api/ml-inference.md
- Alert Triage API: api/alert-triage.md
- RAG Service API: api/rag-service.md
- Development:
- Contributing: development/contributing.md
- Project Status: development/status.md
- Roadmap: development/roadmap.md
- About:
- Authors & Acknowledgments: about/authors.md
- License: about/license.md
- Citation: about/citation.md