mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Update peertube.json to correct year of first commit and add documentation links for users and developers
This commit is contained in:
parent
f23b7ba670
commit
fe5a7b7593
|
@ -5,7 +5,7 @@
|
|||
"category": "federated network",
|
||||
"type": "video streaming",
|
||||
"logoClr": "f1680d",
|
||||
"created": "2017",
|
||||
"created": "2015",
|
||||
"official": "https://joinpeertube.org/en",
|
||||
"license": "AGPL-3.0",
|
||||
"repo": "https://github.com/Chocobozzz/PeerTube",
|
||||
|
@ -32,6 +32,22 @@
|
|||
"bounty": "",
|
||||
"translating": "https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/translation.md",
|
||||
"reading": "",
|
||||
"metrics":
|
||||
[
|
||||
{"id": "0", "url": "https://instances.joinpeertube.org/instances/stats"}
|
||||
],
|
||||
"forUsers":
|
||||
[
|
||||
{"id": "0", "url": "https://docs.joinpeertube.org/lang/en/userdocs/"}
|
||||
],
|
||||
"tutorials":
|
||||
[
|
||||
{"id": "0", "url": "https://docs.joinpeertube.org/lang/en/docs/"}
|
||||
],
|
||||
"devTutorial":
|
||||
[
|
||||
{"id": "0", "url": "https://docs.joinpeertube.org/lang/en/devdocs/index.html"}
|
||||
],
|
||||
"notable":
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue