forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-config.js
More file actions
29 lines (29 loc) · 983 Bytes
/
docs-config.js
File metadata and controls
29 lines (29 loc) · 983 Bytes
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
module.exports = {
product: "Cache",
pathPrefix: "/cache",
productIconKey: "cache",
contentRepo: "cloudflare/cloudflare-docs",
contentRepoFolder: "products/cache",
externalLinks: [
{
title: "Cloudflare CDN",
url: "https://www.cloudflare.com/cdn/"
},
{
title: "Cloudflare homepage",
url: "https://cloudflare.com"
}
],
search: {
indexName: "developers-cloudflare",
apiKey: "b23088ab4d346409f9d3ece6606344c3",
algoliaOptions: { 'facetFilters': '["project:cache"]'}
},
siteMetadata: {
title: "Cloudflare Cache docs",
description: "Cloudflare makes customer websites faster by storing a copy of the website’s content on our servers. Caching static resources at Cloudflare reduces your server load and bandwidth, with no extra charges for bandwidth spikes",
author: "@cloudflare",
url: "https://developers.cloudflare.com/cache",
image: "https://www.cloudflare.com/img/cf-twitter-card.png"
}
}