mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:13:26 +00:00
Added new version to docs
This commit is contained in:
@@ -96,13 +96,23 @@ Backend URL must **not** end with a slash.
|
||||
|
||||
If you want your users to be prompted with an onboarding screen before they start watching, enable this.
|
||||
|
||||
### `VITE_ONBOARDING_EXTENSION_INSTALL_LINK`
|
||||
### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK`
|
||||
|
||||
- Type: `string`
|
||||
- Default: `""`
|
||||
- Example: `"https://google.com"`
|
||||
|
||||
When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper extension to install.
|
||||
When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install.
|
||||
|
||||
If omitted, this will still show the extension onboarding screen, just without an install link for the extension.
|
||||
|
||||
### `VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK`
|
||||
|
||||
- Type: `string`
|
||||
- Default: `""`
|
||||
- Example: `"https://google.com"`
|
||||
|
||||
When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Firefox extension to install.
|
||||
|
||||
If omitted, this will still show the extension onboarding screen, just without an install link for the extension.
|
||||
|
||||
|
Reference in New Issue
Block a user