-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
124 lines (124 loc) · 4.1 KB
/
docs.json
File metadata and controls
124 lines (124 loc) · 4.1 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
123
124
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "CortexPHP",
"colors": {
"primary": "#1C85FE",
"light": "#1C85FE",
"dark": "#1C85FE"
},
"favicon": "/assets/favicon.svg",
"icons": {
"library": "lucide"
},
"navbar": {
"links": [
{
"label": "GitHub",
"icon": "github",
"href": "https://github.com/cortexphp"
}
]
},
"navigation": {
"products": [
{
"product": "JSON Schema",
"icon": "braces",
"groups": [
{
"group": "Get Started",
"pages": [
"json-schema/introduction",
"json-schema/installation",
"json-schema/quickstart",
"json-schema/versions",
"json-schema/mcp-server"
]
},
{
"group": "Schema Types",
"pages": [
"json-schema/schema-types/object",
"json-schema/schema-types/array",
"json-schema/schema-types/string",
"json-schema/schema-types/number",
"json-schema/schema-types/integer",
"json-schema/schema-types/boolean",
"json-schema/schema-types/union",
"json-schema/schema-types/null"
]
},
{
"group": "Advanced Features",
"pages": [
"json-schema/advanced/conditional-validation",
"json-schema/advanced/string-formats",
"json-schema/advanced/definitions-refs",
"json-schema/advanced/unevaluated-properties",
"json-schema/advanced/dependent-schemas",
"json-schema/advanced/pattern-properties"
]
},
{
"group": "Code Generation",
"pages": [
"json-schema/code-generation/from-classes",
"json-schema/code-generation/from-closures",
"json-schema/code-generation/from-enums",
"json-schema/code-generation/from-json"
]
}
]
},
{
"product": "JSON Repair",
"icon": "shield-ellipsis",
"groups": [
{
"group": "Get Started",
"pages": [
"json-repair/introduction",
"json-repair/installation",
"json-repair/quickstart"
]
},
{
"group": "Usage",
"pages": [
"json-repair/repair-examples",
"json-repair/configuration",
"json-repair/logging"
]
}
]
}
]
},
"logo": {
"light": "/assets/logo-light.svg",
"dark": "/assets/logo-dark.svg"
},
"styling": {
"codeblocks": {
"theme": {
"light": "github-light-high-contrast",
"dark": "github-dark"
}
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude"
]
},
"footer": {
"socials": {
"github": "https://github.com/cortexphp",
"x": "https://twitter.com/cortexphp"
}
}
}