-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathconfig.toml
123 lines (109 loc) · 3.14 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
contentDir = "docs/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = false
enableRobotsTXT = true
enableGitInfo = false
disableKinds = ["RSS"]
[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
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
[outputs]
section = ["HTML"]
[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
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 = "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 = false
[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 = "Slack"
url = "https://viamrobotics.slack.com"
icon = "fab fa-slack"
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"
[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