-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (74 loc) · 2.38 KB
/
Copy pathmkdocs.yml
File metadata and controls
81 lines (74 loc) · 2.38 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
site_name: Claude Certified Architect — Exam Prep Guide
site_description: Study guide for the Claude Certified Architect exam covering all 10 domains, quiz, traps & gotchas, and cheat sheet.
site_url: https://amitgambhir.github.io/claude-certified-architect-guide/
repo_url: https://github.com/amitgambhir/claude-certified-architect-guide
repo_name: amitgambhir/claude-certified-architect-guide
theme:
name: material
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: default
primary: white
accent: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: grey
accent: grey
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.footer
- navigation.path
- navigation.tracking
- content.code.copy
- content.tooltips
- search.highlight
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/custom.css
extra_javascript:
- javascripts/quiz.js
plugins:
- search
nav:
- Overview: index.md
- Official Exam Info: exam-info.md
- Guide Sections:
- 1. Messages API & Stop Reasons: domains/messages-api.md
- 2. Tool Interface Design: domains/tool-design.md
- 3. Error Handling: domains/error-handling.md
- 4. MCP: domains/mcp.md
- 5. Agent Skills — Claude Code: domains/agent-skills.md
- 6. Agent SDK: domains/agent-sdk.md
- 7. Agentic Patterns: domains/agentic-patterns.md
- 8. Workflow Design: domains/workflow-design.md
- 9. Prompt Engineering: domains/prompt-engineering.md
- 10. Context Management: domains/context-management.md
- Traps & Gotchas: gotchas.md
- Self-test Quiz: quiz.md
- Cheat Sheet: cheat-sheet.md
- Resources: resources.md
markdown_extensions:
- toc:
permalink: true
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- attr_list
- md_in_html
copyright: Built by <a href="https://github.com/amitgambhir">Amit Gambhir</a> · <a href="https://github.com/amitgambhir/claude-certified-architect-guide/blob/main/LICENSE">MIT License</a> · <a href="https://github.com/amitgambhir/claude-certified-architect-guide">Source on GitHub</a>