Skip to content

Commit 9c86982

Browse files
feat(sessions): ✨ walkthrough of the file tree sidebar (#269)
# Description Closes #202 ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e363066 commit 9c86982

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

sessions/working-with-files.qmd

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,21 @@ Adding a file is great, but most of the time we'll be editing existing
144144
files. Let's change the first line of the `soup.md` file.
145145

146146
Click the `soup.md` file in the "Code" tab of the repository to open it.
147-
To edit, click the pencil icon {{< var pencil-icon >}} on the top-right
148-
side of the page.
149-
150-
Let's revise the first line of the file to be "Ingredients for tomato
151-
soup:". When we've made the changes, we'll commit them.
152-
{{< var github-commit-start >}} A descriptive commit message for these
153-
changes could be "Specify that ingredients are for a tomato soup".
154-
{{< var github-commit-end >}}
147+
Before continuing to edit, let's walk through this slightly new page
148+
that we've gone into after clicking the file. We now see a new sidebar
149+
on the left side of the screen. This sidebar shows the file tree of the
150+
repository. The file we are currently editing should be highlighted. As
151+
you add files and folders, this file tree will grow and show them. Use
152+
it to help you navigate the repository. You can even use the search bar
153+
at the top of the sidebar to search for specific files and folders in
154+
the repository.
155+
156+
Alright, now to edit, click the pencil icon {{< var pencil-icon >}} on
157+
the top-right side of the page. Let's revise the first line of the file
158+
to be "Ingredients for tomato soup:". When we've made the changes, we'll
159+
commit them. {{< var github-commit-start >}} A descriptive commit
160+
message for these changes could be "Specify that ingredients are for a
161+
tomato soup". {{< var github-commit-end >}}
155162

156163
## Rename and move the soup recipe to a new folder
157164

0 commit comments

Comments
 (0)