-
Notifications
You must be signed in to change notification settings - Fork 287
/
config.toml
117 lines (95 loc) · 3.29 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
baseURL = "https://docs.suitecrm.com"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "SuiteCRM Documentation"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= false
enableGitInfo = true
timeout = 37000
ignoreErrors = ["error-remote-getjson"]
[params]
GitHubRepo = "https://github.com/salesagility/SuiteDocs/"
editURL = "https://github.com/salesagility/SuiteDocs/edit/master/content/"
issueURL = "https://github.com/salesagility/SuiteDocs/issues/new?"
title = "Documentation for SuiteCRM"
description = "All you need to know to successfully use SuiteCRM as an End-User, Developer or Administrator, plus Community Guidelines and Technical Blog."
images = ["https://docs.suitecrm.com/images/logo-square.png"]
author = "SalesAgility"
showVisitedLinks = true
themeVariant = "suitecrm"
[outputs]
home = [ "HTML", "RSS", "JSON"]
section = [ "HTML", "RSS"]
[Languages]
# ------------------------------------------------------------
# ------------------ ENGLISH ---------------------------------
# ------------------------------------------------------------
[Languages.en]
# the following site title appears as PageTitle :: SiteTitle on every page; it will be the tab name on the browser
title = "SuiteCRM Documentation"
#title = "Docs"
weight = 1
languageName = "English"
languageDir = "/"
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-newspaper-o'></i> Blog"
url = "blog"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/salesagility/SuiteCRM"
weight = 11
# [[Languages.en.menu.shortcuts]]
# name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
# identifier = "hugodoc"
# url = "https://gohugo.io/"
# weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Credits"
url = "/credits"
weight = 30
# ------------------------------------------------------------
# ------------------ SPANISH ---------------------------------
# ------------------------------------------------------------
[Languages.es]
title = "Documentación de SuiteCRM"
weight = 2
languageName = "Español"
languageDir = "/es/"
[[Languages.es.menu.shortcuts]]
name = "<i class='fa fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/salesagility/SuiteCRM"
weight = 10
[[Languages.es.menu.shortcuts]]
name = "<i class='fa fa-newspaper-o'></i> Blog"
url = "blog"
weight = 10
[[Languages.es.menu.shortcuts]]
name = "<i class='fa fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/salesagility/SuiteCRM"
weight = 11
[[Languages.es.menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Gracias"
url = "/credits"
weight = 30
# [[Languages.es.menu.shortcuts]]
# name = "<i class='fa fa-camera'></i> Vitrine"
# url = "/showcase"
# weight = 11
# [[Languages.es.menu.shortcuts]]
# name = "<i class='fa fa-bookmark'></i> Documentation Hugo"
# identifier = "hugodoc"
# url = "https://gohugo.io/"
# weight = 20
# ------------------------------------------------------------
# ------------------ RUSSIAN ---------------------------------
# ------------------------------------------------------------
[Languages.ru]
title = "SuiteCRM - Русскоязычная документация"
weight = 3
languageName = "Русский"
languageDir = "/ru/"