Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/guides/doc-writing-agent-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ title: "Automating Documentation Updates with Continue CLI"
sidebarTitle: "Automating Documentation Updates with Continue CLI"
description: "Learn how to create automated documentation generation workflows using Continue CLI. Set up AI agents to analyze code changes and generate or update documentation automatically in GitHub workflows or local development."
---
# Automating Documentation Updates with Continue CLI

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/rJ2taa8OLvY"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

# Getting Started

This guide demonstrates how to create automated documentation generation based on code updates in a git branch using the Continue CLI, either as part of your local workflow or as part of a GitHub workflow.

Expand Down
Loading