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",
|
"category": "federated network",
|
||||||
"type": "video streaming",
|
"type": "video streaming",
|
||||||
"logoClr": "f1680d",
|
"logoClr": "f1680d",
|
||||||
"created": "2017",
|
"created": "2015",
|
||||||
"official": "https://joinpeertube.org/en",
|
"official": "https://joinpeertube.org/en",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"repo": "https://github.com/Chocobozzz/PeerTube",
|
"repo": "https://github.com/Chocobozzz/PeerTube",
|
||||||
|
@ -32,6 +32,22 @@
|
||||||
"bounty": "",
|
"bounty": "",
|
||||||
"translating": "https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/translation.md",
|
"translating": "https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/translation.md",
|
||||||
"reading": "",
|
"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":
|
"notable":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue