diff --git a/manage/branding.mdx b/manage/branding.mdx index bc5736c..6f55b29 100644 --- a/manage/branding.mdx +++ b/manage/branding.mdx @@ -25,8 +25,6 @@ branding: light_path: "/branding/logo-light.svg" dark_path: "/branding/logo-dark.svg" - favicon_path: "/branding/favicon.ico" - colors: light: primary: "hsl(212, 65%, 35%)" @@ -73,6 +71,16 @@ All branding configuration options are optional. Only specify the sections you w **Example**: `"MyApp"` +### Favicon + +To customize the favicon, mount your favicon to `/app/public/favicon.ico` in the container. + +```yaml title="docker-compose.yml" +volumes: + - ./config:/app/config + - ./branding/favicon.ico:/app/public/favicon.ico +``` + ### Background Image @@ -168,18 +176,6 @@ All branding configuration options are optional. Only specify the sections you w -### Favicon - - - Path to a custom favicon. - - **Example**: `"/branding/favicon.ico"` - - - Requires mounting a volume to `/app/public`. - - - ### Footer @@ -209,12 +205,6 @@ All branding configuration options are optional. Only specify the sections you w Custom text for the login page. - - The main title text displayed on the login page. - - **Example**: `"Welcome Back!"` - - The subtitle text displayed below the title. @@ -229,12 +219,6 @@ All branding configuration options are optional. Only specify the sections you w Custom text for the signup page. - - The main title text displayed on the signup page. - - **Example**: `"Create Your Account"` - - The subtitle text displayed below the title. diff --git a/self-host/advanced/config-file.mdx b/self-host/advanced/config-file.mdx index f3fda67..7d802c1 100644 --- a/self-host/advanced/config-file.mdx +++ b/self-host/advanced/config-file.mdx @@ -714,16 +714,6 @@ This section contains the complete reference for all configuration options in `c When enabled, only domains created through the UI are allowed. - - - Whether to enable client functionality. - - **Default**: `true` - - - Controls access to client-related features and endpoints. - -