@cryptotaxi247 / CoPilot / commits / 54d0ae4f

Add initial Mintlify configuration file (#711)

taylor_socfortress committed Feb 14, 2026 at 22:04 UTC 54d0ae4ff913444236932a370a0c464d381117a5
1 file changed +23
docs.json new
+23
@@ -0,0 +1,23 @@
1 +{
2 + "$schema": "https://mintlify.com/docs.json",
3 + "theme": "mint",
4 + "name": "Documentation",
5 + "colors": {
6 + "primary": "#0D9373"
7 + },
8 + "navigation": {
9 + "tabs": [
10 + {
11 + "tab": "Untitled Tab",
12 + "groups": [
13 + {
14 + "group": "Getting Started",
15 + "pages": [
16 + "test"
17 + ]
18 + }
19 + ]
20 + }
21 + ]
22 + }
23 +}
\ No newline at end of file