Skip to content

Commit ca9f13c

Browse files
committed
Add docs
1 parent 4afea1f commit ca9f13c

File tree

24 files changed

+969
-30
lines changed

24 files changed

+969
-30
lines changed

docs/_meta.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
[
22
{
33
"text": "Guide",
4-
"link": "/guide/",
4+
"link": "/guide/getting-started/introduction",
55
"activeMatch": "/guide/"
66
},
7-
{
8-
"text": "Get Started",
9-
"link": "/get-started/",
10-
"activeMatch": "/get-started/"
11-
},
127
{
138
"text": "Std library",
149
"link": "/std-library/",
1510
"activeMatch": "/std-library/"
1611
},
1712
{
1813
"text": "Reference",
19-
"link": "/referece/",
14+
"link": "/reference/language-syntax",
2015
"activeMatch": "/reference/"
2116
}
2217
]

docs/get-started/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/guide/_meta.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
["index"]
1+
[
2+
{
3+
"type": "dir",
4+
"name": "getting-started",
5+
"label": "Getting Started"
6+
},
7+
{
8+
"type": "dir",
9+
"name": "language",
10+
"label": "Language"
11+
},
12+
{
13+
"type": "dir",
14+
"name": "web-dsl",
15+
"label": "Web"
16+
},
17+
{
18+
"type": "dir",
19+
"name": "std-library",
20+
"label": "Standard Library"
21+
}
22+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["introduction", "installation"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Installation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Introduction to AIScript

docs/guide/index.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/guide/language/index.mdx

Whitespace-only changes.

docs/guide/std-library/index.mdx

Whitespace-only changes.

docs/guide/web-dsl/index.mdx

Whitespace-only changes.

0 commit comments

Comments
 (0)