Skip to content

Commit 280529a

Browse files
committed
updated Docs
1 parent 53c79df commit 280529a

File tree

28 files changed

+92
-95
lines changed

28 files changed

+92
-95
lines changed

docs/api/browser/cb_index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
---
22
cbapicategory:
33
- name: click
4-
link: click.md
4+
link: click
55
description: Clicks on a specified element on the page.
66
- name: close
7-
link: close.md
7+
link: close
88
description: Closes the current page.
99
- name: enter
10-
link: enter.md
10+
link: enter
1111
description: Simulates the Enter key press on the current page.
1212
- name: extractText
13-
link: extractText.md
13+
link: extractText
1414
description: Extracts text from the current page.
1515
- name: getContent
16-
link: getContent.md
16+
link: getContent
1717
description: Retrieves the content of the current page.
1818
- name: getHTML
19-
link: getHTML.md
19+
link: getHTML
2020
description: Retrieves the HTML content of the current page.
2121
- name: getMarkdown
22-
link: getMarkdown.md
22+
link: getMarkdown
2323
description: Retrieves the Markdown content of the current page.
2424
- name: getPDF
25-
link: getPDF.md
25+
link: getPDF
2626
description: Retrieves the PDF content of the current page.
2727
- name: getUrl
28-
link: getUrl.md
28+
link: getUrl
2929
description: Retrieves the current URL of the browser's active page.
3030
- name: goToPage
31-
link: goToPage.md
31+
link: goToPage
3232
description: Navigates to a specified URL.
3333
- name: newPage
34-
link: newPage.md
34+
link: newPage
3535
description: Opens a new page in the browser.
3636
- name: pdfToText
37-
link: pdfToText.md
37+
link: pdfToText
3838
description: Converts the PDF content of the current page to text.
3939
- name: screenshot
40-
link: screenshot.md
40+
link: screenshot
4141
description: Takes a screenshot of the current page.
4242
- name: scroll
43-
link: scroll.md
43+
link: scroll
4444
description: Scrolls the current page in a specified direction by a specified number of pixels.
4545
- name: search
46-
link: search.md
46+
link: search
4747
description: Performs a search on the current page using a specified query.
4848
- name: type
49-
link: type.md
49+
link: type
5050
description: Types text into a specified element on the page.
5151
---
5252
# browser

docs/api/cbstate/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "cbstate",
2+
"label": "Cbstate",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

docs/api/cbstate/cb_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
cbapicategory:
33
- name: getApplicationState
4-
link: getApplicationState.md
4+
link: getApplicationState
55
description:
66
---
77
# cbstate

docs/api/chat/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "chat",
2+
"label": "Chat",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

docs/api/chat/cb_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
cbapicategory:
33
- name: eventEmitter
4-
link: eventEmitter.md
4+
link: eventEmitter
55
description:
66
- name: stopProcess
7-
link: stopProcess.md
7+
link: stopProcess
88
description:
99
- name: getChatHistory
10-
link: getChatHistory.md
10+
link: getChatHistory
1111
description:
1212
- name: processStarted
13-
link: processStarted.md
13+
link: processStarted
1414
description:
1515
- name: sendMessage
16-
link: sendMessage.md
16+
link: sendMessage
1717
description:
1818
- name: waitforReply
19-
link: waitforReply.md
19+
link: waitforReply
2020
description:
2121
---
2222
# chat

docs/api/codeparsers/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "codeparsers",
2+
"label": "Codeparsers",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

docs/api/codeparsers/cb_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
cbapicategory:
33
- name: getAstTreeInFile
4-
link: getAstTreeInFile.md
4+
link: getAstTreeInFile
55
description: Generates an Abstract Syntax Tree (AST) for a given file.
66
- name: getClassesInFile
7-
link: getClassesInFile.md
7+
link: getClassesInFile
88
description: Retrieves the classes in a given file.
99
- name: getFunctionsinClass
10-
link: getFunctionsinClass.md
10+
link: getFunctionsinClass
1111
description: Retrieves the functions in a given class within a file.
1212
---
1313
# codeparsers

docs/api/codeutils/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "codeutils",
2+
"label": "Codeutils",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

docs/api/codeutils/cb_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
cbapicategory:
33
- name: getAllFilesAsMarkDown
4-
link: getAllFilesAsMarkDown.md
4+
link: getAllFilesAsMarkDown
55
description:
66
- name: getCodeTree
7-
link: getCodeTree.md
7+
link: getCodeTree
88
description: Asynchronously generates a code tree from the provided source code.
99
---
1010
# codeutils

docs/api/crawler/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "crawler",
2+
"label": "Crawler",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

0 commit comments

Comments
 (0)