diff --git a/lib/livebook/notebook/learn.ex b/lib/livebook/notebook/learn.ex index 4f3acef80..898257d02 100644 --- a/lib/livebook/notebook/learn.ex +++ b/lib/livebook/notebook/learn.ex @@ -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 + ] } ]