-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.yaml
68 lines (57 loc) · 1.79 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
baseURL: "/"
languageCode: "en-us"
title: "Replicated Help Center"
theme: "replicated-docs-theme"
metadataformat: "yaml"
canonifyurls: true
description: "Documentation and knowledgebase for Replicated."
googleAnalytics: ""
# Hugo configuration
pygmentsCodeFences: true
pygmentsStyle: "monokai"
Params:
author: "Replicated"
copyright: "Replicated, Inc"
search_env: "dev"
matomo:
host: "localhost:4000"
site: "2"
favicon: ""
pagetitle: "Replicated"
permalink: "#"
docker_version_default: "24.0.2"
docker_version_minimum: "1.10.3"
replicated_api_version_current: "2.56.6"
replicated_latest_version: "2.56.6"
replicated_latest_release_date: "December 18, 2024"
swarm_docker_version_minimum: "1.13.1"
swarm_docker_version_default: "24.0.2"
kubernetes_docker_version_minimum: "1.13.1"
kubernetes_docker_version_default: "18.09.7"
kubernetes_version: "1.15.12"
classic_product_notice: "This content is associated with a legacy version of the Replicated product. For the current Replicated product docs, [click here](https://kots.io/vendor)."
native_classic_product_notice: "This content is associated with a legacy version of the Replicated product. For the current Replicated product docs, [click here](https://kots.io/vendor)."
taxonomies:
category: "categories"
tag: "tags"
kb-section: "kb-sections"
algolia:
index: "help_center"
appID: "5PHVQPX4AR"
menu:
main:
- Name: "Replicated Docs"
Weight: 1
URL: "https://docs.replicated.com/"
- Name: "Replicated Classic Docs "
Weight: 2
URL: "/docs/native/getting-started/overview/"
- Name: "Community"
Weight: 3
URL: "https://help.replicated.com/community/"
- Name: "Support"
Weight: 3
URL: "https://vendor.replicated.com/support"
enableRobotsTXT: true
---