Skip to content

Commit 3cc35ae

Browse files
haithiumgithub-actions[bot]
authored andcommitted
docs(sandbox): generate API docs
1 parent 1c13070 commit 3cc35ae

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/src/sandbox/api/sandbox.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
description: "A sandbox repository to test BlueLua CI/CD workflow."
3+
---
4+
5+
# ``
6+
7+
A sandbox repository to test BlueLua CI/CD workflow. <a id="fn-add"></a>
8+
9+
## `add(a, b)`
10+
11+
Adds two numbers together. **Parameters**:
12+
13+
- `a` (`number`): The first number.
14+
- `b` (`number`): The second number.
15+
16+
**Return**:
17+
18+
- `The` (`number`): sum of a and b.
19+
20+
## Fields
21+
22+
<a id="version"></a>
23+
24+
### `_VERSION` (`string`)
25+
26+
Value: `"sandbox 0.1.0"`

0 commit comments

Comments
 (0)