mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Update copy about Teams
This commit is contained in:
parent
1fa85ea73d
commit
d342c0bdcb
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ defmodule LivebookWeb.Hub.NewLive do
|
|||
alias Livebook.Teams.Org
|
||||
alias LivebookWeb.LayoutComponents
|
||||
|
||||
on_mount LivebookWeb.SidebarHook
|
||||
on_mount(LivebookWeb.SidebarHook)
|
||||
|
||||
@check_completion_data_interval Application.compile_env(
|
||||
:livebook,
|
||||
|
@ -56,7 +56,7 @@ defmodule LivebookWeb.Hub.NewLive do
|
|||
target="_blank"
|
||||
phx-no-format
|
||||
>
|
||||
Livebook Teams</a> enables you to deploy Livebook apps to your own infrastructure.
|
||||
Livebook Teams</a> enables you to deploy notebooks as internal apps or turn Livebook into a controlled environment for runbooks and production operations.
|
||||
</p>
|
||||
<p class="mt-4 text-gray-700">
|
||||
To use it, you need to create or join a Teams organization.
|
||||
|
|
Loading…
Add table
Reference in a new issue