Skip to content

Commit c6c442b

Browse files
committed
Improve documentation/use
1 parent b2cc588 commit c6c442b

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

documentation/use/docs.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"theme": "mint",
4-
"name": "Your Docs",
4+
"name": "Autonomy",
55
"colors": {
6-
"primary": "#ff0000"
6+
"primary": "#52C7EA",
7+
"light": "#52C7EA",
8+
"dark": "#52C7EA"
79
},
810
"navigation": {
9-
"languages": []
10-
}
11+
"groups": [
12+
{
13+
"group": "GET STARTED",
14+
"pages": ["index"]
15+
}
16+
]
17+
},
18+
"logo": {},
19+
"navbar": {},
20+
"footer": {}
1121
}

documentation/use/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'New file'
3+
description: 'Description of your new file.'
4+
---

0 commit comments

Comments
 (0)