-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (48 loc) · 1.33 KB
/
config.toml
File metadata and controls
63 lines (48 loc) · 1.33 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
52
53
54
55
56
57
58
59
60
61
62
languageCode = "fa-ir"
baseurl = "http://docs.text-mining.ir/"
title = "مستندات سرویس متنکاوی فارسییار"
theme = "docuapi"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
# The monokai stylesheet is included in the base template.
pygmentsUseClasses = true
defaultContentLanguage = "fa"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingIDType = "github-ascii"
[markup.goldmark.renderer]
unsafe = true
[module]
[module.hugoVersion]
[[module.imports]]
# We include the theme by "../.." above, but we need one module import for Hugo to detect us as a Hugo Module.
path="github.com/bep/empty-hugo-module"
[params]
search = false
# Configure the language example tabs.
[[params.language_tabs]]
key = "csharp"
name = "C#"
[[params.language_tabs]]
key = "python"
name = "Python"
[[params.language_tabs]]
key = "java"
name = "Java"
[[params.language_tabs]]
key = "php"
name = "PHP"
#Languages
[languages]
[languages.fa]
languageName = "فارسی"
weight = 1
title = "مستندات سرویس متنکاوی فارسییار"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='http://app.text-mining.ir'>ثبتنام و دریافت کلید API</a>",
]