mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 00:47:45 +08:00
Add Advanced Kino to the learn page (#1745)
This commit is contained in:
parent
debb141d49
commit
a9ea50f01a
1 changed files with 11 additions and 3 deletions
|
@ -207,17 +207,25 @@ defmodule Livebook.Notebook.Learn do
|
||||||
|
|
||||||
@group_configs [
|
@group_configs [
|
||||||
%{
|
%{
|
||||||
title: "Deep dive into Kino",
|
title: "Advanced Kino",
|
||||||
description:
|
description:
|
||||||
"Advanced guides for learning more about the Kino package, including the creation of custom UI components.",
|
"Advanced guides for learning more about the Kino package, including the creation of custom UI components.",
|
||||||
cover_url: "/images/kino.png",
|
cover_url: "/images/kino.png",
|
||||||
notebook_refs: [
|
notebook_refs: [
|
||||||
:kino_vm_introspection,
|
:kino_vm_introspection,
|
||||||
:kino_chat_app,
|
|
||||||
:kino_pong,
|
|
||||||
:kino_custom_kinos,
|
:kino_custom_kinos,
|
||||||
|
:kino_pong,
|
||||||
:kino_smart_cells
|
:kino_smart_cells
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
%{
|
||||||
|
title: "Building and deploying apps",
|
||||||
|
description:
|
||||||
|
"Advanced guides for learning more about the deploying experience and teaching Kino",
|
||||||
|
cover_url: "/images/kino.png",
|
||||||
|
notebook_refs: [
|
||||||
|
:kino_chat_app
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue