mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +08:00
mix format
This commit is contained in:
parent
db6e459f64
commit
2ac02d9547
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ defmodule Livebook.Notebook.Explore do
|
||||||
%{
|
%{
|
||||||
path: Path.join(__DIR__, "explore/intro_to_kino.livemd"),
|
path: Path.join(__DIR__, "explore/intro_to_kino.livemd"),
|
||||||
details: %{
|
details: %{
|
||||||
description: "Make your notebooks interactive with inputs, controls, and more with the Kino package.",
|
description:
|
||||||
|
"Make your notebooks interactive with inputs, controls, and more with the Kino package.",
|
||||||
cover_url: "/images/kino.png"
|
cover_url: "/images/kino.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue