Link to documentation.
This commit is contained in:
parent
a6f7793b36
commit
8c7cc6ba09
@ -1,8 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v...
|
## v1.0.7
|
||||||
|
|
||||||
* New tutorial to setup [Prosody on the Peertube server](documentation/tutorials/prosody.md)
|
* New tutorial to setup [Prosody on the Peertube server](documentation/tutorials/prosody.md)
|
||||||
|
* Add link to documentation in the settings page.
|
||||||
|
|
||||||
## v1.0.6
|
## v1.0.6
|
||||||
|
|
||||||
|
6
main.js
6
main.js
@ -68,7 +68,11 @@ async function register ({
|
|||||||
default: false, // TODO: set to true when peertube has fixed https://github.com/Chocobozzz/PeerTube/issues/3838
|
default: false, // TODO: set to true when peertube has fixed https://github.com/Chocobozzz/PeerTube/issues/3838
|
||||||
private: false,
|
private: false,
|
||||||
descriptionHTML: 'If checked, use a builtin ConverseJS iframe.<br>' +
|
descriptionHTML: 'If checked, use a builtin ConverseJS iframe.<br>' +
|
||||||
'You still have to configure an external XMPP service. Please see the documentation.'
|
'You still have to configure an external XMPP service. Please see the ' +
|
||||||
|
'<a href="https://github.com/JohnXLivingston/peertube-plugin-livechat" target="_blank">documentation<a>.<br>' +
|
||||||
|
'If you have no running webchat service, you can follow this ' +
|
||||||
|
// eslint-disable-next-line max-len
|
||||||
|
'<a href="https://github.com/JohnXLivingston/peertube-plugin-livechat/blob/main/documentation/tutorials/prosody.md" target="blank_">tutorial</a>.'
|
||||||
})
|
})
|
||||||
registerSetting({
|
registerSetting({
|
||||||
name: 'chat-server',
|
name: 'chat-server',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user