forked from viamrobotics/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
158 lines (140 loc) · 4.19 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
contentDir = "docs/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = false
enableRobotsTXT = false
enableGitInfo = true
timeout = 60000
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
# taxonomyCloud, taxonomyCloudTitle, and taxonomyPageHeader are parallel arrays
taxonomyCloud = []
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[imaging]
resampleFilter = "CatmullRom"
quality = 100
anchor = "smart"
[languages]
[languages.en]
title = "Viam Documentation"
languageName ="English"
weight = 1
[sitemap]
changefreq = 'monthly'
priority = 0.8
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
[outputs]
home = ["HTML"]
section = ["HTML", "Typesense"]
[outputFormats.Typesense]
baseName = "typesense"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[outputFormats.RSS]
mediaType = "application/rss+xml"
baseName = "feed"
[params]
copyright = "Viam, Inc. - Documentation is licensed under Creative Commons ShareAlike License. "
privacy_policy = "https://www.viam.com/privacy"
includes_dir = "_includes"
archived_version = false
url_latest_version = "https://docs.viam.com/"
algolia_docsearch = true
offlineSearch = false
prism_syntax_highlighting = true
images = ["https://assets-global.website-files.com/62fba5686b6d47fe2a1ed2a6/63404a4db2c39ec3fbf1ed31_viam-open-graph-images.png"]
taxonomiesExcludedFromSitemap = ["tags", "categories"]
author = "Viam Documentation Team"
logo = "icons/logo.svg"
header = "Viam Documentation"
# version_menu = "SDK Documentation"
# [[params.versions]]
# version = "Python SDK Documentation"
# url = "https://python.viam.dev/"
# [[params.versions]]
# version = "Go Client SDK Documentation"
# url="https://pkg.go.dev/go.viam.com/rdk"
# [[params.versions]]
# version = "TypeScript SDK Documentation"
# url="https://ts.viam.dev/"
# [[params.versions]]
# version = "C++ SDK Documentation"
# url="https://cpp.viam.dev/"
# [[params.versions]]
# version = "Flutter SDK Documentation"
# url="https://flutter.viam.dev/"
# [[params.versions]]
# version = "Rust SDK Documentation"
# url = "https://rust.viam.dev/"
[params.ui]
breadcrumb_disable = false
footer_about_disable = false
navbar_logo = true
navbar_translucent_over_cover_disable = false
sidebar_menu_compact = true # When true, the section headings work like an accordian.
sidebar_search_disable = true
[params.ui.feedback]
enable = true
yes = 'Glad to hear it! If you have any other feedback please let us know:'
no = "We're sorry about that. To help us improve, please tell us what we can do better:"
[params.ui.readingtime]
enable = false
[params.links]
[[params.links.user]]
name ="Twitter"
url = "https://twitter.com/viamrobotics"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name = "Instagram"
url = "https://www.instagram.com/viamrobotics/"
icon = "fab fa-instagram"
desc = "Follow us on Instagram for the latest cool pics of life at Viam!"
[[params.links.user]]
name = "Linkedin"
url = "https://www.linkedin.com/company/viaminc/about/"
icon = "fab fa-linkedin"
desc = "Connect with Viam on LinkedIn for news and information"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/viamrobotics/"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Discord"
url = "https://discord.gg/viam"
icon = "fab fa-discord"
desc = "Chat with other project developers"
[[params.links.developer]]
name = "Developer Help"
url = "mailto:[email protected]"
icon = "fa fa-envelope"
desc = "Ask questions about the Viam SDK"
[params.github]
repository = "viamrobotics/docs"
branch = "main"
[module]
[module.hugoVersion]
extended = true
min = "0.75.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false