Commit Graph

11 Commits

Author SHA1 Message Date
John Livingston 5462e3d52f
Documentation: fix titles using livechat_label shortcode
This fix will avoid weird "hahahugoshortcode" anchor and title in the
navigation menu.
2024-08-30 14:19:37 +02:00
John Livingston d8da3ca3b8
Improved documentation accessibility (#118):
* borders on focused links.
2024-08-30 12:39:34 +02:00
John Livingston 3d8fbba767
Documentation: improve home links. 2024-08-30 12:39:33 +02:00
John Livingston a799a9c07e
Improved documentation accessibility (#118):
* underline links in the right footer.
2024-08-30 12:39:33 +02:00
John Livingston 6eeb19607f
Improved documentation accessibility (#118):
* `white-space: normal` for the breadcrumbs, to avoid it to be
  truncated.
2024-08-30 12:39:33 +02:00
John Livingston 56547cc084
Improved documentation accessibility (#118):
* better contrast.
2024-08-30 12:39:33 +02:00
John Livingston 75925b1117
Documentation: migrating from hugo-theme-learn to hugo-theme-relearn 2024-08-30 12:39:27 +02:00
John Livingston d5c327565c
Adding SPDX headers (WIP) 2024-05-23 11:42:14 +02:00
John Livingston 8db4f10584
Improving Documentation (#220)
Documentation improvement (Related to https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117)

* new introduction and homepage
* Fix livechat_label shortcode: no line breaks
* refactoring/rewriting user documentation
* troubleshooting section
* Updating documentation po files
* ...
2023-07-25 18:00:41 +02:00
John Livingston 56df985745
Documentation translation (#199)
Documentation translation using weblate.

* Use po4a to generate .po files from the english markdowns, then to generate translated files
* Some pages can be marked as «english only» (for technical documentation for example)
* New Hugo shortcode to use application strings in documentation (for example for settings names)
* The code of conduct is no more translated, but there is a link to official Contributor Covenant translations
* Adding all plugin's supported languages

Related to https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117
2023-07-14 19:15:30 +02:00
John Livingston e17257a90f
#117 part 1: New documentation website (#151)
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/
2023-02-13 17:58:06 +01:00