Skip to content

Commit

Permalink
[doc] Add links to each README.md of components (pipe-cd#4828)
Browse files Browse the repository at this point in the history
* Add link to each README.md of pipecd,piped

Signed-off-by: t-kikuc <[email protected]>

* Add link to each README.md of web,docs

Signed-off-by: t-kikuc <[email protected]>

---------

Signed-off-by: t-kikuc <[email protected]>
  • Loading branch information
t-kikuc authored and 鈴木 優耀 committed Apr 18, 2024
1 parent 24ee9d0 commit 209f8fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ If you want to work on any of these issues, simply leave a message saying "I'd l

PipeCD consists of several components and docs:

- **cmd/pipecd**: A centralized component that manages deployment data and provides a gRPC API for connecting pipeds, as well as web functionalities such as authentication.
- **cmd/piped**: piped is an agent component that runs in your cluster.
- **cmd/pipectl**: The command-line tool for PipeCD.
- **cmd/launcher**: The command executor that enables the remote upgrade feature of the piped agent.
- **web**: The web application provided by the control plane.
- **docs**: Documentation and references.
- **cmd/pipecd**: A centralized component that manages deployment data and provides a gRPC API for connecting pipeds, as well as web functionalities such as authentication. [README.md](./cmd/pipecd/README.md)
- **cmd/piped**: piped is an agent component that runs in your cluster. [README.md](./cmd/piped/README.md)
- **cmd/pipectl**: The command-line tool for PipeCD. [README.md](./cmd/pipectl/README.md)
- **cmd/launcher**: The command executor that enables the remote upgrade feature of the piped agent. [README.md](./cmd/launcher/README.md)
- **web**: The web application provided by the control plane. [README.md](./web/README.md)
- **docs**: Documentation and references. [README.md](./docs/README.md)

**You can find detailed development information in the README file of each directory.**

Expand Down

0 comments on commit 209f8fb

Please sign in to comment.