Skip to content

Commit eb6763a

Browse files
committed
fix: rename to docs.json with new Mintlify schema (requires theme, colors)
1 parent c6c4a9b commit eb6763a

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

docs/docs.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "mint",
4+
"name": "SwarmTorch",
5+
"logo": {
6+
"light": "/logo/light.svg",
7+
"dark": "/logo/dark.svg"
8+
},
9+
"favicon": "/favicon.svg",
10+
"colors": {
11+
"primary": "#FF6B35",
12+
"light": "#FF8C5A",
13+
"dark": "#FF6B35"
14+
},
15+
"anchors": [
16+
{
17+
"name": "Getting Started",
18+
"icon": "rocket",
19+
"url": "getting-started"
20+
},
21+
{
22+
"name": "Guides",
23+
"icon": "book",
24+
"url": "guides"
25+
},
26+
{
27+
"name": "API Reference",
28+
"icon": "code",
29+
"url": "api-reference"
30+
},
31+
{
32+
"name": "Benchmarks",
33+
"icon": "chart-bar",
34+
"url": "benchmarks"
35+
},
36+
{
37+
"name": "Examples",
38+
"icon": "lightbulb",
39+
"url": "examples"
40+
}
41+
],
42+
"navigation": [
43+
{
44+
"group": "Getting Started",
45+
"pages": [
46+
"getting-started/installation",
47+
"getting-started/quickstart",
48+
"getting-started/concepts"
49+
]
50+
},
51+
{
52+
"group": "Guides",
53+
"pages": [
54+
"guides/model-training",
55+
"guides/hyperparameter-tuning",
56+
"guides/choosing-algorithm",
57+
"guides/custom-optimizer",
58+
"guides/gpu-training"
59+
]
60+
},
61+
{
62+
"group": "API Reference",
63+
"pages": [
64+
"api-reference/base",
65+
"api-reference/swarm",
66+
"api-reference/evolutionary",
67+
"api-reference/physics",
68+
"api-reference/bio-inspired",
69+
"api-reference/human-based",
70+
"api-reference/hybrid"
71+
]
72+
},
73+
{
74+
"group": "Benchmarks",
75+
"pages": [
76+
"benchmarks/benchmarks",
77+
"benchmarks/methodology",
78+
"benchmarks/results"
79+
]
80+
},
81+
{
82+
"group": "Examples",
83+
"pages": [
84+
"examples/xor-classification",
85+
"examples/image-classification",
86+
"examples/hyperparameter-search"
87+
]
88+
},
89+
{
90+
"group": "Resources",
91+
"pages": [
92+
"contributing"
93+
]
94+
}
95+
],
96+
"footerSocials": {
97+
"github": "https://github.com/hallelx2/swarmtorch"
98+
}
99+
}

0 commit comments

Comments
 (0)