diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..c15494112bd249c43bd97e49b684b49bc819c597 --- /dev/null +++ b/content/en/docs/_index.md @@ -0,0 +1,24 @@ + +--- +title: "Tekton Documentation" +linkTitle: "Documentation" +weight: 20 +menu: + main: + weight: 20 +--- + +Tekton is a Kubernetes-native continuous integration and delivery (CI/CD) +solution. It allows developers to build, test, and deploy across cloud +providers and on-premise systems. + +### What's next + +To get started, read the contents below. + +{{% alert title="Note" color="success" %}} + +Tekton provides a nunmber of interactive tutorials at [try.tekton.dev](/try) +for developers to get hands-on experience with the project. + +{{% /alert %}}