We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c13070 commit 3cc35aeCopy full SHA for 3cc35ae
1 file changed
docs/src/sandbox/api/sandbox.md
@@ -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