forked from alirezarezvani/claude-code-tresor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (97 loc) · 3.1 KB
/
mkdocs.yml
File metadata and controls
101 lines (97 loc) · 3.1 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
site_name: Claude Code Tresor
site_description: World-class collection of Claude Code utilities — autonomous skills, expert agents, slash commands, and prompts for development workflows.
site_url: https://smartmur.github.io/claude-code-tresor/
repo_url: https://github.com/SmartMur/claude-code-tresor
repo_name: SmartMur/claude-code-tresor
docs_dir: mkdocs-docs
theme:
name: material
logo: assets/smartmur-logo.png
favicon: assets/smartmur-logo.png
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets
- admonition
- tables
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Quick Start: getting-started/index.md
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Architecture:
- System Overview: architecture/index.md
- Navigation Map: guides/navigation.md
- Agents:
- Overview: agents/index.md
- Systems Architect: agents/systems-architect.md
- Security Auditor: agents/security-auditor.md
- Test Engineer: agents/test-engineer.md
- Refactor Expert: agents/refactor-expert.md
- Performance Tuner: agents/performance-tuner.md
- Docs Writer: agents/docs-writer.md
- Config Safety Reviewer: agents/config-safety-reviewer.md
- Root Cause Analyzer: agents/root-cause-analyzer.md
- Commands:
- Overview: commands/index.md
- Commands Reference: reference/commands.md
- Reference:
- Agents Reference: reference/agents.md
- Skills Reference: reference/skills.md
- Technical Reference: reference/technical.md
- Agent Library Guide: reference/agent-library.md
- FAQ: reference/faq.md
- Guides:
- Workflow Guide: guides/workflow.md
- Contributing: guides/contributing.md
- Migration Guide: guides/migration.md
- Migration v2: guides/migration-v2.md
- Troubleshooting: guides/troubleshooting.md
- Workflows:
- Agent-Skill Integration: workflows/agent-skill-integration.md
- Git Workflow: workflows/git-workflow.md
- GitHub Automation: workflows/github-automation.md
- Quick Reference: workflows/quick-reference.md
- Releases:
- Changelog: releases/changelog.md
- v2.7.0: releases/v2.7.0.md
- v2.6.0: releases/v2.6.0.md
- v2.5.0: releases/v2.5.0.md