Skip to content

Commit ab93032

Browse files
continue[bot]sestinjContinuebdougie
authored
docs: improve doc-writing guide with video and clearer heading (#8424)
* docs: update first section title to avoid redundancy Changed the first section title from 'Automating Documentation Updates with Continue CLI' to 'Getting Started' to avoid redundancy with the page title. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> Co-authored-by: bdougieyo <[email protected]> * docs: add YouTube video embed to doc writing agent CLI guide Add embedded video (https://www.youtube.com/watch?v=rJ2taa8OLvY) above the Getting Started section to provide visual walkthrough of automating documentation updates with Continue CLI. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> --------- Co-authored-by: Continue Agent <[email protected]> Co-authored-by: Continue <[email protected]> Co-authored-by: bdougieyo <[email protected]> Co-authored-by: Brian 'bdougie' Douglas <[email protected]>
1 parent e761b68 commit ab93032

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/guides/doc-writing-agent-cli.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@ title: "Automating Documentation Updates with Continue CLI"
33
sidebarTitle: "Automating Documentation Updates with Continue CLI"
44
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."
55
---
6-
# Automating Documentation Updates with Continue CLI
6+
7+
<iframe
8+
width="560"
9+
height="315"
10+
src="https://www.youtube.com/embed/rJ2taa8OLvY"
11+
title="YouTube video player"
12+
frameborder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14+
allowfullscreen
15+
></iframe>
16+
17+
# Getting Started
718

819
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.
920

0 commit comments

Comments
 (0)