diff --git a/layouts/try/baseof.html b/layouts/try/baseof.html index 11ae8740f2d274b5f01e3fcb604d303a2070b788..e39c0ed74324095661043da3805575b541015fff 100644 --- a/layouts/try/baseof.html +++ b/layouts/try/baseof.html @@ -1,6 +1,7 @@ - + + {{ partial "head.html" . }} - - + + +
{{ partial "navbar.html" . }}
- {{ partial "tutorial-modal.html" . }} + {{ partial "tutorial-modal.html" . }}

Interactive Tutorials

-

Tekton provides a number of interactive tutorials - that help you learn how to use Tekton step by step. You can - also explore Tekton at your own pace with Tekton Playground, - a Kubernetes environment pre-configured with Tekton installation. -

+

These are interactive tutorials + that help you learn how to use Tekton step by step. +

-
-
-

get started

-

on Tekton and learn all the basics.

-
-
-
-
-
-
- -
-
-

Your first CI/CD workflow with Tekton

-
-
-
-
-
-
-

-
-
-

build a great CI/CD workflow

-

using Tekton tasks and pipelines.

-
-
-
-
-
-
- -
-
-

Basic building block: Tekton tasks

-
-
-
-
-
-
- -
-
-

Connecting blocks: Tekton pipelines

-
-
-
-
-
-
- -
-
-

Running Tekton Tasks and Pipelines

-
-
-
-
-
-
-
-
- -
-
-

Advanced CI/CD patterns with Tekton

-
-
-
-
-
-
-

control and visualize

@@ -139,9 +48,9 @@
-
+
@@ -150,125 +59,15 @@
-
-
-
- -
-
-

Control with Tekton CLI tools

-
-
-
-

-
-
-

connect to services

-

you love and use everyday.

-
-
-
-
-
-
- -
-
-

Connect to GitHub repositories

-
-
-
-
-
-
- -
-
-

Connect to KNative platform

-
-
-
-
-
-
- -
-
-

Connect to Jenkins/Jenkins X

-
-
-
-
-
-
-
-
- -
-
-

Connect to Anthos platform

-
-
-
-
-
-
- -
-
-

Connect to any app with events

-
-
-
-
-
-
-

-
-
-

read about concepts and principles

-

of CI/CD systems.

-
- -
-

{{ partial "privacy-notice.html" }} {{ partial "scripts.html" . }} {{ $launchTutorialJs := resources.Get "js/launch-tutorial.js" }} {{ $launchTutorialJs := $launchTutorialJs | minify }} - - + + + \ No newline at end of file