-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.json
More file actions
79 lines (79 loc) · 1.69 KB
/
Copy pathdocs.json
File metadata and controls
79 lines (79 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"$schema": "https://mintlify.com/docs.json",
"theme": "palm",
"name": "Fydemy",
"colors": {
"primary": "#0A0A0A",
"light": "#FFFFFF",
"dark": "#6132FD"
},
"favicon": "./assets/logo/fav.svg",
"fonts": {
"family": "Iosevka Charon Mono"
},
"navigation": {
"tabs": [
{
"tab": "Learning Path",
"groups": [
{
"group": "Certified Web Dev",
"pages": [
"web/fundamental",
"web/express",
"web/react",
"web/php",
"web/laravel",
"web/conclusion-react",
"web/conclusion-laravel"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Ask Community",
"href": "https://discord.gg/7FBpTEXqVj",
"icon": "users"
},
{
"anchor": "Feedback",
"href": "https://wa.me/6587470061",
"icon": "book"
},
{
"anchor": "Github",
"href": "https://github.com/fydemy",
"icon": "github"
},
{
"anchor": "Events",
"href": "https://luma.com/fydemy",
"icon": "Sparkle"
}
]
}
},
"logo": {
"light": "/assets/logo/logo.svg",
"dark": "/assets/logo/logo_dark.svg"
},
"navbar": {
"primary": {
"type": "button",
"label": "Home",
"href": "https://fydemy.com"
}
},
"contextual": {
"options": ["copy", "chatgpt", "claude", "perplexity", "cursor", "vscode"]
},
"footer": {
"socials": {
"instagram": "https://instagram.com/fydemycom",
"website": "https://fydemy.com"
}
}
}