-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (41 loc) · 1.04 KB
/
config.toml
File metadata and controls
51 lines (41 loc) · 1.04 KB
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
theme = "docuapi"
# themesdir = "../.."
languageCode = "en-us"
baseurl = "/"
title = "Strigo API Reference"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
# The monokai stylesheet is included in the base template.
pygmentsUseClasses = true
defaultContentLanguage = "en"
[params]
search = true
googleAnalytics = "GTM-P8VJ87"
# Configure the language example tabs.
[[params.language_tabs]]
key = "shell"
name = "cURL"
#Languages
[languages]
[languages.en]
languageName = "English"
weight = 2
title = "Strigo API Reference"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"[Strigo Help](https://help.strigo.io)"
]
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true
[[menu.shortcuts]]
name = "<i class='fa fa-question-circle'></i> <label>Product</label>"
url = "https://strigo.io/product"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-address-card'></i> <label>About Us</label>"
url = "https://strigo.io/about"
weight = 40