Skip to content

Commit 6e09799

Browse files
Update features/development/workbench.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent ce6da41 commit 6e09799

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

features/development/workbench.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ The Workbench is your main workspace in CodinIT. It's where you write code, see
1010
Think of the Workbench as your desk where you have everything you need to build an app. You can write code, test it, and see what's different from before - all in one place.
1111

1212
<CardGroup cols={3}>
13-
<Card title="Code Editing" icon="code" href="#code-view">
14-
Full-featured code editor with file management, search, and terminal integration
13+
<Card title="Code View" icon="code" href="#code-view">
14+
Write and organize your code files
1515
</Card>
16-
<Card title="Live Preview" icon="eye" href="#preview-view">
17-
Real-time application preview with device simulation and responsive testing
16+
<Card title="Preview View" icon="eye" href="#preview-view">
17+
See your app running on different devices
1818
</Card>
19-
<Card title="Change Tracking" icon="git-branch" href="#diff-view">
20-
Visual diff comparison and version history for all your file changes
19+
<Card title="Changes View" icon="git-branch" href="#diff-view">
20+
See what you've changed in your files
2121
</Card>
2222
</CardGroup>
2323

24-
## Main Views
24+
## Three Main Views
2525

26-
The workbench provides three primary views that you can switch between based on your current task:
26+
The workbench has three different views. You can switch between them depending on what you want to do:
2727

2828
<Tabs>
2929
<Tab title="Code View">

0 commit comments

Comments
 (0)