📝 Align API docs with updated interface template

This commit is contained in:
Nanaloveyuki
2026-05-12 13:20:36 +08:00
parent 8dbadd5938
commit 4d913aa642
47 changed files with 2228 additions and 406 deletions
-18
View File
@@ -30,24 +30,6 @@ pub fn stringify_sink_config(config : SinkConfig, pretty~ : Bool = false) -> Str
- `String` - Serialized sink config JSON.
---
e.g.:
```moonbit
pub fn stringify_sink_config(config : SinkConfig, pretty~ : Bool = false) -> String {}
```
#### input
- `config : SinkConfig` - Sink config value.
- `pretty : Bool` - Pretty-print option.
#### output
- `String` - JSON string.
---
### Explanation
Detailed rules explaining key parameters and behaviors