forked from cloud-gov/cg-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
107 lines (102 loc) · 2.75 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
98
99
100
101
102
103
104
105
106
107
baseurl = "https://cloud.gov"
languageCode = "en-us"
title = "cloud.gov"
pluralizelisttitles = "false"
publishdir = "public"
pygmentsCodeFences = "true"
pygmentsUseClasses = "true"
[params]
email = "cloud-gov-inquiries@gsa.gov"
description = "Expedite your agency’s path to a secure and compliant cloud. cloud.gov provides an application environment that enables rapid deployment and ATO assessment for modern web applications."
author = "18f"
[params.analytics]
[params.analytics.google]
code = "UA-48605964-34"
[params.analytics.dap]
agency = "GSA"
subagency = "18F"
[blackfriday]
plainIDAnchors = true
[[menu.docs]]
name = "Overview"
identifier = "overview"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = -150
[[menu.docs]]
name = "Purchase and pricing"
identifier = "pricing"
pre = "<i class='fa fa-shopping-cart fa-fw'></i>"
weight = -140
[[menu.docs]]
name = "Technology and security"
identifier = "technology"
pre = "<i class='fa fa-lock fa-fw'></i>"
weight = -130
[[menu.docs]]
name = "Customer stories"
identifier = "customer-stories"
pre = "<i class='fa fa-users fa-fw'></i>"
weight = -120
[[menu.docs]]
name = "Getting started"
identifier = "getting-started"
pre = "<i class='fa fa-road fa-fw'></i>"
weight = -115
[[menu.docs]]
name = "Deploying apps"
identifier = "apps"
pre = "<i class='fa fa-file-text fa-fw'></i>"
weight = -110
[[menu.docs]]
name = "Services"
identifier = "services"
pre = "<i class='fa fa-fw fa-database'></i>"
weight = -100
[[menu.docs]]
name = "Managing apps"
identifier = "advanced"
pre = "<i class='fa fa-rocket fa-fw'></i>"
weight = -100
[[menu.docs]]
name = "Managing orgs"
identifier = "orgs-spaces"
pre = "<i class='fa fa-rocket fa-fw'></i>"
weight = -100
[[menu.docs]]
name = "Compliance"
identifier = "compliance"
pre = "<i class='fa fa-check-square-o fa-fw'></i>"
weight = -95
[[menu.docs]]
name = "Experimental features"
identifier = "experimental"
pre = "<i class='fa fa-flask fa-fw'></i>"
weight = -90
[[menu.docs]]
name = "Team documentation"
identifier = "ops"
pre = "<i class='fa fa-fw fa-wrench'></i>"
[[menu.docs]]
name = "Deployment"
identifier = "deployment"
parent = "ops"
[[menu.docs]]
name = "Tenant support"
identifier = "tenants"
parent = "ops"
[[menu.docs]]
name = "Operations"
identifier = "operations"
parent = "ops"
[[menu.docs]]
name = "Runbook"
identifier = "runbook"
parent = "ops"
[[menu.docs]]
name = "Plans and policies"
identifier = "policies"
parent = "ops"
[[menu.docs]]
name = "Design considerations"
identifier = "design"
parent = "ops"