Skip to content

Commit ef07479

Browse files
committed
Update docs
1 parent 89ef9df commit ef07479

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

docs/reference.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@ has_children: true
88
# Built-in Functions Reference
99
Explore the standard library functions available in GluonScript.
1010

11+
## Module `core`
12+
13+
[fn append(list: List, element: Any): List](https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list)
14+
[fn import(file: String): Record](https://gluonscript.org/reference.html#fn-importfile-string-record)
15+
[fn len(list: List): Int](https://gluonscript.org/reference.html#fn-lenlist-list-int)
16+
[fn slice(list: List, start: Int, end: Int): List](https://gluonscript.org/reference.html#fn-slicelist-list-start-int-end-int-list)
17+
18+
## Module `conv`
19+
20+
[]()
21+
22+
## Module `env`
23+
24+
[]()
25+
26+
## Module `http`
27+
28+
[]()
29+
30+
## Module `io`
31+
32+
[]()
33+
34+
## Module `json`
35+
36+
[]()
37+
38+
## Module `strings`
39+
40+
[]()
41+
42+
---
43+
1144
## Module: `core`
1245

1346
### `fn append(list: List, element: Any): List`

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Reference
3+
title: Tutorial
44
nav_order: 4
55
has_children: true
66
---

0 commit comments

Comments
 (0)