-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (108 loc) · 3.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
120 lines (108 loc) · 3.05 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
site_name: "Semantic Defects in AI-Generated Code"
site_description: "Assurance frameworks for AI-assisted development in high-stakes code paths"
site_url: "https://semanticdefects.foundryside.dev/"
repo_url: "https://github.com/foundryside-dev/agentic-coding-threat-model"
theme:
name: material
language: en
custom_dir: overrides
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- announce.dismiss
- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.footer
- navigation.instant
- navigation.instant.preview
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- toc.follow
- content.tooltips
- content.code.annotate
icon:
logo: material/shield-check
repo: fontawesome/brands/github
hooks:
- hooks/disclaimer.py
plugins:
- search
- tags
markdown_extensions:
- admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- attr_list
- md_in_html
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
- abbr
- pymdownx.snippets:
base_path: docs
auto_append:
- includes/abbreviations.md
extra_css:
- stylesheets/extra.css
extra:
version: "0.2.0"
status: "Draft for Comment"
nav:
- Home:
- index.md
- Understand:
- "The Problem": understand/index.md
- "Taxonomy (Failure Modes)": understand/taxonomy.md
- "Full Discussion Paper": understand/paper.md
- Assess:
- "Your Exposure": assess/index.md
- "For CISOs & Security Advisors": assess/ciso-assessment.md
- "For Security Assessors": assess/irap-checklist.md
- "Self-Assessment: Autonomy Levels": assess/autonomy-assessment.md
- Respond:
- "How to Respond": respond/index.md
- "Practical Guide for Code Authors": respond/practical-guide.md
- "Case Studies": respond/case-study.md
- Wardline:
- "Overview": wardline/index.md
- "Specification (As Built)": wardline/specification.md
- "Python Reference": wardline/python-binding.md
- Reference:
- "Reading Guide (By Role)": reference/reading-guide.md
- "Browse by Tags": reference/tags.md
- "Glossary": reference/glossary.md
- "Bibliography": reference/bibliography.md
- "About This Project": reference/about.md