-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (97 loc) · 2.56 KB
/
Copy pathmkdocs.yml
File metadata and controls
104 lines (97 loc) · 2.56 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
site_name: video-edit-cli
site_url: https://computerlovetech.github.io/video-edit-cli/
site_description: >-
Video editing for AI agents — edit podcasts, make YouTube Shorts with
burned-in subtitles, sync multicam, master audio from your coding agent.
Open source, local, no watermarks. Works with Claude Code, Codex, Cursor & more.
site_author: Kasper Junge
repo_url: https://github.com/computerlovetech/video-edit-cli
repo_name: computerlovetech/video-edit-cli
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: black
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.footer
- content.action.edit
- content.action.view
- content.code.copy
- search.suggest
- search.highlight
- toc.follow
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/computerlovetech/video-edit-cli
name: video-edit-cli on GitHub
generator: false
exclude_docs: |
diary/**
RESEARCH-EDITING-PIPELINE.md
VIDEO-EDITING-SKILL-ROADMAP.md
validation:
nav:
omitted_files: info
not_found: warn
links:
not_found: warn
anchors: warn
plugins:
- search:
separator: '[\s\-\._]+'
- llmstxt:
markdown_description: >-
video-edit-cli is an open-source CLI that lets AI coding agents
(Claude Code, Codex, Cursor, and others) edit video: cut podcasts into
episodes, make YouTube Shorts with burned-in subtitles, sync multicam,
and master audio — locally, with auditable edit plans and provenance.
full_output: llms-full.txt
sections:
Documentation:
- index.md
- examples.md
- concepts.md
- workflows.md
- reference.md
- skills.md
- faq.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- def_list
- attr_list
- toc:
permalink: true
nav:
- Get started: index.md
- Example prompts: examples.md
- Concepts: concepts.md
- Workflows: workflows.md
- CLI reference: reference.md
- Agent skills: skills.md
- FAQ: faq.md