Skip to content

Commit b4ade9a

Browse files
committed
feat: add images videos in terminal docs
1 parent 8906c57 commit b4ade9a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/08-Features/12-terminal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Phoenix Code has a built-in terminal so you can run commands without leaving the
99

1010
> The terminal is available only in desktop apps.
1111
12-
<!-- Add a workflow video here showing: opening the panel, running a command, multiple tabs, switching shells, closing -->
12+
<VideoPlayer src="https://docs-images.phcode.dev/videos/terminal/terminal-workflow.mp4" />
1313

1414
## Opening the Terminal
1515

@@ -20,7 +20,7 @@ Open the terminal in any of these ways:
2020
- Press `F4`
2121
- Right-click a file or folder in the project tree and choose **Integrated Terminal**. The terminal opens at that folder (or the file's containing folder)
2222

23-
<!-- Add an image of the project tree right-click menu showing the Integrated Terminal item -->
23+
![Integrated Terminal item in the project tree right-click menu](../images/terminal/integrated-terminal-context-menu.png "Right-click a file or folder, then Open In > Integrated Terminal")
2424

2525
## Tabs
2626

@@ -32,7 +32,7 @@ To close a single tab, hover over it and click the **X** button. To close every
3232

3333
When the terminal is focused and more than one tab is open, pressing `F4` cycles to the next tab.
3434

35-
<!-- Add an image of the tab sidebar with multiple terminal tabs -->
35+
![Terminal panel with multiple tabs in the sidebar](../images/terminal/terminal-tabs.png "Terminal panel showing the tab sidebar, new-tab button, and shell dropdown")
3636

3737
## Shell Selection
3838

65 KB
Loading
19.2 KB
Loading

0 commit comments

Comments
 (0)