fix(docs): remove component usage specific to site.

This commit is contained in:
Viren070
2024-12-10 21:56:53 +00:00
committed by GitHub
parent c42b563185
commit 561b666f1c
+3 -3
View File
@@ -107,7 +107,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
- `Application Type`: Set this to `Web application`.
- `Name`: You can set this to anything such as `Stremio GDrive`.
- `Authorized redirect URIs`: Set this to <CallBackUrl />
- `Authorized redirect URIs`: Set this to `https://guides.viren070.me/google/oauth/callback`
4. Click on `Create`.
@@ -165,7 +165,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
8. Now, we can get the code for the Cloudflare Worker.
1. Go to the <Link to="/oauth/google" target="_blank" >OAuth Tool</Link>
1. Go to the [OAuth Tool](https://guides.viren070.me/oauth/google)
2. Fill in the form with the `Client ID` and `Client Secret` from the previous step.
@@ -194,7 +194,7 @@ Here is a guide to deploying this addon, taken from my site: [Viren070's guides]
12. You should be redirected to the /manifest.json. if not, append `/manifest.json` to the URL in the address bar.
13. Copy the URL and [add it to Stremio](/stremio/faq#how-do-i-install-an-addon-manually).
13. Copy the URL and [add it to Stremio](https://guides.viren070.me/stremio/faq#how-do-i-install-an-addon-manually).
Done! You have now set up your own addon which will allow you to stream videos from your drives and team drives.