-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (58 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
64 lines (58 loc) · 2.06 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
site_name: AI Patterns
site_description: Patterns for delivering software with AI agents
site_author: Bryan Finster
site_url: https://bdfinst.github.io/ai-patterns/
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
palette:
- scheme: default
primary: indigo
accent: indigo
extra_css:
- css/layout.css
- css/timestamps.css
- https://cdn.datatables.net/1.13.7/css/jquery.dataTables.min.css
- https://cdn.datatables.net/buttons/2.4.2/css/buttons.dataTables.min.css
- css/datatables-custom.css
extra_javascript:
- https://code.jquery.com/jquery-3.7.1.min.js
- https://cdn.datatables.net/1.13.7/js/jquery.dataTables.min.js
- https://cdn.datatables.net/buttons/2.4.2/js/dataTables.buttons.min.js
- https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js
- https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js
- https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js
- https://cdn.datatables.net/buttons/2.4.2/js/buttons.html5.min.js
- js/datatables-init.js
- js/cache-bust.js
plugins:
- search
- git-revision-date
- table-reader
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tabbed
- attr_list
nav:
- Home: index.md
- Guides:
- Agentic Code Review Guide: agentic-code-review.md
- AI Development Playbook: ai-development-playbook.md
- CD Defect Detection and Remediation Cheat Sheet: defect-detection-and-fixes.md
- Contract Testing Strategies: contract-testing-strategies.md
- Articles:
- AI is a High Pass Filter for Software Delivery: https://bryanfinster.substack.com/p/ai-is-a-high-pass-filter-for-software
- Incorporating AI Without Crashing: https://bryanfinster.substack.com/p/incorporating-ai-without-crashing