mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
Add the kustomize.io docsy template
This commit is contained in:
14
site/content/en/docs/Reference/_index.md
Normal file
14
site/content/en/docs/Reference/_index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Reference"
|
||||
linkTitle: "Reference"
|
||||
weight: 9
|
||||
description: >
|
||||
Low level reference docs for your project.
|
||||
---
|
||||
|
||||
{{% pageinfo %}}
|
||||
This is a placeholder page that shows you how to use this template site.
|
||||
{{% /pageinfo %}}
|
||||
|
||||
If your project has an API, configuration, or other reference - anything that users need to look up that’s at an even lower level than a single task - put (or link to it) here. You can serve and link to generated reference docs created using Doxygen,
|
||||
Javadoc, or other doc generation tools by putting them in your `static/` directory. Find out more in [Adding static content](https://docsy.dev/docs/adding-content/content/#adding-static-content). For OpenAPI reference, Docsy also provides a [Swagger UI layout and shortcode](https://www.docsy.dev/docs/adding-content/shortcodes/#swaggerui) that renders [Swagger UI](https://swagger.io/tools/swagger-ui/) using any OpenAPI YAML or JSON file as source.
|
||||
8
site/content/en/docs/Reference/glossary.md
Normal file
8
site/content/en/docs/Reference/glossary.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Glossary"
|
||||
linkTitle: "Glossary"
|
||||
weight: 3
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
Definitions of the terminology used when interacting with kustomize
|
||||
---
|
||||
8
site/content/en/docs/Reference/kustomize_cli.md
Normal file
8
site/content/en/docs/Reference/kustomize_cli.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "kustomize CLI"
|
||||
linkTitle: "kustomize CLI"
|
||||
weight: 2
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
Reference for the kustomize CLI
|
||||
---
|
||||
8
site/content/en/docs/Reference/kustomize_yaml.md
Normal file
8
site/content/en/docs/Reference/kustomize_yaml.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "kustomize.yaml"
|
||||
linkTitle: "kustomize.yaml"
|
||||
weight: 1
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
Reference for the kustomize.yaml file
|
||||
---
|
||||
Reference in New Issue
Block a user