-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.toml
97 lines (91 loc) · 1.96 KB
/
config.toml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
baseurl = "http://localhost/"
contentdir = "content"
languageCode = "en-us"
title = "Docker Docs"
theme = "docker-2016"
canonifyurls = false
relativeURLs = true
verbose = true
googleAnalytics = "GTM-WLGFZV"
enableRobotsTXT = true
disableSitemap = false
# the index.xml files
disableRSS = true
[blackfriday]
fractions = false
smartDashes = false
plainIDAnchors = true
sourceRelativeLinksEval = true
sourceRelativeLinksProjectFolder = "/docs"
# Menu configuration should come last in this file;
# leave at least one blank line at the end
#
#
# Component projects is a menu for Registry/Notary etc.
#
[[menu.main]]
name = "Component Projects"
identifier = "mn_components"
weight = 8
#
# About
#
[[menu.main]]
name = "About"
identifier = "mn_about"
weight = 9
#
# Version
#
[[menu.main]]
name = "Docs archive"
identifier = "mn_versions"
weight = 10
[[menu.main]]
name = "Version 1.11"
identifier = "smn_eleven"
parent = "mn_versions"
url = "http://docs.docker.com/v1.11/"
weight = -11
[[menu.main]]
name = "Version 1.10"
identifier = "smn_ten"
parent = "mn_versions"
url = "http://docs.docker.com/v1.10/"
weight = -10
[[menu.main]]
name = "Version 1.9"
identifier = "smn_nineteen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.9/"
weight = -9
[[menu.main]]
name = "Version 1.8"
identifier = "smn_eightteen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.8/"
weight = -8
[[menu.main]]
name = "Version 1.7"
identifier = "smn_seventeen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.7/"
weight = -7
[[menu.main]]
name = "Version 1.6"
identifier = "smn_sixteen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.6/"
weight = -6
[[menu.main]]
name = "Version 1.5"
identifier = "smn_fifteen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.5/"
weight = -5
[[menu.main]]
name = "Version 1.4"
identifier = "smn_fourteen"
parent = "mn_versions"
url = "http://docs.docker.com/v1.4/"
weight = -4