-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
122 lines (122 loc) · 2.88 KB
/
Copy pathdocs.json
File metadata and controls
122 lines (122 loc) · 2.88 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"$schema": "https://mintlify.com/docs.json",
"name": "UAFilms",
"theme": "mint",
"colors": {
"primary": "#aac7ff",
"light": "#aac7ff",
"dark": "#aac7ff"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"api": {
"openapi": {
"source": "/api-reference/openapi.json"
},
"playground": {
"display": "interactive",
"proxy": false
},
"mdx": {
"server": "https://bfilms.aartzz.pp.ua"
}
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Main Page",
"href": "https://films.aartzz.pp.ua",
"icon": "file"
},
{
"anchor": "Telegram Channel",
"href": "https://t.me/uafilms_official",
"icon": "telegram"
},
{
"anchor": "Telegram Chat",
"href": "https://t.me/+ULtfPy4__OpmM2Uy",
"icon": "telegram"
}
]
},
"languages": [
{
"language": "uk",
"tabs": [
{
"tab": "Документація",
"groups": [
{
"group": "Початок роботи",
"pages": [
"index",
"api-reference/introduction"
]
}
]
},
{
"tab": "API",
"groups": [
{
"group": "Методи",
"pages": [
"api-reference/endpoint/home",
"api-reference/endpoint/search",
"api-reference/endpoint/details",
"api-reference/endpoint/get",
"api-reference/endpoint/torrents",
"api-reference/endpoint/comments"
]
}
]
}
]
},
{
"language": "en",
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Getting Started",
"pages": [
"en/index",
"en/api-reference/introduction"
]
}
]
},
{
"tab": "API",
"groups": [
{
"group": "Methods",
"pages": [
"en/api-reference/endpoint/home",
"en/api-reference/endpoint/search",
"en/api-reference/endpoint/details",
"en/api-reference/endpoint/get",
"en/api-reference/endpoint/torrents",
"en/api-reference/endpoint/comments"
]
}
]
}
]
}
]
},
"footer": {
"socials": {
"telegram": "https://t.me/uafilms_official",
"github": "https://github.com/uafilms"
}
}
}