From 3be95d82b56708b8c3ca1072f02856e121f41bd3 Mon Sep 17 00:00:00 2001 From: Carlos Souza Date: Wed, 18 Sep 2024 09:12:39 -0400 Subject: [PATCH] Small fix to intro docs for Outline icon reference (#2786) --- lib/livebook/notebook/learn/intro_to_livebook.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/notebook/learn/intro_to_livebook.livemd b/lib/livebook/notebook/learn/intro_to_livebook.livemd index 6fb05830d..f42ddd2ed 100644 --- a/lib/livebook/notebook/learn/intro_to_livebook.livemd +++ b/lib/livebook/notebook/learn/intro_to_livebook.livemd @@ -34,7 +34,7 @@ the status indicator on the bottom right of the second cell become yellow. ## Sections You can leverage so called **sections** to nicely group related cells together. -Click on the "Book" icon () in the sidebar +Click on the "Outline" icon () in the sidebar to reveal a list of all sections. As you can see, this approach helps to easily jump around the notebook, especially once it grows.