This commit concerns the first subtask of this issue: https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117 It provide a brand new documentation website, that replace the previous markdown files. The website is auto-generated using CI/CD, and can be found here: https://johnxlivingston.github.io/peertube-plugin-livechat/
This commit is contained in:
52
support/documentation/config.toml
Normal file
52
support/documentation/config.toml
Normal file
@ -0,0 +1,52 @@
|
||||
baseURL = "http://localhost:1313/peertube-plugin-livechat/" # this will be overrind in CI/CD.
|
||||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en"
|
||||
title = "Peertube plugin livechat"
|
||||
theme = 'hugo-theme-learn'
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON"]
|
||||
|
||||
[params]
|
||||
author = "John Livingston"
|
||||
description = "Peertube plugin livechat documentation"
|
||||
showVisitedLinks = true
|
||||
disableSearch = false
|
||||
disableLandingPageButton = false
|
||||
themeVariant = "red"
|
||||
landingPageURL = "/peertube-plugin-livechat/"
|
||||
landingPageName = "<i class='fas fa-home'></i> Home"
|
||||
custom_css = ["css/livechatdoc.css"]
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-github'></i> Github repository"
|
||||
url = "https://github.com/JohnXLivingston/peertube-plugin-livechat"
|
||||
weight = 10
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-git'></i> Framagit repository"
|
||||
url = "https://framagit.org/Livingston/peertube-plugin-livechat"
|
||||
weight = 20
|
||||
|
||||
[Languages]
|
||||
[Languages.en]
|
||||
title = "Peertube plugin livechat documentation"
|
||||
languageName = "English"
|
||||
|
||||
[Languages.fr]
|
||||
title = "Documentation plugin Peertube livechat"
|
||||
languageName = "Français"
|
||||
landingPageName = "<i class='fas fa-home'></i> Accueil"
|
||||
landingPageURL = "/peertube-plugin-livechat/fr/"
|
||||
|
||||
[Languages.de]
|
||||
title = "Peertube Plugin Livechat Dokumentation"
|
||||
languageName = "Deutsche"
|
||||
landingPageName = "<i class='fas fa-home'></i> Home"
|
||||
landingPageURL = "/peertube-plugin-livechat/de/"
|
||||
|
||||
[Languages.ja]
|
||||
title = "PeerTube ライブチャットプラグイン"
|
||||
languageName = "日本語バージョン"
|
||||
landingPageName = "<i class='fas fa-home'></i> Home"
|
||||
landingPageURL = "/peertube-plugin-livechat/ja/"
|
Reference in New Issue
Block a user