Skip to content

Commit 0cdfa2f

Browse files
committed
add docs for customizing appearance
1 parent aff1ade commit 0cdfa2f

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Customize appearance
3+
description: Customize the appearance of your workspace to match your brand.
4+
icon: paintbrush
5+
---
6+
7+
Briefer's enterprise plan allows you to configure the appearance of your workspace to match your brand, including your logo and color scheme. This way, you can create a workspace that feels like home for your team.
8+
9+
<Note>
10+
Customizing the appearance of your workspace is only available on Briefer's enterprise plan.
11+
</Note>
12+
13+
## Customizing your workspace's appearance
14+
15+
To customize your workspace's appearance, follow these steps:
16+
17+
<Step>
18+
<Step title='Open the settings page and click "customize appearance"'>
19+
Open the settings page by clicking the "settings" option in the bottom left corner of Briefer's interface. Then, click the "customize appearance" button.
20+
</Step>
21+
<Step title="Upload your logo">
22+
Click the "upload logo" button and select the logo file you want to use. We recommend using a rectangular image with a transparent background for the best results. The maximum file size is 10MB.
23+
</Step>
24+
<Step title="Choose your color scheme">
25+
Use the color picker to choose the background and accent colors for your sidebar and the primary color (used for buttons). You can also enter the hex code for your brand's colors.
26+
</Step>
27+
<Step title="Save your changes">
28+
Click the "save" button to apply your customizations to your workspace.
29+
</Step>
30+
</Step>

docs/introduction.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,11 @@ We recommend that you either sign-up for the cloud or deploy it yourself. That w
177177
>
178178
Configure your self-hosted Briefer deployment to use AI services in your own AWS account.
179179
</Card>
180+
<Card
181+
title="Customize appearance"
182+
icon="paintbrush"
183+
href="./enterprise/customize-appearance"
184+
>
185+
Customize the appearance of your workspace to match your brand.
186+
</Card>
180187
</CardGroup>

docs/mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"pages": [
9898
"enterprise/sso-self-hosted",
9999
"enterprise/granular-permissions",
100-
"enterprise/private-ai"
100+
"enterprise/private-ai",
101+
"enterprise/customize-appearance"
101102
]
102103
}
103104
],

0 commit comments

Comments
 (0)