Skip to content

Commit 49af89c

Browse files
authored
Merge pull request #10174 from continuedev/nate/docs-updates-4
Add demo video to docs landing page
2 parents d3756a1 + 47aeaaa commit 49af89c

File tree

3 files changed

+2
-230
lines changed

3 files changed

+2
-230
lines changed

.github/workflows/compliance.yaml

Lines changed: 0 additions & 202 deletions
This file was deleted.

.github/workflows/continue-general-review.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "What is Continue?"
33
description: "Run agents as CI checks on every PR"
44
---
55

6+
<video autoPlay muted loop playsInline className="rounded-xl" src="https://continue.dev/videos/demo.mp4" />
7+
68
Continue lets you create agents that review every pull request. Each agent runs as a GitHub check: green if the code looks good, red with a suggested diff if not.
79

810
Agents are markdown prompts describing the standards you want to enforce. They can be defined at [continue.dev](https://continue.dev/agents) or in your repo at `.continue/agents/`.

0 commit comments

Comments
 (0)