doc.rustdesk.com/config.toml
2022-04-11 17:05:11 +08:00

66 lines
1.7 KiB
TOML

baseURL = "https://rustdesk.com/docs"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "RustDesk Documentation"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/rustdesk/doc.rustdesk.com/edit/master/content/"
description = "Documentation for RustDesk"
author = "RustDesk"
showVisitedLinks = 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"
landingPageURL = "/en"
landingPageName = "<i class='fas fa-home'></i> Home"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/rustdesk/rustdesk"
weight = 10
[Languages.fr]
title = "Documentation du RustDesk"
weight = 2
languageName = "Français"
landingPageURL = "/fr"
landingPageName = "<i class='fas fa-home'></i> Accueil"
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Repo GitHub"
identifier = "ds"
url = "https://github.com/rustdesk/rustdesk"
weight = 10
[Languages.zh]
title = "RustDesk文档"
weight = 3
languageName = "简体中文"
landingPageURL = "/zh"
landingPageName = "<i class='fas fa-home'></i> 首页"
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub 仓库"
identifier = "ds"
url = "https://github.com/rustdesk/rustdesk"
weight = 10