We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cc588 commit c6c442bCopy full SHA for c6c442b
documentation/use/docs.json
@@ -1,11 +1,21 @@
1
{
2
"$schema": "https://mintlify.com/docs.json",
3
"theme": "mint",
4
- "name": "Your Docs",
+ "name": "Autonomy",
5
"colors": {
6
- "primary": "#ff0000"
+ "primary": "#52C7EA",
7
+ "light": "#52C7EA",
8
+ "dark": "#52C7EA"
9
},
10
"navigation": {
- "languages": []
- }
11
+ "groups": [
12
+ {
13
+ "group": "GET STARTED",
14
+ "pages": ["index"]
15
+ }
16
+ ]
17
+ },
18
+ "logo": {},
19
+ "navbar": {},
20
+ "footer": {}
21
}
documentation/use/index.mdx
@@ -0,0 +1,4 @@
+---
+title: 'New file'
+description: 'Description of your new file.'
0 commit comments