diff --git a/docs/images/add_shared_file_storage.png b/docs/images/add_shared_file_storage.png index f168f1cf6..292ed4fb6 100644 Binary files a/docs/images/add_shared_file_storage.png and b/docs/images/add_shared_file_storage.png differ diff --git a/docs/images/add_shared_secret.png b/docs/images/add_shared_secret.png index c36eac6bc..8a3395e04 100644 Binary files a/docs/images/add_shared_secret.png and b/docs/images/add_shared_secret.png differ diff --git a/docs/teams/intro_to_teams.md b/docs/teams/intro_to_teams.md index 388a7b96f..3df1dd3bd 100644 --- a/docs/teams/intro_to_teams.md +++ b/docs/teams/intro_to_teams.md @@ -1,11 +1,5 @@ # Intro to Livebook Teams -[Livebook Teams](https://livebook.dev/teams/?ref=docs) is a product that amplifies Livebook with features designed for teams and businesses. +[Livebook Teams](https://livebook.dev/teams/?ref=docs) enables you to deploy internal tools built with Elixir and Livebook 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. - -## Current features in the beta - -- [Shared secrets management](shared_secrets.md) -- [Shared file storages](shared_file_storages.md) -- [Airgapped notebook deployment with Zero Trust Authentication](../deployment/docker.md#deploy-notebooks-as-applications) \ No newline at end of file +It's currently in free beta. You can [join the beta waiting list here](https://livebook.dev/teams/?ref=docs) to get early access. \ No newline at end of file diff --git a/docs/teams/shared_file_storages.md b/docs/teams/shared_file_storages.md index ca3abfc47..930ab67a9 100644 --- a/docs/teams/shared_file_storages.md +++ b/docs/teams/shared_file_storages.md @@ -6,7 +6,7 @@ This feature allows your team to share the configuration of S3-compatible storag Livebook file storages are used to store notebooks and their files. -Whenever you add (update or detach) a file storage to your organization hub, Livebook Teams will synchronize that with the Livebook of every member of your organization. +Whenever you add (update or detach) a file storage to your organization workspace, Livebook Teams will synchronize that with the Livebook of every member of your organization. ![](images/add_shared_file_storage.png) diff --git a/docs/teams/shared_secrets.md b/docs/teams/shared_secrets.md index 25fa40d45..d11f60f7e 100644 --- a/docs/teams/shared_secrets.md +++ b/docs/teams/shared_secrets.md @@ -4,7 +4,7 @@ This feature allows your team to share Livebook secrets among team members in an easy way. -Just add a secret to your organization hub, and Livebook Teams will synchronize it with the Livebook of every member of your organization. +Just add a secret to your organization workspace, and Livebook Teams will synchronize it with the Livebook of every member of your organization. ![](images/add_shared_secret.png)