mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Add the kustomize.io docsy template
This commit is contained in:
16
site/content/en/docs/Tutorials/_index.md
Executable file
16
site/content/en/docs/Tutorials/_index.md
Executable file
@@ -0,0 +1,16 @@
|
||||
|
||||
---
|
||||
title: "Tutorials"
|
||||
linkTitle: "Tutorials"
|
||||
weight: 6
|
||||
date: 2017-01-04
|
||||
description: >
|
||||
Show your user how to work through some end to end examples.
|
||||
---
|
||||
|
||||
{{% pageinfo %}}
|
||||
This is a placeholder page that shows you how to use this template site.
|
||||
{{% /pageinfo %}}
|
||||
|
||||
Tutorials are **complete worked examples** made up of **multiple tasks** that guide the user through a relatively simple but realistic scenario: building an application that uses some of your project’s features, for example. If you have already created some Examples for your project you can base Tutorials on them. This section is **optional**. However, remember that although you may not need this section at first, having tutorials can be useful to help your users engage with your example code, especially if there are aspects that need more explanation than you can easily provide in code comments.
|
||||
|
||||
8
site/content/en/docs/Tutorials/custom_application.md
Normal file
8
site/content/en/docs/Tutorials/custom_application.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Deploying a Custom Application"
|
||||
linkTitle: "Deploying a Custom Application"
|
||||
weight: 1
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
How to use Kustomize to deploy an in-house application
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Deploying an Off-The-Shelf Application"
|
||||
linkTitle: "Deploying an Off-The-Shelf Application"
|
||||
weight: 1
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
How to use Kustomize to deploy a third-party application
|
||||
---
|
||||
Reference in New Issue
Block a user