-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathbase.json
43 lines (43 loc) · 1.17 KB
/
base.json
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
{
"io_sites": {
"max_static_paths": 9999,
"revalidate": 360
},
"dev_dot": {
"meta": {
"title": "HashiCorp Developer",
"description": "Explore {product} product documentation, tutorials, and examples."
},
"algolia": {
"docsIndexName": "product_DEVDOT",
"tutorialsIndexName": "prod_DEVDOT_omni",
"unifiedIndexName": "prod_DEVDOT_omni"
},
"analytics": {
"included_domains": "developer.hashi-mktg.com developer.hashicorp.com"
},
"auth": {
"idp_url": "https://auth.idp.hcp.dev",
"session_max_age": 3600
},
"canonical_base_url": "https://developer.hashicorp.com",
"max_static_paths": 10,
"revalidate": 360,
"non_themed_paths": ["/sign-up"],
"datadog_config": {
"scriptUrl": "https://www.datadoghq-browser-agent.com/datadog-rum-v4.js",
"applicationId": "40a2019f-88ad-4076-ab52-ffd074064eed",
"clientToken": "pubd5cf774aa1cbbd001accd50cb463925b",
"service": "non-prod.developer.hashicorp.com"
},
"product_slugs_with_integrations": ["vault", "waypoint", "nomad"]
},
"learn": {
"max_static_paths": 10
},
"flags": {
"enable_datadog": true,
"enable_io_beta_cta": true,
"enable_hcp_vault_secrets_api_docs_revision": false
}
}