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) · 829 Bytes
/
docs-config.js
File metadata and controls
29 lines (29 loc) · 829 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: "API",
pathPrefix: "/api",
productIconKey: "api",
contentRepo: "cloudflare/cloudflare-docs",
contentRepoFolder: "products/api",
externalLinks: [
{
title: "Full API docs",
url: "https://api.cloudflare.com/"
},
{
title: "Cloudflare homepage",
url: "https://cloudflare.com"
}
],
search: {
indexName: "developers-cloudflare",
apiKey: "b23088ab4d346409f9d3ece6606344c3",
algoliaOptions: { 'facetFilters': '["project:api"]'}
},
siteMetadata: {
title: "Cloudflare API docs",
description: "Cloudflare’s API tokens allow you to make calls to our API to alter different settings.",
author: "@cloudflare",
url: "https://developers.cloudflare.com/api",
image: "https://www.cloudflare.com/img/cf-twitter-card.png"
}
}