-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
123 lines (123 loc) · 2.72 KB
/
docs.json
File metadata and controls
123 lines (123 loc) · 2.72 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "OGify | Generate beautiful Open Graph images in minutes",
"description": "Zero-config dynamic Open Graph images for Next.js, Nuxt, Remix, and more. Just copy & paste the production-ready templates.",
"colors": {
"primary": "#4c8f5f",
"light": "#4c8f5f",
"dark": "#4c8f5f"
},
"favicon": "/favicon.svg",
"navigation": {
"global": {
"anchors": [
{
"anchor": "Homepage",
"icon": "book-open-cover",
"href": "https://ogify.dev"
},
{
"anchor": "Templates",
"icon": "newspaper",
"href": "https://ogify.dev/templates"
}
]
},
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": ["index", "quickstart"]
},
{
"group": "Customization",
"pages": ["customization/custom-templates"]
},
{
"group": "Features",
"pages": [
"features/caching",
"features/font-loader",
"features/emoji-loader",
"features/rtl-support",
"features/styles"
]
}
]
},
{
"tab": "Recipes",
"groups": [
{
"group": "Next.js",
"pages": ["recipes/nextjs/app-router", "recipes/nextjs/page-router"]
}
]
},
{
"tab": "API reference",
"groups": [
{
"group": "@ogify/core",
"pages": [
"api-reference/core/create-renderer",
"api-reference/core/template-renderer",
"api-reference/core/define-template",
"api-reference/core/type-definitions"
]
},
{
"group": "@ogify/templates",
"pages": ["api-reference/templates/basic"]
}
]
}
]
},
"logo": "/logo/logo.svg",
"navbar": {
"links": [
{
"label": "GitHub",
"href": "https://github.com/ogify/ogify"
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/phamdohung161",
"github": "https://github.com/ogify"
}
},
"background": {
"decoration": "gradient"
},
"appearance": {
"default": "system"
},
"fonts": {
"heading": {
"family": "JetBrains Mono",
"format": "woff2"
},
"body": {
"family": "JetBrains Mono",
"format": "woff2"
}
}
}