-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathconfig.toml
90 lines (63 loc) · 2.61 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
# Production
baseURL = "https://cumulocity.com/docs"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "Cumulocity documentation"
theme = "c8ydocs"
# 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 = ["Cumulocity", "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/"
# Can be a boolean 'false' or a string (example: 'CD' or a release version like '2024'). This flag displays 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"
company_sag = "Software AG"
enterprise_tenant = "Enterprise tenant"
[[params.additionalResources]]
name = "Tech Community"
link = "https://techcommunity.cumulocity.com/"
[[params.additionalResources]]
name = "Learning Portal"
link = "https://cumulocity.moodlecloud.com/"
[[params.additionalResources]]
name = "YouTube"
link = "https://www.youtube.com/@CumulocityIoT"
[[params.additionalResources]]
name = "CLI documentation"
link = "https://goc8ycli.netlify.app/docs/introduction/"
[[params.additionalResources]]
name = "Platform status"
link = "https://status.cumulocity.com/"
[[params.additionalResources]]
name = "Company website"
link = "https://cumulocity.com/"
[[params.additionalResources]]
name = "Product Support"
link = "https://cumulocity.atlassian.net/servicedesk/customer/portals"
# Customize
[params.footer]
copyright = "Cumulocity GmbH | <a href='/legal-notices/imprint/'> Imprint</a> | <a href='/legal-notices/privacy-notice/'>Privacy notice</a>"
c8ylink = "https://cumulocity.com"