Skip to content

Commit 2d18deb

Browse files
committed
change folder name
1 parent b628139 commit 2d18deb

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/api/browser/click.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ codebolt.browser.click("#test");
4646

4747
### Explaination
4848

49-
[Browser](../../developer/modules/browser) Click function is used to click on the browser by selecting specific elementId.
49+
[Browser](../../agents/modules/browser) Click function is used to click on the browser by selecting specific elementId.
5050

5151
A browser is a used to access and display web pages. When a browser is open, users can interact with various elements on web pages, such as buttons, links, forms, and images.
5252

docs/api/browser/goToPage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ await codebolt.browser.goToPage('https://docs.codebolt.ai/docs/api/browser/goToP
3333

3434
### Explanation
3535

36-
[browser](../../developer/modules/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
36+
[browser](../../agents/modules/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
3737

3838

3939

docusaurus.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ const config: Config = {
6666
type: 'docSidebar',
6767
sidebarId: 'userSidebar',
6868
position: 'left',
69-
label: 'Codebolt App',
69+
label: 'Docs',
7070
},
7171
{
7272
type: 'docSidebar',
7373
sidebarId: 'devSidebar',
7474
position: 'left',
75-
label: 'Agent Dev',
75+
label: 'Agents',
7676
},
7777
{
7878
type: 'docSidebar',
7979
sidebarId: 'jsapiSidebar',
8080
position: 'left',
81-
label: 'API Specs',
81+
label: 'API',
8282
},
8383
{
8484
to: '/blog',

sidebars.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const sidebars: SidebarsConfig = {
1414
// By default, Docusaurus generates a sidebar from the docs folder structure
1515
jsapiSidebar: [{type: 'autogenerated', dirName: 'api'}],
1616
userSidebar: [{type: 'autogenerated', dirName: 'user'}],
17-
devSidebar: [{type: 'autogenerated', dirName: 'developer'}],
17+
devSidebar: [{type: 'autogenerated', dirName: 'agents'}],
1818

1919
// But you can create a sidebar manually
2020

0 commit comments

Comments
 (0)