Skip to content

Commit 90393f2

Browse files
committedFeb 24, 2025·
app added
1 parent 0f88096 commit 90393f2

File tree

7 files changed

+72
-7
lines changed

7 files changed

+72
-7
lines changed
 

‎docs/api/1_api_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cbapicategory:
33
- name: Agent
44
link: /docs/api/agent
5-
description: The browser module provides functions for interacting with the browser.
5+
description: This module provides functionalities for creating customized, high-performance agents tailored to specific needs.
66
- name: Browser
77
link: /docs/api/browser
88
description: The browser module provides functions for interacting with the browser.
File renamed without changes.

‎docs/user/5_Apps/agentIntroduction.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Apps Introduction
2+
3+
4+
### What is a Codebolt Applications?
5+
6+
Codebolt is a powerful platform that allows users to create and publish applications effortlessly. Once an application is built using Codebolt, it can be published for others to use, making it accessible to a broader audience. These published applications are known as **Codebolt Applications**, enabling seamless sharing and deployment of innovative solutions. Whether for personal projects or large-scale development, Codebolt simplifies the process of bringing applications to life and distributing them efficiently.

‎docs/user/5_Apps/publish.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Publish Your First App
2+
3+
This guide walks you through the process of publishing your application using Codebolt.
4+
5+
## Step 1: Create Your Application
6+
1. Navigate to the application creation interface
7+
2. Configure your application's basic settings
8+
3. Confirm the creation process
9+
10+
![create agent](../../../static/img/create-ui-app.png)
11+
12+
## Step 2: Configure Application Settings
13+
1. Set up all application-related configurations
14+
2. Define the required parameters for your application
15+
16+
![after success](../../../static/img/app-use-setting.png)
17+
18+
## Step 3: Provide Technical Information
19+
1. Fill in all technical details about your application
20+
2. Include system requirements and compatibility information
21+
22+
![technical](../../../static/img/tech-info.png)
23+
24+
## Step 4: Configure Development Settings
25+
1. Set up your development environment parameters
26+
2. Define build and deployment configurations
27+
28+
![development setting](../../../static/img/develop-setting.png)
29+
30+
## Step 5: Configure Installation Settings
31+
1. Specify installation requirements and procedures
32+
2. Define any pre-installation or post-installation steps
33+
34+
![installation setting](../../../static/img/installation-setting.png)
35+
36+
## Step 6: Configure Application Usage Settings
37+
1. Define how users will interact with your application
38+
2. Set up any required user permissions or access controls
39+
40+
![app using setting](../../../static/img/app-use-setting.png)
41+
42+
## Step 7: Publish Your Application
43+
1. Review all settings and configurations
44+
2. Click the "Publish" button to make your application live
45+
46+
![publish app](../../../static/img/publish-app.png)
47+
48+
## Step 8: Verify Your Application Structure
49+
1. Review the final application structure
50+
2. Confirm all components are properly configured
51+
52+
![confirm](../../../static/img/confirm.png)
53+
54+
55+
## Step 9: Find Your Application
56+
1. Locate your newly created application
57+
58+
![find app](../../../static/img/after-install.png)

‎docusaurus.config.ts

+7-6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ const config: Config = {
7474
position: 'left',
7575
label: 'Agents',
7676
},
77+
{
78+
type: 'docSidebar',
79+
sidebarId: 'appSidebar',
80+
position: 'left',
81+
label: 'Apps',
82+
},
7783
{
7884
type: 'docSidebar',
7985
sidebarId: 'jsapiSidebar',
@@ -85,12 +91,7 @@ const config: Config = {
8591
label: 'Blog',
8692
position: 'left'
8793
},
88-
{
89-
type: 'docSidebar',
90-
sidebarId: 'appSidebar',
91-
position: 'left',
92-
label: 'Apps',
93-
},
94+
9495
],
9596
},
9697
footer: {

0 commit comments

Comments
 (0)