PlanOpticon

planopticon / mkdocs.yml
Blame History Raw 114 lines
1
site_name: PlanOpticon
2
site_url: https://planopticon.dev
3
site_description: AI-powered video analysis and knowledge extraction
4
site_author: CONFLICT LLC
5
repo_url: https://github.com/ConflictHQ/PlanOpticon
6
repo_name: ConflictHQ/PlanOpticon
7
8
theme:
9
name: material
10
logo: assets/images/conflict-logo.svg
11
favicon: assets/images/favicon.png
12
font:
13
text: Roboto
14
code: Roboto Mono
15
palette:
16
- media: "(prefers-color-scheme: dark)"
17
scheme: slate
18
primary: custom
19
accent: custom
20
toggle:
21
icon: material/brightness-4
22
name: Switch to light mode
23
- media: "(prefers-color-scheme: light)"
24
scheme: default
25
primary: custom
26
accent: custom
27
toggle:
28
icon: material/brightness-7
29
name: Switch to dark mode
30
features:
31
- navigation.instant
32
- navigation.tabs
33
- navigation.sections
34
- navigation.expand
35
- navigation.top
36
- search.suggest
37
- search.highlight
38
- content.code.copy
39
- content.tabs.link
40
- header.autohide
41
icon:
42
repo: fontawesome/brands/github
43
44
extra_css:
45
- assets/css/custom.css
46
47
plugins:
48
- search
49
- mkdocstrings:
50
handlers:
51
python:
52
options:
53
show_source: true
54
show_root_heading: true
55
56
markdown_extensions:
57
- admonition
58
- pymdownx.details
59
- pymdownx.superfences:
60
custom_fences:
61
- name: mermaid
62
class: mermaid
63
format: !!python/name:pymdownx.superfences.fence_code_format
64
- pymdownx.tabbed:
65
alternate_style: true
66
- pymdownx.highlight:
67
anchor_linenums: true
68
- pymdownx.inlinehilite
69
- pymdownx.snippets
70
- attr_list
71
- md_in_html
72
- toc:
73
permalink: true
74
75
nav:
76
- Home: index.md
77
- Getting Started:
78
- Installation: getting-started/installation.md
79
- Quick Start: getting-started/quickstart.md
80
- Configuration: getting-started/configuration.md
81
- User Guide:
82
- Single Video Analysis: guide/single-video.md
83
- Batch Processing: guide/batch.md
84
- Document Ingestion: guide/document-ingestion.md
85
- Cloud Sources: guide/cloud-sources.md
86
- Knowledge Graphs: guide/knowledge-graphs.md
87
- Interactive Companion: guide/companion.md
88
- Planning Agent: guide/planning-agent.md
89
- Authentication: guide/authentication.md
90
- Export & Documents: guide/export.md
91
- Output Formats: guide/output-formats.md
92
- Use Cases: use-cases.md
93
- CLI Reference: cli-reference.md
94
- Architecture:
95
- Overview: architecture/overview.md
96
- Provider System: architecture/providers.md
97
- Processing Pipeline: architecture/pipeline.md
98
- API Reference:
99
- Models: api/models.md
100
- Providers: api/providers.md
101
- Analyzers: api/analyzers.md
102
- Agent & Skills: api/agent.md
103
- Sources: api/sources.md
104
- Authentication: api/auth.md
105
- FAQ & Troubleshooting: faq.md
106
- Contributing: contributing.md
107
108
extra:
109
social:
110
- icon: fontawesome/brands/github
111
link: https://github.com/ConflictHQ/PlanOpticon
112
113
copyright: Copyright © 2026 CONFLICT LLC
114

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button