diff --git a/docs/guides/doc-writing-agent-cli.mdx b/docs/guides/doc-writing-agent-cli.mdx index 622641d3b0f..46dc81ef1e6 100644 --- a/docs/guides/doc-writing-agent-cli.mdx +++ b/docs/guides/doc-writing-agent-cli.mdx @@ -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 + + + +# 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.