Skip to content

Commit 2c444d6

Browse files
committed
docs(api/kustomizaion-file): migrate field sections
1 parent d30e457 commit 2c444d6

25 files changed

+12
-12
lines changed

site/content/en/docs/Reference/API/kustomization_file.md renamed to site/content/en/docs/Reference/API/Kustomization File/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Kustomization File"
33
linkTitle: "Kustomization File"
44
weight: 1
5-
date: 2023-07-28
5+
date: 2023-09-17
66
description: >
77
The Kustomization file is the entry point for Kustomize execution.
8-
---
8+
---

site/content/en/docs/Reference/API/bases.md renamed to site/content/en/docs/Reference/API/Kustomization File/bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kustomize CLI, and removal itself will happen in a future major version bump.
1818
You can run `kustomize edit fix` to automatically convert `bases` to `resources`.
1919
{{% /pageinfo %}}
2020

21-
Move entries into the [resources](/docs/reference/api/resources)
21+
Move entries into the [resources](/docs/reference/api/kustomization-file/resources)
2222
field. This allows bases - which are still a
2323
[central concept](/docs/concepts/bases) - to be
2424
ordered relative to other input resources.
File renamed without changes.
File renamed without changes.

site/content/en/docs/Reference/API/commonLabels.md renamed to site/content/en/docs/Reference/API/Kustomization File/commonLabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
Add labels and selectors to add all resources.
88
---
99

10-
[labels]: /docs/reference/api/labels/
10+
[labels]: /docs/reference/api/kustomization-file/labels/
1111

1212
Add labels and selectors to all resources. If the label key already is present on the resource,
1313
the value will be overridden.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site/content/en/docs/Reference/API/generatorOptions.md renamed to site/content/en/docs/Reference/API/Kustomization File/generatorOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010

1111
Additionally, generatorOptions can be set on a per resource level within each
1212
generator. For details on per-resource generatorOptions usage see
13-
[configMapGenerator](/docs/reference/api/configmapgenerator/) and see [secretGenerator](/docs/reference/api/secretgenerator/).
13+
[configMapGenerator](/docs/reference/api/kustomization-file/configmapgenerator/) and see [secretGenerator](/docs/reference/api/kustomization-file/secretgenerator/).
1414

1515
```yaml
1616
apiVersion: kustomize.config.k8s.io/v1beta1
File renamed without changes.

0 commit comments

Comments
 (0)