Skip to content

Commit ded94b1

Browse files
authored
fix precommit (#193)
# 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 4a3f2d5 commit ded94b1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/mint.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"default": "dark"
1010
},
1111
"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": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
17-
"og:locale": "en_US",
18-
"og:logo": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/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": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
24-
"twitter:site": "@codegen",
25-
"og:image:width": "2400",
26-
"og:image:height": "1200"
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": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
17+
"og:locale": "en_US",
18+
"og:logo": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/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": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
24+
"twitter:site": "@codegen",
25+
"og:image:width": "2400",
26+
"og:image:height": "1200"
2727
},
2828
"favicon": "/favicon.svg",
2929
"colors": {

0 commit comments

Comments
 (0)