Skip to content

Commit 9c274a1

Browse files
committed
chore: prepare mintlify
1 parent 5a59f7b commit 9c274a1

4 files changed

Lines changed: 54 additions & 0 deletions

File tree

docs.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"name": "asterai",
4+
"logo": {
5+
"dark": "/logo/dark.svg",
6+
"light": "/logo/light.svg"
7+
},
8+
"favicon": "/favicon.svg",
9+
"colors": {
10+
"primary": "#0D9373",
11+
"light": "#07C983",
12+
"dark": "#0D9373",
13+
"anchors": {
14+
"from": "#0D9373",
15+
"to": "#07C983"
16+
}
17+
},
18+
"navigation": [
19+
{
20+
"group": "Overview",
21+
"pages": [
22+
"src/overview",
23+
"src/querying_an_app",
24+
"src/console_and_cli",
25+
"src/plugins",
26+
"src/marketplace"
27+
]
28+
},
29+
{
30+
"group": "Guides",
31+
"pages": [
32+
"src/hello_world"
33+
]
34+
}
35+
],
36+
"footerSocials": {
37+
"github": "https://github.com/asterai"
38+
}
39+
}

favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

logo/dark.svg

Lines changed: 5 additions & 0 deletions
Loading

logo/light.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)