aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3a754d54..5ff05fcb8 100644
--- a/README.md
+++ b/README.md
@@ -147,11 +147,11 @@ See the [docker guide](/support/doc/docker.md)
147 147
148See the [production guide](/support/doc/production.md). 148See the [production guide](/support/doc/production.md).
149 149
150## Contributing 150## Contributing/Test
151 151
152See the [contributing 152See the [contributing
153guide](/.github/CONTRIBUTING.md) 153guide](/.github/CONTRIBUTING.md)
154to see how to contribute to PeerTube. Spoiler alert: you don't need to be a 154to see how to test or contribute to PeerTube. Spoiler alert: you don't need to be a
155coder to help! 155coder to help!
156 156
157## API REST documentation 157## API REST documentation
@@ -161,6 +161,10 @@ For now only on Github:
161 * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html) 161 * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html)
162 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) 162 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml)
163 163
164## Tools
165
166 * [YouTube import](/support/doc/import-youtube.md)
167
164## Architecture 168## Architecture
165 169
166See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation. 170See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.