Skip to content

Commit 27b18b9

Browse files
authored
Update mint.json (#220)
# 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](/codegen-sh/codegen-sdk/blob/develop/CLA.md)
1 parent 87e8063 commit 27b18b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/mint.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://mintlify.com/schema.json",
33
"name": "Codegen",
44
"logo": {
5-
"dark": "/logo/dark.svg",
6-
"light": "/logo/light.svg"
5+
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg",
6+
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg"
77
},
88
"modeToggle": {
99
"default": "dark"
@@ -13,14 +13,14 @@
1313
"og:title": "Codegen - Manipulate Code at Scale",
1414
"og:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
1515
"og:url": "https://docs.codegen.com",
16-
"og:image": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
16+
"og:image": "https://i.imgur.com/ttPWzlG.jpeg",
1717
"og:locale": "en_US",
18-
"og:logo": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen-thumbnail.png",
18+
"og:logo": "https://i.imgur.com/f4OVOqI.png",
1919
"article:publisher": "Codegen, Inc.",
2020
"twitter:title": "Codegen - Manipulate Code at Scale",
2121
"twitter:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
2222
"twitter:url": "https://docs.codegen.com",
23-
"twitter:image": "https://mintlify.s3.us-west-1.amazonaws.com/codegeninc/images/codegen.jpeg",
23+
"twitter:image": "https://i.imgur.com/ttPWzlG.jpeg",
2424
"twitter:site": "@codegen"
2525
},
2626
"favicon": "/favicon.svg",

0 commit comments

Comments
 (0)