Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 7 additions & 2 deletions docs/content/en/docs-v1.0.x/plugins/_index.md

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. @armistcxy

But, some sections can be actually separated into different files, for example, the config reference, migration.

of course, it is just a readability thing, I know this is urgent, so we can have it merged, and then later create a section for each plugin, and multiple files under it.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ description: >
Learn more about Plugins in PipeCD v1.
---

> **Note:**
> The Plugins section is a work in progress. Check back soon. Happy PipeCDing!
PipeCD v1 uses a plugin-based architecture where each deployment target (Kubernetes, ECS, etc.) is handled by a dedicated plugin. Plugins are configured in the piped configuration and loaded automatically at startup.

## Available plugins

| Plugin | Description | Status |
|---|---|---|
| [ECS](./ecs/) | Deploy applications to Amazon ECS using task sets and the `EXTERNAL` deployment controller | Alpha |
Loading
Loading