forked from rustdesk/doc.rustdesk.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
133 lines (112 loc) · 3.33 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
124
125
126
127
128
129
130
131
132
133
baseURL = "https://rustdesk.com/docs"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "RustDesk Documentation"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# use icon https://github.com/matcornic/hugo-theme-learn/issues/363
[params]
disable_cookie = true
editURL = "https://github.com/rustdesk/doc.rustdesk.com/edit/master/content/"
description = "Documentation for RustDesk"
author = "RustDesk"
showVisitedLinks = false
disableSearch = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = true
disableMermaid = false
#customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
titleSeparator = "::"
themeVariant = "blue"
custom_css = ["css/theme-mine.css"]
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Documentation for RustDesk"
weight = 1
languageName = "English"
landingPageName = "<i class='fas fa-home'></i> Home"
[Languages.es]
title = "Documentación para RustDesk"
weight = 1
languageName = "Español"
landingPageName = "<i class='fas fa-home'></i> Principal"
[Languages.fr]
title = "Documentation du RustDesk"
weight = 2
languageName = "Français"
landingPageName = "<i class='fas fa-home'></i> Page d'accueil"
[Languages.ru]
title = "Документация для RustDesk"
weight = 2
languageName = "Русский"
landingPageName = "<i class='fas fa-home'></i> Домашняя страница"
[Languages.pt]
title = "Documentação para RustDesk"
weight = 2
languageName = "Português"
landingPageName = "<i class='fas fa-home'></i> Pagina inicial"
[Languages.it]
title = "Documentazione per RustDesk"
weight = 2
languageName = "Italiano"
landingPageName = "<i class='fas fa-home'></i> Pagina iniziale"
[Languages.de]
title = "Dokumentation für RustDesk"
weight = 2
languageName = "Deutsch"
landingPageName = "<i class='fas fa-home'></i> Startseite"
[Languages.nl]
title = "Documentatie voor RustDesk"
weight = 2
languageName = "Nederlands"
landingPageName = "<i class='fas fa-home'></i> Startpagina"
[Languages.tr]
title = "RustDesk için Belgeler"
weight = 2
languageName = "Türkçe"
landingPageName = "<i class='fas fa-home'></i> Ana sayfa"
[Languages.ja]
title = "RustDeskのドキュメント"
weight = 2
languageName = "日本語"
landingPageName = "<i class='fas fa-home'></i> ホームページ"
[Languages.zh-cn]
title = "RustDesk文档"
weight = 3
languageName = "简体中文"
landingPageName = "<i class='fas fa-home'></i> 首页"
[Languages.zh-cn.params]
disable_cookie = true
[Languages.zh-tw]
title = "RustDesk文檔"
weight = 3
languageName = "繁體中文"
landingPageName = "<i class='fas fa-home'></i> 首頁"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/rustdesk/doc.rustdesk.com"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i> Discord"
identifier = "dd"
url = "https://discord.com/invite/nDceKgxnkV"
weight = 20
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Twitter"
identifier = "tt"
url = "https://twitter.com/rustdesk"
weight = 30
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-reddit'></i> Reddit"
identifier = "rd"
url = "https://www.reddit.com/r/rustdesk/"
weight = 40