Skip to content

Commit 990e856

Browse files
committedJun 15, 2024
add all features
1 parent 6f75f5a commit 990e856

21 files changed

+122
-4
lines changed
 

‎docs/user/1_index.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,57 @@
22

33
### Get Started
44

5-
Codebolt is a lightweight yet powerful source code editor designed for your desktop, available on Windows and macOS.
5+
Codebolt is a fast, lightweight, and customizable source code editor for Windows and macOS, designed to enhance productivity with intelligent features and extensive language support.
6+
Click on the "Get Started" button. This action initiates the sign-in process, where users are given two options for authentication: Google or GitHub.
67
<!-- Start your journey with Codebolt by exploring these introductory videos. -->
78

9+
![get started](../../static/img/get_started.png)
10+
11+
After successfully completing the onboarding process, users can sign in to explore the application dashboard. On the dashboard, users can:
12+
13+
* Create new project in the workspace or open the project folder.
14+
* Access recent projects and files for quick continuation of their work.
15+
* Create new workspace, accessible from the top-right of the dashboard..
16+
17+
![dashboard](../../static/img/codebolt_application.png)
18+
19+
### Latest Agents
20+
21+
Bug hunter agents and documentation agents help you work faster and make the platform more powerful.
22+
23+
![latest agents](../../static/img/latest_agent.png)
24+
25+
### First Steps
26+
27+
To get started with CodeBolt, here are some initial steps to familiarize yourself with the editor:
28+
29+
* [Intro Videos](#) - Begin your journey with CodeBolt through introductory videos that showcase its features and capabilities.
30+
31+
* [Setup](#) - Install CodeBolt for your platform and configure the toolset according to your development needs.
32+
33+
* [User Interface](#) - Introduction to the basic UI, commands, and features of the codebolt editor.
34+
35+
* [Settings](#) - Customize Codebolt for how you like to work.
36+
37+
* [Chat Features](#) - Explore CodeBolt's built-in chat functionality to communicate seamlessly with collaborators.
38+
39+
* [Preview](#) - Utilize the preview feature in CodeBolt to see real-time updates of your code or project output.
40+
41+
* [Terminal](#) - Access and use the integrated terminal in CodeBolt for command-line operations without leaving the editor.
42+
43+
* [Editor](#) - Learn about the powerful editing capabilities of CodeBolt, including syntax highlighting, auto-completion, and more.
44+
45+
* [Browser](#) - Use CodeBolt's built-in browser to test and preview web applications directly within the editor environment.
46+
47+
* [Planner](#) - Organize your tasks and projects effectively with CodeBolt's integrated planner or task management tools.
48+
49+
* [Git](#) - Take advantage of Git integration within CodeBolt for version control, branching, committing, and merging code changes.
50+
51+
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features.
52+
53+
![Application Overview](../../static/img/application_features.png)
54+
55+
### Downloads
56+
* [Download Codebolt](https://codebolt.ai/) - Quickly find the appropriate install for your platform (Windows, macOS)
857

9-
![get started](../../static/img/codebolt_application.png)
1058

‎docs/user/features/chat/browser.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Browser
2+
3+
CodeBolt's built-in browser lets you test and preview web applications directly in the editor. You can view and interact with your project without switching applications. This feature provides real-time feedback, instant previews, and lets you debug, test different screen sizes, and check cross-browser compatibility, all within CodeBolt. It helps you stay focused and productive by keeping everything in one place.
4+
5+
![Browser](../../../../static/img/browser.png)

‎docs/user/features/chat/debug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Debug
2+
3+
CodeBolt's debugging tools help you find and fix problems in your applications more easily. You can set breakpoints, check variables, step through your code, and see how your app behaves as it runs. This makes it faster to identify and solve issues, ensuring your apps function smoothly. Whether the problems are straightforward bugs or more complicated issues, CodeBolt simplifies troubleshooting and enhances your development process.
4+
5+
![debug](../../../../static/img/debug.png)

‎docs/user/features/chat/editor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Editor
2+
3+
An editor is a software tool that helps developers write, change, and save their code. It's like a workspace where they can manage their projects and make coding easier. These editors come in different types: some are basic and just highlight code for clarity, while others are more advanced and include tools for debugging, keeping track of changes, and organizing projects. They're really important for developers because they create a space where coding in different languages and frameworks is smooth and efficient.
4+
5+
![editor](../../../../static/img/editor.png)

‎docs/user/features/chat/git.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Git
2+
3+
### Introduction to Git in codebolt
4+
Want to easily manage your source code and collaborate with others? Git and GitHub are the tools you need! And with Codebolt, you can set up and use them in a snap. Even if you're a beginner, Codebolt's user-friendly interface guides you through common Git actions like pushing and pulling code, creating and merging branches, and committing code changes.
5+
6+
7+
![git](../../../../static/img/git.png)

‎docs/user/features/chat/index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Chat
2+
3+
Use CodeBolt's built-in chat to get help from Agent AI. Start a new conversation to ask questions, solve problems, and get coding advice instantly. Agent AI assists with coding issues and project guidance, making troubleshooting faster and easier.
4+
5+
6+
![Chat](../../../../static/img/chat_view.png)
7+
8+
### Chat Features
9+
10+
* Select Agents: Located in the top-right of the application, identified by the (+) symbol.
11+
12+
* Automated project commits to GitHub
13+
14+
* Agent resets
15+
16+
* [Preview](#) - Utilize the preview feature in CodeBolt to see real-time updates of your code or project output.
17+
18+
* [Terminal](#) - Access and use the integrated terminal in CodeBolt for command-line operations without leaving the editor.
19+
20+
* [Editor](#) - Learn about the powerful editing capabilities of CodeBolt, including syntax highlighting, auto-completion, and more.
21+
22+
* [Browser](#) - Use CodeBolt's built-in browser to test and preview web applications directly within the editor environment.
23+
24+
* [Planner](#) - Organize your tasks and projects effectively with CodeBolt's integrated planner or task management tools.
25+
26+
* [Git](#) - Take advantage of Git integration within CodeBolt for version control, branching, committing, and merging code changes.
27+
28+
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features.

‎docs/user/features/chat/planner.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Planner
2+
3+
Plan and manage your tasks and projects efficiently with CodeBolt's built-in planner or task management tools. Whether you're keeping track of important dates, assigning tasks, or meeting deadlines, CodeBolt's easy-to-use interface helps you stay organized. You can create to-do lists, mark tasks as done, and monitor your progress effortlessly. With customizable task lists, priority settings, and progress tracking features, you can simplify your work and collaborate smoothly with your team.
4+
5+
![planner](../../../../static/img/planner.png)

‎docs/user/features/chat/preview.md

Whitespace-only changes.

‎docs/user/features/chat/terminal.md

Whitespace-only changes.

‎docs/user/features/codeview/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Code View
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Market Place

‎docs/user/install.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Install
2+
3+
Getting up and running with CodeBolt is quick and easy. It is a small download, allowing you to install it in just a few minutes and give CodeBolt a try.
4+
5+
### Cross platform
6+
CodeBolt is a code editor that supports macOS, and Windows operating systems.
7+
8+
**Follow the platform-specific guides below:**
9+
10+
* [macOS](https://codebolt.ai/)
11+
* [Windows](https://codebolt.ai/)
12+
13+
CodeBolt is lightweight and designed to run efficiently on a wide range of hardware and platform versions. You can review the [System Requirements](#) to ensure your computer configuration is supported.

‎docs/user/registry/1_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Once logged in, users will land on the Codebolt home page. The registry provides
1111

1212
### Explore Latest Agents:
1313

14-
Bug hunter agents, Documentation agents ,Enhance your productivity with specialized agents designed to streamline your workflow and expand the platform's capabilities.
14+
Bug hunter agents and documentation agents help you work faster and make the platform more powerful
1515

16-
![latest agents](../../../static/img/latest_agents.png)
16+
<!-- ![latest agents](../../../static/img/latest_agents.png) -->
1717

1818

1919

‎static/img/application_features.png

49 KB
Loading

‎static/img/browser.png

79.8 KB
Loading

‎static/img/chat_view.png

52.2 KB
Loading

‎static/img/editor.png

100 KB
Loading

‎static/img/git.png

79.5 KB
Loading

‎static/img/latest_agent.png

41 KB
Loading

‎static/img/latest_agents.png

-93.1 KB
Binary file not shown.

‎static/img/planner.png

78.6 KB
Loading

0 commit comments

Comments
 (0)