Skip to content

Commit 09a780a

Browse files
committed
add user docu
1 parent 265b08d commit 09a780a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

frontend/public/docs/chat/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The Chat Page
2+
3+
## How to setup an Assistent
4+
5+
You can setup a new assistent in the admin panel.
6+
![setup an assistent](/docs/chat/setup-assistent.gif)
5.09 MB
Loading

frontend/src/components/InAppDocsProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const InAppDocsLayout: React.FC<InAppDocsLayoutProps> = ({ docsMarkdown, isDocsV
3333
<div className="flex flex-1 overflow-hidden">
3434
<div className={`flex-grow ${isDocsVisible ? 'w-0 xl:w-2/3' : 'w-full'} overflow-auto`}>{children}</div>
3535
{isDocsVisible && (
36-
<div className="bg-base-100 text-base-content flex h-full w-full flex-col xl:w-1/3">
36+
<div className="bg-base-100 text-base-content flex h-full w-full flex-col border-l xl:w-1/3">
3737
<div className="bg-primary text-primary-content flex h-12 items-center justify-between p-4">
3838
<h2 className="text-lg font-semibold">{texts.common.docsHeader}</h2>
3939
<ActionIcon onClick={toggleDocs} size="xl" mr="xs" variant="subtle" color="primary-content">

0 commit comments

Comments
 (0)