Add the kustomize.io docsy template

This commit is contained in:
David Jacob
2022-03-06 12:29:12 +01:00
parent f67dd5bbbd
commit 1fcd66258f
120 changed files with 14127 additions and 0 deletions

View 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 projects 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.

View 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
---

View File

@@ -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
---