diff --git a/docs/content/en/docs/quickstart/_index.md b/docs/content/en/docs/quickstart/_index.md index 223333f8a8..63168e66ed 100644 --- a/docs/content/en/docs/quickstart/_index.md +++ b/docs/content/en/docs/quickstart/_index.md @@ -112,3 +112,6 @@ helm -n pipecd uninstall pipecd kubectl delete deploy canary -n pipecd kubectl delete svc canary -n pipecd ``` + +### What's next? +You want to know some details on how to set up for a production environment? Visit [Operating Control Plane](/docs/operator-manual/control-plane/) at first. After reading that, the [Operating Piped](/docs/operator-manual/piped/) page will be for you.