forked from usemarble/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
136 lines (136 loc) · 3.23 KB
/
docs.json
File metadata and controls
136 lines (136 loc) · 3.23 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
125
126
127
128
129
130
131
132
133
134
135
136
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Marble Documentation",
"description": "Documentation for Marble, the simple headless CMS for writers and developers.",
"colors": {
"primary": "#584dff",
"light": "#7b73ff",
"dark": "#5b4ffc"
},
"styling": {
"eyebrows": "breadcrumbs",
"codeblocks": {
"theme": {
"light": "github-light",
"dark": "github-dark"
}
}
},
"favicon": "/favicon.svg",
"banner": {
"content": "New: We now offer a 7-day free trial for Marble Pro subscriptions.",
"dismissible": false
},
"contextual": {
"options": [
"copy",
"chatgpt",
"claude",
{
"title": "Open in T3 Chat",
"description": "Ask questions about this page",
"icon": "https://t3.chat/favicon.ico",
"href": {
"base": "https://t3.chat/new",
"query": [
{
"key": "q",
"value": "Read from https://docs.marblecms.com/$path so I can ask questions about it."
}
]
}
},
"mcp"
]
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Get Started",
"icon": "rocket",
"pages": [
"/guides/introduction",
"/guides/quickstart"
]
},
{
"group": "Integrations",
"icon": "link",
"pages": [
"/guides/integrations/astro",
"/guides/integrations/nextjs",
"/guides/integrations/tanstack"
]
},
{
"group": "Features",
"icon": "sparkles",
"pages": ["/guides/features/webhooks", "/guides/features/import", {
"group": "Extra",
"expanded": true,
"pages": ["/guides/features/extra/reading-time"]
}]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Get Started",
"icon": "rocket",
"pages": ["/api/introduction", "/api/getting-started"]
},
{
"group": "Endpoints",
"icon": "link",
"pages": [
"/api/endpoint/posts",
"/api/endpoint/post",
"/api/endpoint/tags",
"/api/endpoint/categories",
"/api/endpoint/authors"
]
},
{
"group": "Miscellaneous",
"icon": "cog",
"pages": [
"/api/pagination",
"/api/rate-limits",
"/api/types"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Blog",
"href": "https://marblecms.com/blog",
"icon": "newspaper"
},
{
"anchor": "Community",
"href": "https://discord.marblecms.com/",
"icon": "discord"
}
]
}
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"footer": {
"socials": {
"x": "https://x.com/usemarblecms",
"github": "https://github.com/usemarble"
}
}
}