Docs fixes
parent
38983b49c5
commit
b398a6b2ff
|
@ -1,6 +1,4 @@
|
|||
# Editor API
|
||||
|
||||
The Editor API provides functions for interacting with the editor interface, including text manipulation, cursor control, and UI operations.
|
||||
The `editor` API provides functions for interacting with the editor interface, including text manipulation, cursor control, and UI operations.
|
||||
|
||||
## Page Operations
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# YAML API
|
||||
|
||||
The YAML API provides functions for parsing and stringifying YAML content.
|
||||
|
||||
## YAML Operations
|
||||
|
||||
### yaml.parse(text)
|
||||
Parses a YAML string into a Lua table.
|
||||
|
||||
|
|
Loading…
Reference in New Issue