Skip to content

Commit af97a31

Browse files
improve docs.json configuration
- add Google Analytics 4 integration with measurement ID - add MCP overview to integrations navigation - add Reddit anchor and footer social link - enhance footer with social links and resource sections - add comprehensive SEO meta tags for social sharing - add search prompt customization - add redirects array for future use - add metadata configuration for timestamps
1 parent f909103 commit af97a31

1 file changed

Lines changed: 66 additions & 5 deletions

File tree

docs.json

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"anchor": "Releases",
2121
"icon": "tag",
2222
"href": "https://github.com/codinit-dev/codinit-dev/releases"
23+
},
24+
{
25+
"anchor": "Reddit",
26+
"icon": "reddit",
27+
"href": "https://www.reddit.com/r/codinit_dev"
2328
}
2429
]
2530
},
@@ -176,7 +181,7 @@
176181
"group": "Integrations",
177182
"icon": "plug",
178183
"expanded": false,
179-
"pages": ["integrations/deployments", "integrations/git", "integrations/supabase"]
184+
"pages": ["integrations/deployments", "integrations/git", "integrations/supabase", "mcp/mcp-overview"]
180185
}
181186
]
182187
},
@@ -197,6 +202,7 @@
197202
}
198203
]
199204
},
205+
"redirects": [],
200206
"logo": {
201207
"light": "/logo/logo.svg",
202208
"dark": "/logo/logo.png"
@@ -214,18 +220,67 @@
214220
"href": "https://codinit.dev/download"
215221
}
216222
},
223+
"search": {
224+
"prompt": "Search Docs..."
225+
},
217226
"contextual": {
218227
"options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]
219228
},
220229
"footer": {
221230
"socials": {
222-
"github": "https://github.com/codinit-dev"
223-
}
231+
"github": "https://github.com/codinit-dev",
232+
"x": "https://x.com/codinit_dev",
233+
"discord": "https://discord.gg/codinit",
234+
"reddit": "https://www.reddit.com/r/codinit_dev"
235+
},
236+
"links": [
237+
{
238+
"header": "Resources",
239+
"items": [
240+
{
241+
"label": "Documentation",
242+
"href": "https://codinit.dev/docs"
243+
},
244+
{
245+
"label": "Changelog",
246+
"href": "https://github.com/codinit-dev/codinit-dev/releases"
247+
},
248+
{
249+
"label": "Blog",
250+
"href": "https://codinit.dev/blog"
251+
}
252+
]
253+
},
254+
{
255+
"header": "Company",
256+
"items": [
257+
{
258+
"label": "About",
259+
"href": "https://codinit.dev/about"
260+
},
261+
{
262+
"label": "Privacy Policy",
263+
"href": "https://codinit.dev/privacy"
264+
},
265+
{
266+
"label": "Terms of Service",
267+
"href": "https://codinit.dev/terms"
268+
}
269+
]
270+
}
271+
]
224272
},
225273
"seo": {
226274
"metatags": {
227-
"canonical": "https://codinit.dev/docs"
228-
}
275+
"canonical": "https://codinit.dev/docs",
276+
"og:site_name": "CodinIT.dev Documentation",
277+
"og:type": "website",
278+
"og:image": "https://codinit.dev/og-image.png",
279+
"twitter:card": "summary_large_image",
280+
"twitter:site": "@codinit_dev",
281+
"twitter:creator": "@codinit_dev"
282+
},
283+
"indexing": "navigable"
229284
},
230285
"styling": {
231286
"eyebrows": "breadcrumbs",
@@ -239,6 +294,9 @@
239294
"integrations": {
240295
"telemetry": {
241296
"enabled": true
297+
},
298+
"ga4": {
299+
"measurementId": "G-8NNCCEN53X"
242300
}
243301
},
244302
"appearance": {
@@ -248,6 +306,9 @@
248306
"interaction": {
249307
"drilldown": false
250308
},
309+
"metadata": {
310+
"timestamp": false
311+
},
251312
"fonts": {
252313
"heading": {
253314
"family": "Inter",

0 commit comments

Comments
 (0)