-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuture.json
More file actions
93 lines (93 loc) · 2.28 KB
/
Copy pathfuture.json
File metadata and controls
93 lines (93 loc) · 2.28 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "FS0CIETY",
"description": "FS0CIETY est une plateforme communautaire pour partager des connaissances et des ressources sur la cybersécurité, le hacking et la technologie. Elle offre un espace aux passionnés pour apprendre, collaborer et développer leurs compétences dans un environnement bienveillant.",
"colors": {
"primary": "#dc2626",
"light": "#ef4444",
"dark": "#000000"
},
"favicon": "/favicon.svg",
"background": {
"decoration": "grid"
},
"icons": {
"library": "lucide"
},
"banner": {
"content": "🚧 Site toujours en développement ! [N'hésitez pas à nous contacter pour toute question ou suggestion](mailto:contact@fs0ciety.uk)",
"dismissible": false
},
"contextual": { "options": ["view", "chatgpt", "claude"] },
"search": {
"prompt": "Recherche"
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Community",
"icon": "house",
"href": "https://slack.com"
},
{
"anchor": "Blog",
"icon": "pencil",
"href": "https://mintlify.com/blog"
}
]
},
"languages": [
{
"language": "fr",
"groups": [
{
"group": "Commencer",
"pages": ["index", "fr/introduction", "fr/indications", "fr/developpement"]
}
]
},
{
"language": "en",
"groups": [
{
"group": "Getting Started",
"pages": ["index", "en/introduction", "en/indications", "en/developpement"]
}
]
},
{
"language": "ru",
"groups": [
{
"group": "Начало работы",
"pages": ["index", "ru/introduction", "ru/indications", "ru/developpement"]
}
]
}
]
},
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png"
},
"navbar": {
"primary": {
"type": "button",
"label": "Contact",
"href": "mailto:contact@fs0ciety.uk"
}
},
"footer": {
"socials": {
"website": "https://fs0ciety.uk",
"github": "https://github.com/ethancls/docs"
}
},
"errors": {
"404": {
"redirect": true
}
}
}