Skip to content

Commit

Permalink
docs: update UI documentation
Browse files Browse the repository at this point in the history
Signed-off-by: RadovanTomik <[email protected]>
  • Loading branch information
RadovanTomik committed Dec 10, 2024
1 parent f14c13d commit a9c1158
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default defineConfig({
collapsed: false,
items: [
{text: 'Administrator', link: '/administrator'},
{text: 'Customize UI', link: '/customizable'},
{text: 'Representative', link: '/representative'},
]
},
Expand Down
41 changes: 38 additions & 3 deletions docs/administrator.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
::: danger
Site under construction! 🚧
:::
## Customizable User Interface

The **Customizable UI** allows users to tailor the application’s appearance to fit their preferences or organizational
branding. From adjusting color schemes to rearranging components, the UI can be easily modified, providing a
personalized user experience that aligns with individual or company aesthetics.

---

### How to Customize the UI

To customize the UI, you need administrator privileges. Follow these steps:

#### Logging in as Admin and Accessing UI Configuration

1. **Login as Admin**
Log in to the system using your administrator credentials.

2. **Access the UI Configuration**
Choose one of the following methods:
- **Via Dropdown Menu:**
* After logging in, locate the dropdown menu.
* Select the **Admin UI Configuration** option.
- **Via Direct URL:**
* Navigate to the following URL in your browser: _/ui-configuration_.

---

### Configuring the Image URL

The image URL input field can accept two types of values:

1. **Local File Name:**
Enter the name of a file available locally within the system.
* Example: _bbmri_

2. **External Image URL:**
Provide the complete URL of an image hosted on an external server.
* Example: `https://example.com/image.png`
33 changes: 0 additions & 33 deletions docs/customizable.md

This file was deleted.

0 comments on commit a9c1158

Please sign in to comment.