Skip to content

Commit

Permalink
docs: explain invite team members (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored May 20, 2024
1 parent e293f23 commit 911537d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions website/docs/quick-start/register-account/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ Once logged in, you will be redirected to the homepage. It contains basic inform

![Homepage](homepage.png)

## (Optional) Advanced Configuration
## (Optional) Invite your team members

Tabby offers an enhanced experience with a full-featured UI interface and many enterprise-facing features. To access the admin UI, click on **Settings** in the left sidebar.
Tabby offers an enhanced experience with a full-featured UI interface and many enterprise-facing features. You can invite your team members to join your instance and collaborate on your projects.

![Admin UI](admin-ui.png)
To invite team members, click on **Settings** in the Homepage then select **Members** from the side bar.

![Invite user](invite-user.png)

For more information on how to configure the instance, please refer to the [Administration](/docs/administration/upgrade) documentation.
3 changes: 3 additions & 0 deletions website/docs/quick-start/register-account/invite-user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function HomepageHeader() {
</Link>
<Link
className="button button--ghost button--lg flex flex-col items-center hover:opacity-80 font-medium"
to="/docs/welcome">
to="/docs/quick-start/installation/docker">
Tutorial - 5min ⏱️
<div className='w-full h-[2px] bg-green-200 rounded-sm'></div>
</Link>
Expand Down

0 comments on commit 911537d

Please sign in to comment.