From 024bdff1128728ec5ca142e7737ea4e244b6de29 Mon Sep 17 00:00:00 2001 From: kastov Date: Thu, 25 Sep 2025 04:00:43 +0300 Subject: [PATCH] docs: add branding variables to environment variables documentation and update SDK version compatibility table --- docs/install/environment-variables.md | 7 +++++++ docs/sdk/typescript-sdk.md | 1 + 2 files changed, 8 insertions(+) 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 |