-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
103 lines (103 loc) · 2.39 KB
/
Copy pathdocs.json
File metadata and controls
103 lines (103 loc) · 2.39 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Klyx Docs",
"colors": {
"primary": "#6366F1",
"light": "#818CF8",
"dark": "#4F46E5"
},
"favicon": "/favicon.svg",
"navigation": {
"pages": [
{
"group": "Getting Started",
"pages": [
"index",
"quickstart"
]
}
],
"global": {
"anchors": [
{
"anchor": "GitHub",
"icon": "github",
"href": "https://github.com/klyx-dev/klyx"
},
{
"anchor": "Plugin Registry",
"icon": "puzzle-piece",
"href": "https://github.com/klyx-dev/plugins"
}
]
},
"groups": [
{
"group": "Getting Started",
"pages": [
"index",
"quickstart"
]
},
{
"group": "Extension Development",
"pages": [
"extensions/index",
"extensions/creating-an-extension",
"extensions/plugin-manifest",
"extensions/plugin-lifecycle",
"extensions/building-and-bundling"
]
},
{
"group": "API References",
"pages": [
"extensions/api-reference/index",
"extensions/api-reference/services",
"extensions/api-reference/screens-and-navigation",
"extensions/api-reference/toolbar",
"extensions/api-reference/file-system",
"extensions/api-reference/editor-and-workspace-tabs",
"extensions/api-reference/terminal",
"extensions/api-reference/process-execution",
"extensions/api-reference/events",
"extensions/api-reference/settings",
"extensions/api-reference/language-server-protocol",
"extensions/api-reference/utilities"
]
}
]
},
"navbar": {
"links": []
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"mcp"
]
},
"footer": {
"socials": {
"github": "https://github.com/klyx-dev",
"discord": "https://discord.gg/gTHQTPHNaT",
"telegram": "https://t.me/klyx_editor"
}
},
"metadata": {
"timestamp": true
},
"interaction": {
"drilldown": false
},
"errors": {
"404": {
"redirect": false
}
},
"description": "Klyx is a modern code editor for Android built with Jetpack Compose and Material 3 Expressive."
}