The documentation content for podcli, the open-source AI podcast clipper. These Markdown files are rendered at podcli.com/docs.
Each page is a single Markdown file with frontmatter:
---
title: Getting started
description: One-line summary used for the page metadata.
group: Start
order: 1
---
Page content in Markdown.title: page heading and nav label.description: shown under the title and in page metadata.group: sidebar section (Start,Guides, ...).order: sort order within the sidebar.index.mdrenders at/docs; every other file renders at/docs/<filename>.
Images use standard Markdown () and render as framed,
click-to-zoom screenshots. Fenced code blocks are click-to-copy, so keep them to
the runnable command with no inline comments.
Spot something wrong or out of date? Edit the file and open a pull request. The site rebuilds from this repo.