-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (54 loc) · 1.36 KB
/
mkdocs.yml
File metadata and controls
54 lines (54 loc) · 1.36 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
site_name: Simple Agent Documentation
site_description: Full documentation for the Simple Agent system
site_author: Bentlybro
repo_url: https://github.com/reagent-systems/Simple-Agent-Core
nav:
- Home: index.md
- Architecture: architecture.md
- Usage Guide: usage.md
- Configuration: configuration.md
- Core Modules:
- Overview: core/index.md
- Agent: core/agent.md
- Execution: core/execution.md
- Conversation: core/conversation.md
- Metacognition: core/metacognition.md
- Utils: core/utils.md
- Commands System: commands.md
- Security Model: security.md
- Development & Contributing: development.md
- API Reference: api_reference.md
- Changelog: changelog.md
theme:
name: material
features:
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
palette:
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- footnotes
- tables
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed
- pymdownx.emoji