From 20ebcb8fc67c3486fecc8433674410112f98851d Mon Sep 17 00:00:00 2001 From: haithium <128622475+haithium@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:05:18 +0000 Subject: [PATCH] docs: generate API docs --- docs/api/sandbox.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/api/sandbox.md diff --git a/docs/api/sandbox.md b/docs/api/sandbox.md new file mode 100644 index 0000000..9b4cdfa --- /dev/null +++ b/docs/api/sandbox.md @@ -0,0 +1,26 @@ +--- +description: "A sandbox repository to test BlueLua CI/CD workflow." +--- + +# `` + +A sandbox repository to test BlueLua CI/CD workflow. + +## `add(a, b)` + +Adds two numbers together. **Parameters**: + +- `a` (`number`): The first number. +- `b` (`number`): The second number. + +**Return**: + +- `The` (`number`): sum of a and b. + +## Fields + + + +### `_VERSION` (`string`) + +Value: `"sandbox 0.1.0"`