From 01c6a6bdbee7742eedf19163e26c595eee296e9d Mon Sep 17 00:00:00 2001 From: haithium <128622475+haithium@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:12:05 +0000 Subject: [PATCH] docs(sandbox): generate API docs --- docs/src/sandbox/api/sandbox.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/src/sandbox/api/sandbox.md diff --git a/docs/src/sandbox/api/sandbox.md b/docs/src/sandbox/api/sandbox.md new file mode 100644 index 0000000..9b4cdfa --- /dev/null +++ b/docs/src/sandbox/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"`