forked from replicatedhq/help-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.staging.yaml
60 lines (51 loc) · 1.32 KB
/
config.staging.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
---
baseURL: "/"
languageCode: "en-us"
title: "Replicated Help Center"
theme: "replicated-docs-theme"
metadataformat: "yaml"
canonifyurls: true
description: "Documentation and knowledgebase for Replicated."
googleAnalytics: "UA-61084834-1"
Params:
author: "Replicated"
copyright: "Replicated, Inc"
search_env: "staging"
matomo:
host: "data-2.staging.replicated.com"
site: "2"
favicon: ""
pagetitle: "Replicated"
permalink: "#"
docker_version_default: "17.12.1-ce"
docker_version_minimum: "1.7.1"
replicated_api_version_current: "2.31.0"
replicated_latest_version: "2.31.0"
replicated_latest_release_date: "January 3, 2019"
swarm_docker_version_minimum: "1.13.1"
swarm_docker_version_default: "17.12.1-ce"
kubernetes_docker_version_minimum: "1.12.3"
kubernetes_docker_version_default: "17.09.1"
kubernetes_version: "1.13.0"
taxonomies:
category: "categories"
tag: "tags"
kb-section: "kb-sections"
algolia:
index: "help_center_staging"
appID: "5PHVQPX4AR"
menu:
main:
- Name: "Guides"
Weight: 1
URL: "/guides/"
- Name: "Documentation"
Weight: 2
URL: "/docs/kubernetes/getting-started/overview/"
- Name: "API Reference"
Weight: 3
URL: "/api/"
- Name: "Community"
Weight: 3
URL: "https://help.replicated.com/community/"
---