Skip to content

Commit 9f7cad9

Browse files
committed
Add NextStep
Signed-off-by: t-kikuc <[email protected]>
1 parent 4d6098e commit 9f7cad9

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You will run PipeCD on local and deploy by it. The architecture is as below:
3030
2. [**Prerequisites**](content/en/20-prerequisites/README.md): What you need before the tutorial.
3131
3. [**Install**](content/en/30-install/): Install PipeCD on local.
3232
4. [**Deploy**](content/en/40-deploy/): Deploy and customize the pipeline.
33+
5. [**Next Step**](content/en/90-nextstep/README.md): Next actions after the tutorial.
3334

3435
## See Also
3536

content/en/40-deploy/02-pipeline.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ _The process is almost the same as [1. Deploy Simply](01-simply.md). Only the co
7575

7676
---
7777

78+
[Next: Next Step](../90-nextstep/README.md)
79+
7880
[< Previous: 1. Deploy Simply](01-simply.md)

content/en/90-nextstep/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Congratulations!
2+
3+
## Next Step
4+
5+
- For users:
6+
- [Installation](https://pipecd.dev/docs/installation/)
7+
- [User Guide](https://pipecd.dev/docs/user-guide/)
8+
- For developers:
9+
- [CONTRIBUTING.md](https://github.com/pipe-cd/pipecd/blob/master/CONTRIBUTING.md)
10+
- Community:
11+
- [X](https://x.com/pipecd_dev): Don't miss our latest news!
12+
- [Community Meeting](https://docs.google.com/document/d/1AtE0CQYbUV5wLfvAcl9mo9MyTCH52BuU7AngVUvE7vg/): Let's share or discuss anything about PipeCD! (in English/Japanese)
13+
14+
15+
## Give us Feedback!
16+
17+
We want to improve the content and make it easier to start learning PipeCD for beginners.
18+
19+
Let us know on [Issues](https://github.com/pipe-cd/tutorial/issues/new) or Pull Requests if you had any problem on installing/deploying or found a mistake.
20+
21+
22+
_Thank you so much!_
23+
24+
---
25+
26+
[< Previous: Deploy with a Customized Pipeline](02-pipeline.md)

0 commit comments

Comments
 (0)