Skip to content

Commit 8c818dd

Browse files
authored
Update mint.json (#196)
Add metadata # Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent bbcfa3d commit 8c818dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/mint.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
"modeToggle": {
99
"default": "dark"
1010
},
11+
"metadata": {
12+
"og:site_name": "Codegen",
13+
"og:title": "Codegen - Manipulate code at scale",
14+
"og:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
15+
"og:url": "https://codegen.com",
16+
"og:image": "/images/codegen.jpeg",
17+
"og:locale": "en_US",
18+
"og:logo": "/images/codegen-thumbnail.png",
19+
"article:publisher": "Codegen, Inc.",
20+
"twitter:title": "Codegen - Manipulate code at scale",
21+
"twitter:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
22+
"twitter:url": "https://codegen.com",
23+
"twitter:image": "/images/codegen.jpeg",
24+
"twitter:site": "@codegen",
25+
"og:image:width": "2400",
26+
"og:image:height": "1200"
27+
},
1128
"favicon": "/favicon.svg",
1229
"colors": {
1330
"primary": "#a277ff",

0 commit comments

Comments
 (0)