forked from Cumulocity-IoT/c8y-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (64 loc) · 2.79 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]
sections = "section"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "solarized-dark256"
[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 = "Device Partner Portal"
link = "https://devicepartnerportal.softwareag.com/"
[[params.additionalResources]]
name = "Solutions Portal"
link = "https://iotsolutions.softwareag.com/"
[[params.additionalResources]]
name = "Learning Portal"
link = "https://learn.softwareag.com/totara/dashboard/index.php"
[[params.additionalResources]]
name = "Product Support"
link = "https://empower.softwareag.com/"
# Customize
[params.footer]
copyright = "Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. | <a href='https://www.softwareag.com/en_corporate/impressum.html'> Imprint</a> | <a href='https://www.softwareag.com/en_corporate/privacy.html'>Privacy policy</a>"
c8ylink = "https://www.softwareag.cloud/site/product/cumulocity-iot.html"