We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08497b9 commit 2eb6171Copy full SHA for 2eb6171
mint.json
@@ -49,17 +49,13 @@
49
"introduction",
50
{
51
"group": "Quickstart",
52
- "pages": [
53
- "quickstart/server",
54
- "quickstart/client",
55
- "quickstart/user"
56
- ]
+ "pages": ["quickstart/server", "quickstart/client", "quickstart/user"]
57
},
58
"examples",
59
"clients"
60
]
61
62
-
+
63
64
"group": "Tutorials",
65
"pages": [
@@ -82,10 +78,7 @@
82
78
83
79
84
80
"group": "Development",
85
86
- "development/roadmap",
87
- "development/contributing"
88
81
+ "pages": ["development/roadmap", "development/contributing"]
89
}
90
],
91
"footerSocials": {
@@ -103,5 +96,8 @@
103
96
"source": "/quickstart",
104
97
"destination": "/quickstart/server"
105
98
106
99
+ ],
100
+ "metadata": {
101
+ "og:image": "/images/og-image.png"
102
+ }
107
0 commit comments