mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Updates teams docs
This commit is contained in:
parent
979249ff6d
commit
bdf17ae482
5 changed files with 4 additions and 10 deletions
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 85 KiB |
Binary file not shown.
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 76 KiB |
|
@ -1,11 +1,5 @@
|
||||||
# Intro to Livebook Teams
|
# 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.
|
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)
|
|
|
@ -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.
|
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)
|
![](images/add_shared_file_storage.png)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This feature allows your team to share Livebook secrets among team members in an easy way.
|
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)
|
![](images/add_shared_secret.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue