mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-19 22:49:23 +08:00
Remove mentions of Teams beta (#2993)
This commit is contained in:
parent
1ba59c6ac2
commit
628fc5418d
2 changed files with 17 additions and 8 deletions
|
|
@ -1,5 +1,18 @@
|
||||||
# Intro to Livebook Teams
|
# Intro to Livebook Teams
|
||||||
|
|
||||||
[Livebook Teams](https://livebook.dev/teams/?ref=docs) enables you to deploy internal tools built with Elixir and Livebook to your own infrastructure.
|
[Livebook Teams](https://livebook.dev/teams/?ref=docs) enables you to deploy Livebook apps to your own infrastructure.
|
||||||
|
|
||||||
It's currently in free beta. You can [join the beta waiting list here](https://livebook.dev/teams/?ref=docs) to get early access.
|
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/lwLx5beXxsg?si=husANqYhTc3rXAZS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
Besides deployment automation, it also offers the following features:
|
||||||
|
|
||||||
|
- Authentication via multiple identity providers:
|
||||||
|
- Livebook Teams
|
||||||
|
- [Email-domain (Google, Microsoft, etc)](email_domain.md)
|
||||||
|
- [OIDC (Okta, Microsoft Entra, etc)](oidc_sso.md)
|
||||||
|
- Authorization
|
||||||
|
- based on groups from an OIDC identity provider
|
||||||
|
- [Shared Livebook secrets](shared_secrets.md)
|
||||||
|
- [Shared Livebook file storages](shared_file_storages.md)
|
||||||
|
|
||||||
|
You can [star a free trial here](https://livebook.dev/teams/?ref=docs).
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,10 @@ defmodule LivebookWeb.Hub.NewLive do
|
||||||
target="_blank"
|
target="_blank"
|
||||||
phx-no-format
|
phx-no-format
|
||||||
>
|
>
|
||||||
Livebook Teams</a> enables you to deploy internal tools built with Elixir and Livebook to your own infrastructure. It is currently in closed beta.
|
Livebook Teams</a> enables you to deploy Livebook apps to your own infrastructure.
|
||||||
</p>
|
</p>
|
||||||
<p class="mt-4 text-gray-700">
|
<p class="mt-4 text-gray-700">
|
||||||
To create a Teams organization, you must <a
|
To use it, you need to create or join a Teams organization.
|
||||||
class="font-medium underline text-gray-900 hover:no-underline"
|
|
||||||
href="https://livebook.dev/teams?ref=LivebookApp"
|
|
||||||
target="_blank"
|
|
||||||
>join the beta for free early access</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- TABS -->
|
<!-- TABS -->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue