-
Notifications
You must be signed in to change notification settings - Fork 30
/
config.toml
91 lines (64 loc) · 2.65 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
# Production
baseURL = "https://cumulocity.com/docs"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "Cumulocity IoT documentation"
theme = "c8ydocs"
paginate = 12
# canonifyurls = false
publishDir = "public"
# googleAnalytics = "UA-xxxxxxxx-x"
summaryLength = 30
buildFuture = true
relativeURLs = true
[taxonomies]
sectors = "sector"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "solarized-dark256"
[[params.author]]
name = "Carlos Ceia @ Cumulocity"
[params]
# Global keywords configuration. Following keywords will be add to every pages
keywords = ["Software AG", "Cumulocity IoT", "Internet of things", "analytics", "devices", "connect"]
description = "This documentation offers comprehensive information on the var-product-c8y-iot platform both from a user and from a developer perspective. It reflects the latest state of the var-product-c8y-iot platform and is continuously updated to align with recent software updates."
oldguides = "//cumulocity.com/guides/welcome/intro-documentation/"
# Boolean to display the admonition stating it is a preview version
docsPreview = false
# Display thumbnail image of each post on index pages (false: disabled, true: enabled)
thumbnailImage = true
logo = "images/logo-platform.svg"
# Your favicon path, default is "/favicon.png"
favicon = "//cumulocity.com/favicon.ico"
# Content variables for Frontmatter titles
product_c8y_iot = "Cumulocity IoT"
company_sag = "Software AG"
enterprise_tenant = "Enterprise tenant"
[[params.additionalResources]]
name = "YouTube"
link = "https://www.youtube.com/@CumulocityIoT"
[[params.additionalResources]]
name = "Tech Community"
link = "https://tech.forums.softwareag.com/tag/Cumulocity-IoT"
[[params.additionalResources]]
name = "Empower Portal"
link = "https://empower.softwareag.com/"
[[params.additionalResources]]
name = "Partner Devices"
link = "https://ecosystem.cumulocity.com/devices/?filter_cumulocity_certified=yes"
[[params.additionalResources]]
name = "Partner Solutions"
link = "https://ecosystem.cumulocity.com/solution-partner-ecosystem-portal/"
[[params.additionalResources]]
name = "Learning Portal"
link = "https://cumulocity.moodlecloud.com/"
[[params.additionalResources]]
name = "Product Support"
link = "https://empower.softwareag.com/"
# Customize
[params.footer]
copyright = "Cumulocity GmbH | <a href='/legal-notices/imprint/'> Imprint</a> | <a href='/legal-notices/privacy-notice/'>Privacy notice</a>"
c8ylink = "https://www.softwareag.cloud/site/product/cumulocity-iot.html"