提交 4930334b 编写于 作者: B binkkatal 提交者: tekton-robot

Remove references to Katacoda tutorials

Closes https://github.com/tektoncd/website/issues/366

- [x] tekton.dev home page
	- [x] Get started with interactive tutorials' which links to https://tekton.dev/try/
		- Update the link text to: 'Get started with Tekton.'
		- Update the URL to point to our new tutorial: `https://tekton.dev/docs/getting-started/`
- [x] 'Try Tekton' block towards the bottom of the page which links to the Katacoda playground scenario
	- Update the text to: 'Learn, explore, and experiment with Tekton by following the tutorial.'
	- Make the word 'tutorial' a link with URL pointing at `https://tekton.dev/docs/getting-started/`
- [x] 'Try' link in the site header which also links to `https://tekton.dev/try/`
	- remove the link, page, and associated content
上级 5c8f7b17
......@@ -57,7 +57,7 @@ Contribute to Tekton on GitHub.
{{% blocks/feature icon="fas fa-chalkboard" title="Try Tekton" %}}
Learn, explore, and experiment with Tekton using [Tekton Playground](https://katacoda.com/tektoncd/scenarios/playground).
Learn, explore, and experiment with Tekton by following the [tutorial](https://tekton.dev/docs/getting-started/).
{{% /blocks/feature %}}
......
---
title: "Try Tekton"
linkTitle: "Try"
menu:
main:
weight: 30
---
......@@ -14,7 +14,7 @@
<p class="h3 text-light d-inline">allowing developers to </p>
<p class="h3 text-dark d-inline">build, test, and deploy </p>
<p class="h3 text-light d-inline">across cloud providers and on-premise systems.</p>
<a class="h3 text-danger d-inline" href="/try">Get started with interactive tutorials.</a>
<a class="h3 text-danger d-inline" href="/docs/getting-started">Get started with Tekton.</a>
</div>
</div>
<div class="col-lg-6 mb-5 mb-lg-0">
......
<!doctype html>
<html lang="{{ .Site.Language.Lang }}" class="no-js">
<head>
{{ partial "head.html" . }}
<style>
@media only screen and (min-width: 768px) {
.scrollable-navbar-margin {
margin-top: 64px;
}
}
.card-custom-style {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 0.5rem;
}
.card-body-custom-style {
padding-bottom: 8px;
}
.subtitle-col-custom-style {
margin-right: 20px;
padding-bottom: 20px;
}
</style>
</head>
<body class="td-{{ .Kind }}">
<header>
{{ partial "navbar.html" . }}
</header>
{{ partial "tutorial-modal.html" . }}
<div class="jumbotron jumbotron-fluid scrollable-navbar-margin bg-white">
<div class="container" style="padding-top: 40px; ">
<h2>Interactive Tutorials</h1>
<p class="lead">These are interactive tutorials
that help you learn how to use Tekton step by step.
</p>
</div>
</div>
<div class="container">
<section class="row">
<div class="col-lg-3 mr-2 pb-3">
<p class="h2 d-inline">control and visualize</p>
<p class="h2 d-inline text-light">every step of the CI/CD workflow.</p>
</div>
<div class="col-lg-8 mr-2 ml-2">
<div class="row">
<div class="col-md-4 pl-1 pr-1 pb-3">
<a href="https://katacoda.com/tektoncd/scenarios/dashboard" target="_blank" rel="noopener">
<article class="card card-custom-style"
style="background-color: hsl(171, 100%, 41%)">
<div class="card-img-top">
<img src="/try/icons/dashboard.png" class="img-fluid">
</div>
<div class="card-body card-body-custom-style">
<p class="h4 text-white">Monitor with Tekton dashboard</p>
</div>
</article>
</a>
</div>
</div>
</div>
</section>
</div>
{{ partial "privacy-notice.html" }}
{{ partial "scripts.html" . }}
</body>
</html>
{{ define "main" }}
<div class="td-content">
<h1>{{ .Title }}</h1>
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
{{ .Content }}
{{ partial "section-index.html" . }}
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
{{ partial "feedback.html" .Site.Params.ui.feedback }}
<br />
{{ end }}
{{ if (.Site.DisqusShortname) }}
<br />
{{ partial "disqus-comment.html" . }}
{{ end }}
<div class="text-muted mt-5 pt-3 border-top">{{ partial "page-meta-lastmod.html" . }}</div>
</div>
{{ end }}
{{ define "main" }}
{{ .Render "content" }}
{{ end }}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册