Add Advanced Kino to the learn page (#1745)

This commit is contained in:
ByeongUk Choi 2023-03-14 19:37:31 +09:00 committed by GitHub
parent debb141d49
commit a9ea50f01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,17 +207,25 @@ defmodule Livebook.Notebook.Learn do
@group_configs [
%{
title: "Deep dive into Kino",
title: "Advanced Kino",
description:
"Advanced guides for learning more about the Kino package, including the creation of custom UI components.",
cover_url: "/images/kino.png",
notebook_refs: [
:kino_vm_introspection,
:kino_chat_app,
:kino_pong,
:kino_custom_kinos,
:kino_pong,
: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
]
}
]