From 9817060fb7b4b728eed366bd75c9cba638a4c78d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Feb 2021 10:12:19 +0100 Subject: [PATCH] Use new doc website links --- .../about-peertube/about-peertube.component.html | 6 +++--- .../edit-vod-transcoding.component.html | 2 +- .../my-video-playlist-elements.component.html | 2 +- .../app/+signup/shared/signup-success.component.html | 2 +- client/src/app/modal/welcome-modal.component.html | 12 ++++++------ .../live-documentation-link.component.html | 2 +- support/doc/api/openapi.yaml | 12 ++++++------ support/nginx/peertube | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index 9bfda58a8..27dd0f609 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html @@ -25,7 +25,7 @@
@@ -38,7 +38,7 @@
@@ -51,7 +51,7 @@
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html index 5669b81ce..cf13b27bb 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html @@ -13,7 +13,7 @@ diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html index 09b4c8a1b..a97b2b4fb 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html @@ -29,7 +29,7 @@
- See the documentation for more information. + See the documentation for more information.
diff --git a/client/src/app/+signup/shared/signup-success.component.html b/client/src/app/+signup/shared/signup-success.component.html index 71f01897d..6ee118cd1 100644 --- a/client/src/app/+signup/shared/signup-success.component.html +++ b/client/src/app/+signup/shared/signup-success.component.html @@ -11,6 +11,6 @@

{{ message }}

- If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation.

diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 66b144656..19bf3a1ea 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html @@ -8,22 +8,22 @@
- - CLI + + CLI documentation
Upload or import videos, parse logs, prune storage directories, reset user password...
- - Administer + + Administer documentation
Managing users, following other instances, dealing with spammers...
- - Use + + Use documentation
Setup your account, managing video playlists, discover third-party applications...
diff --git a/client/src/app/shared/shared-video-live/live-documentation-link.component.html b/client/src/app/shared/shared-video-live/live-documentation-link.component.html index 0c54c7044..acf8a71eb 100644 --- a/client/src/app/shared/shared-video-live/live-documentation-link.component.html +++ b/client/src/app/shared/shared-video-live/live-documentation-link.component.html @@ -1,4 +1,4 @@
- See the documentation + See the documentation to learn how to use the PeerTube live streaming feature.
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 49616bcaa..cd231aa2b 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -23,7 +23,7 @@ info: - [Go](https://framagit.org/framasoft/peertube/clients/go) - [Kotlin](https://framagit.org/framasoft/peertube/clients/kotlin) - See the [Quick Start guide](https://docs.joinpeertube.org/#/api-rest-getting-started) so you can play with the PeerTube API. + See the [Quick Start guide](https://docs.joinpeertube.org/api-rest-getting-started) so you can play with the PeerTube API. # Authentication @@ -34,7 +34,7 @@ info: ## Roles Accounts are given permissions based on their role. There are three roles on - PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/#/admin-managing-users?id=roles) for a detail of their permissions. + PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/admin-managing-users?id=roles) for a detail of their permissions. # Errors @@ -95,7 +95,7 @@ tags: information across its social graph by posting activities to actors' inbox endpoints. externalDocs: - url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-follows + url: https://docs.joinpeertube.org/admin-following-instances?id=instances-follows - name: Instance Redundancy description: > Redundancy is part of the inter-server solidarity that PeerTube fosters. @@ -103,12 +103,12 @@ tags: to the policy of video selection of your choice. Note that you have a similar functionality to mirror individual videos, see `Video Mirroring`. externalDocs: - url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-redundancy + url: https://docs.joinpeertube.org/admin-following-instances?id=instances-redundancy - name: Plugins description: > Managing plugins installed from a local path or from NPM, or search for new ones. externalDocs: - url: https://docs.joinpeertube.org/#/api-plugins + url: https://docs.joinpeertube.org/api-plugins - name: Abuses description: | Abuses deal with reports of local or remote videos/comments/accounts alike. @@ -3815,7 +3815,7 @@ components: - Have an account with sufficient authorization levels - - [Generate](https://docs.joinpeertube.org/#/api-rest-getting-started) a + - [Generate](https://docs.joinpeertube.org/api-rest-getting-started) a Bearer Token - Make Authenticated Requests diff --git a/support/nginx/peertube b/support/nginx/peertube index 0993085d5..00ce1d0dc 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -244,7 +244,7 @@ server { sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. aio threads; - # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/#/admin-remote-storage + # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/admin-remote-storage # to serve files directly from a public bucket without proxying. # Assumes you have buckets named after the storage subdirectories, i.e. 'videos', 'redundancy', etc. #set $cdn ;