-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (88 loc) · 2.77 KB
/
mkdocs.yml
File metadata and controls
92 lines (88 loc) · 2.77 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
site_name: HALO Core Docs
site_description: Documentation for HALO Core - Holistic Agent Logical Orchestrator
site_url: https://docs.corpusanalytica.com/
repo_url: https://github.com/aizech/halo_core
repo_name: aizech/halo_core
docs_dir: docs
strict: true
theme:
name: material
logo: assets/logo_dark.png
logo_dark: assets/logo_light.png
favicon: assets/icon_light.png
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aizech/halo_core
- icon: fontawesome/solid/globe
link: https://www.corpusanalytica.com/
nav:
- Home: index.md
- Changelog: changelog.md
- User Handbook:
- Overview: handbook/index.md
- Getting Started: handbook/getting-started.md
- Sources: handbook/sources.md
- Chat: handbook/chat.md
- Studio: handbook/studio.md
- Notes: handbook/notes.md
- DICOM Tools: handbook/dicom-tools.md
- Agents and Teams: handbook/agents-and-teams.md
- Configuration: handbook/configuration.md
- Advanced Usage: handbook/advanced.md
- Workflows: handbook/workflows.md
- Troubleshooting: handbook/troubleshooting.md
- FAQ: handbook/faq.md
- Glossary: handbook/glossary.md
- Admin Guide:
- Overview: admin/index.md
- Deployment: admin/deployment.md
- Configuration: admin/configuration.md
- DICOM Configuration: admin/dicom-configuration.md
- User Management: admin/user-management.md
- Security: admin/security.md
- Monitoring: admin/monitoring.md
- Maintenance: admin/maintenance.md
- Technical Reference:
- Overview: reference/index.md
- Getting Started: reference/getting-started.md
- Repository Overview: reference/repository-overview.md
- Architecture and Runtime: reference/architecture-and-runtime.md
- Agent System: reference/agent-system.md
- Data Storage and Retrieval: reference/data-storage-and-retrieval.md
- UI Panels and Pages: reference/ui-panels-and-pages.md
- Development, Testing, and Operations: reference/development-testing-and-operations.md