diff --git a/docs/install/environment-variables.md b/docs/install/environment-variables.md index 23c77ab..94dbbe5 100644 --- a/docs/install/environment-variables.md +++ b/docs/install/environment-variables.md @@ -391,6 +391,13 @@ HWID_MAX_DEVICES_ANNOUNCE="Max devices reached" +### Branding + +| Variable | Description | Default | +| ------------------- | ---------------------------------- | ------- | +| `BRANDING_TITLE` | The name of the brand | | +| `BRANDING_LOGO_URL` | The https:// URL of the brand logo | | + ## Miscellaneous | Variable | Description | Default | diff --git a/docs/sdk/typescript-sdk.md b/docs/sdk/typescript-sdk.md index 3235e82..9336c6a 100644 --- a/docs/sdk/typescript-sdk.md +++ b/docs/sdk/typescript-sdk.md @@ -28,6 +28,7 @@ Always pick and pin the correct version of the SDK to match the version of the R | Contract Version | Remnawave Panel Version | | ---------------- | ------------------------------------------ | +| 2.1.60 | 2.1.15 | | 2.1.57 | 2.1.14 | | 2.1.41 | 2.1.13 | | 2.1.39 | 2.1.12 |