Update list on teams hub page

This commit is contained in:
Jonatan Kłosko 2023-10-06 23:14:10 +07:00
parent baa4dba726
commit 2cc13d8366

View file

@ -286,16 +286,22 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
You may additionally perform the following optional steps: You may additionally perform the following optional steps:
</p> </p>
<ul class="text-gray-700 pl-1 space-y-3 list-disc list-inside"> <ul class="text-gray-700 space-y-3">
<li> <li class="flex gap-2">
<div><.remix_icon icon="arrow-right-line" class="text-gray-900" /></div>
<span>
you may remove the default value for <code>TEAMS_KEY</code> you may remove the default value for <code>TEAMS_KEY</code>
from your Dockerfile and set it as a build argument in your deployment from your Dockerfile and set it as a build argument in your deployment
platform platform
</span>
</li> </li>
<li> <li class="flex gap-2">
<div><.remix_icon icon="arrow-right-line" class="text-gray-900" /></div>
<span>
if you want to debug your deployed notebooks in production, you may if you want to debug your deployed notebooks in production, you may
set the <code>LIVEBOOK_PASSWORD</code> environment variable with a set the <code>LIVEBOOK_PASSWORD</code> environment variable with a
value of at least 12 characters of your choice value of at least 12 characters of your choice
</span>
</li> </li>
</ul> </ul>
</div> </div>