-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
67 lines (60 loc) · 1.93 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
baseURL = "https://doc.uzerp.com/"
title = "uzERP - Open Source ERP Software"
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"
[[menu.main]]
name = "Documentation"
weight = 50
url = "/docs"
[outputs]
section = ["HTML", "print", "RSS"]
[params]
copyright = "uzERP LLP"
github_repo = "https://github.com/uzerpllp/uzerp-docs"
github_branch = "master"
offlineSearch = true
ui.navbar_logo = true
ui.sidebar_menu_compact = true
ui.navbar_translucent_over_cover_disable = true
ui.footer_about_disable = true
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "Ask a question"
url = "https://github.com/uzerpllp/uzerp/discussions"
icon = "fa fab fa-github"
desc = "Discussion and help from uzERP and your fellow users"
[[params.links.user]]
name ="Twitter"
url = "https://twitter.com/uzerp"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name = "Get in touch"
url = "https://www.uzerp.com/contact/"
icon = "fa fa-envelope"
desc = "Contact uzERP LLP"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/uzerpllp/uzerp"
icon = "fab fa-github"
desc = "Development takes place here!"
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"
[[module.imports]]
path = "github.com/google/docsy/dependencies"