mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-11 05:56:26 +08:00
Copy edit public apps text
This commit is contained in:
parent
0edb03334e
commit
508862dda6
1 changed files with 4 additions and 3 deletions
|
@ -78,7 +78,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div :if={@empty_apps_path?} class="mt-5 text-gray-600">
|
<div :if={@empty_apps_path?} class="mt-5 text-gray-600">
|
||||||
<div>
|
<div>
|
||||||
No app notebooks found. To list your apps here follow these steps:
|
No app notebooks found.
|
||||||
|
<br />Follow these steps to list your apps here:
|
||||||
</div>
|
</div>
|
||||||
<ol class="mt-4 pl-4 flex flex-col space-y-1 list-decimal list-inside">
|
<ol class="mt-4 pl-4 flex flex-col space-y-1 list-decimal list-inside">
|
||||||
<li>
|
<li>
|
||||||
|
@ -86,10 +87,10 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Click <.remix_icon icon="rocket-line" class="align-sub text-lg" />
|
Click <.remix_icon icon="rocket-line" class="align-sub text-lg" />
|
||||||
in the sidebar, configure the app and make sure it is public
|
in the sidebar and configure the app as public
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Place the notebook in the
|
Save the notebook to the
|
||||||
<span class="font-medium"><%= Livebook.Config.apps_path() %></span>
|
<span class="font-medium"><%= Livebook.Config.apps_path() %></span>
|
||||||
folder
|
folder
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue