-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (108 loc) · 3.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (108 loc) · 3.74 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
site_name: Sidekick Agent Hub
site_description: AI coding assistant with real-time agent monitoring — VS Code extension and terminal dashboard
site_url: https://cesarandreslopez.github.io/sidekick-agent-hub/
repo_url: https://github.com/cesarandreslopez/sidekick-agent-hub
repo_name: cesarandreslopez/sidekick-agent-hub
theme:
name: material
logo: images/icon-128.png
favicon: images/icon-64.png
custom_dir: docs/overrides
palette:
- scheme: default
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: JetBrains Mono
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
extra_css:
- overrides/assets/stylesheets/extra.css
extra_javascript:
- https://unpkg.com/mermaid@11/dist/mermaid.min.js
- overrides/assets/javascripts/mermaid-modal.js
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- Context Management: getting-started/context-management.md
- Provider Setup: getting-started/provider-setup.md
- CLI:
- Dashboard & Commands: features/cli.md
- MCP Facts Server: features/mcp.md
- VS Code Features:
- Inline Completions: features/inline-completions.md
- Code Transforms: features/code-transforms.md
- Commit Messages: features/commit-messages.md
- Session Monitor: features/session-monitor.md
- Extract Session Assets: features/session-asset-extraction.md
- Peak Hours: features/peak-hours.md
- Mind Map: features/mind-map.md
- Kanban Board: features/kanban-board.md
- Project Timeline: features/project-timeline.md
- Knowledge Notes: features/knowledge-notes.md
- Tool Inspector: features/tool-inspector.md
- Session Handoff: features/session-handoff.md
- Decision Log: features/decision-log.md
- Error Analysis: features/error-analysis.md
- Code Review: features/code-review.md
- Inline Chat: features/inline-chat.md
- PR Descriptions: features/pr-descriptions.md
- Explain Code: features/explain-code.md
- Generate Docs: features/generate-docs.md
- CLAUDE.md Suggestions: features/claude-md-suggestions.md
- Providers:
- Account Management: providers/account-management.md
- Claude Max: providers/claude-max.md
- Claude API: providers/claude-api.md
- OpenCode: providers/opencode.md
- Codex CLI: providers/codex.md
- Configuration:
- Settings Reference: configuration/settings.md
- Model Resolution: configuration/model-resolution.md
- Event Logging: configuration/event-logging.md
- Architecture:
- Overview: architecture/overview.md
- Session Pipeline: architecture/session-pipeline.md
- Provider System: architecture/provider-system.md
- Contributing: contributing.md
- Changelog: changelog.md