Skip to content

Commit a1e0045

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

1 file changed

Lines changed: 24 additions & 44 deletions

File tree

features/development/workbench.mdx

Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -177,59 +177,39 @@ Here's how you use the workbench to build something:
177177
</Step>
178178
</Steps>
179179

180-
## Additional Tools
180+
## Other Helpful Tools
181181

182-
Beyond the main views, the workbench includes several supporting tools to enhance your development experience.
182+
The workbench has extra tools to help you:
183183

184-
<AccordionGroup>
185-
<Accordion title="Deployment & Git" icon="rocket">
186-
### Project Deployment
184+
### Save to GitHub
187185

188-
Share your work with the world using integrated deployment tools:
189-
- **GitHub integration** - Push directly to GitHub repositories
190-
- **Repository creation** - Create new repos with proper configuration
191-
- **Commit management** - Generate meaningful commit messages
192-
- **Branch handling** - Work with different branches and merge strategies
186+
Share your code with others:
187+
- **Push to GitHub** - Save your code online
188+
- **Create repositories** - Make a new project on GitHub
189+
- **Branches** - Work on different versions of your code
193190

194-
</Accordion>
191+
### Manage Files
195192

196-
<Accordion title="File Management" icon="folder-sync">
197-
### Advanced File Operations
193+
Keep your files organized:
194+
- **Sync files** - Make sure everything is up to date
195+
- **Download** - Save your whole project as a ZIP file
196+
- **Import** - Bring in files from somewhere else
198197

199-
Keep your local and remote files in sync:
200-
- **File synchronization** - Sync changes between local and remote environments
201-
- **Download options** - Export your project as a ZIP file
202-
- **Import capabilities** - Bring in files from external sources
203-
- **Conflict resolution** - Handle file conflicts gracefully
198+
### Work with Others
204199

205-
</Accordion>
200+
Build apps with your team:
201+
- **File locking** - Prevent two people from editing the same file at once
202+
- **Notifications** - Know when someone changes a file
203+
- **Comments** - Leave notes for your teammates
206204

207-
<Accordion title="Collaboration" icon="users">
208-
### Team Development
205+
### Fix Problems
209206

210-
Work effectively with your team:
211-
- **File locking** - Prevent conflicts when multiple people edit the same files
212-
- **Change notifications** - See when team members modify shared files
213-
- **Comment system** - Add notes and feedback on specific code sections
214-
- **Review workflows** - Structured processes for code review and approval
215-
216-
</Accordion>
217-
218-
<Accordion title="Performance & Debugging" icon="zap">
219-
### Development Optimization
220-
221-
Ensure your application performs well:
222-
- **Performance monitoring** - Track loading times and resource usage
223-
- **Error tracking** - Identify and debug runtime issues
224-
- **Console access** - View browser console output and debugging information
225-
- **Network inspection** - Monitor API calls and data flow
226-
227-
</Accordion>
228-
</AccordionGroup>
229-
230-
## Getting Started
207+
Make sure your app works well:
208+
- **Check speed** - See how fast your app loads
209+
- **Find errors** - Spot and fix bugs
210+
- **Console** - See messages from your app
211+
- **Network** - Watch how your app talks to servers
231212

232213
<Callout type="tip">
233-
**Quick Start**: Open any project file to automatically activate the workbench. The interface will adapt based on your
234-
project type and current development needs.
214+
**Getting Started**: Just open a file to start using the workbench. It will show you the tools you need.
235215
</Callout>

0 commit comments

Comments
 (0)