-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (65 loc) · 1.94 KB
/
mkdocs.yml
File metadata and controls
70 lines (65 loc) · 1.94 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
site_name: OpenCode Manager
site_url: https://chriswritescode-dev.github.io/opencode-manager
repo_url: https://github.com/chriswritescode-dev/opencode-manager
repo_name: opencode-manager
theme:
name: material
palette:
- scheme: slate
primary: blue grey
accent: cyan
features:
- navigation.top
- navigation.tracking
- navigation.tabs
- navigation.instant
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- toc.follow
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- First Run Setup: getting-started/first-run.md
- Features:
- Overview: features/overview.md
- Repository & Git: features/git.md
- File Browser: features/files.md
- Chat & Sessions: features/chat.md
- Schedules & Recurring Jobs: features/schedules.md
- AI Configuration: features/ai-config.md
- Memory Plugin: features/memory.md
- Skills: features/skills.md
- MCP Servers: features/mcp.md
- Text-to-Speech: features/tts.md
- Speech-to-Text: features/stt.md
- Push Notifications: features/notifications.md
- Mobile & PWA: features/mobile.md
- Configuration:
- Environment Variables: configuration/environment.md
- Authentication: configuration/authentication.md
- OAuth Providers: configuration/oauth.md
- Docker: configuration/docker.md
- Development:
- Local Setup: development/setup.md
- Contributing: development/contributing.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/chriswritescode-dev/opencode-manager