-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
46 lines (41 loc) · 919 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
baseURL: "/"
languageCode: "en-us"
title: "Kustomize WWW"
theme: "replicated-docs-theme"
metadataformat: "yaml"
canonifyurls: true
description: "Landing Page for Kustomize"
googleAnalytics: "UA-61420213-8"
Params:
author: "Replicated"
copyright: "Replicated, Inc"
search_env: "prod"
matomo:
host: "data-2.replicated.com"
site: "5"
favicon: ""
pagetitle: "Kustomize"
permalink: "#"
taxonomies:
category: "categories"
tag: "tags"
kb-section: "kb-sections"
menu:
main:
- Name: "kubectl Usage"
Weight: 1
URL: "https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/"
- Name: "Core Docs"
Weight: 2
URL: "https://kubectl.docs.kubernetes.io/"
- Name: "Overview"
Weight: 3
URL: "#overview"
- Name: "Resources"
Weight: 4
URL: "#resources"
- Name: "Community"
Weight: 5
URL: "#community"
---