mirror of
https://github.com/d-k-patel/ai-ffmpeg-cli.git
synced 2025-10-09 13:42:56 +03:00
23 lines
513 B
YAML
23 lines
513 B
YAML
site_name: aiclip
|
|
site_description: AI-powered CLI that translates natural language to safe ffmpeg commands
|
|
repo_url: https://github.com/d-k-patel/ai-ffmpeg-cli
|
|
site_url: https://d-k-patel.github.io/ai-ffmpeg-cli/
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- content.code.copy
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- toc:
|
|
permalink: true
|
|
plugins:
|
|
- search
|
|
- mermaid2
|
|
nav:
|
|
- Home: index.md
|
|
- Usage: usage.md
|
|
- Development: development.md
|