-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
64 lines (64 loc) · 1.97 KB
/
docs.json
File metadata and controls
64 lines (64 loc) · 1.97 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
{
"$schema": "https://docs.page/schema.json",
"name": "xRay (inspector)",
"description": "A comprehensive Flutter debugging toolkit for inspecting network calls, logs, and key-value storage.",
"logo": {
"light": "https://xrayinspector.dev/assets/logo_docs_dark.png",
"dark": "https://xrayinspector.dev/assets/logo_docs.png"
},
"theme":{
"primaryLight": "#7d64f2",
"primaryDark": "#7d64f2"
},
"social": {
"github": "impaktfull",
"website": "https://impaktfull.com",
"linkedin": "company/impaktfull/",
"instagram": "impaktfull"
},
"anchors": [
{
"title": "Website",
"icon": "globe",
"href": "https://xrayinspector.dev"
},
{
"title": "mac App",
"icon": "desktop",
"href": "xray/app/install-macos"
}
],
"sidebar": [
{
"group": "Getting Started",
"pages": [
{ "title": "📖 Overview", "href": "/" },
{ "title": "🚀 Quick Start", "href": "/getting-started" }
]
},
{
"group": "Guides",
"pages": [
{ "title": "🌐 Network Inspection", "href": "/guides/network-inspection" },
{ "title": "📋 Log Inspection", "href": "/guides/log-inspection" },
{ "title": "🗄️ Key-Value Inspection", "href": "/guides/key-value-inspection" }
]
},
{
"group": "Packages",
"pages": [
{ "title": "📦 xray_inspector", "href": "/packages/xray-inspector" },
{ "title": "🔌 xray_network_dio_interceptor", "href": "/packages/xray-network-dio-interceptor" },
{ "title": "💾 xray_shared_preferences_inspector", "href": "/packages/xray-shared-preferences-inspector" },
{ "title": "🔐 xray_secure_storage_inspector", "href": "/packages/xray-secure-storage-inspector" }
]
},
{
"group": "Legal",
"pages": [
{ "title": "📝 License", "href": "/license" },
{ "title": "📝 Terms & Conditions", "href": "/terms-and-conditions" }
]
}
]
}