Docs fixes

pull/1212/head^2
Zef Hemel 2025-01-16 20:52:30 +01:00
parent 38983b49c5
commit b398a6b2ff
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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.