Skip to content

Commit 6cf90cd

Browse files
committed
feat(styles): add custom landing page thumbnail and replace background of all other page thumbnails
1 parent 2d559c1 commit 6cf90cd

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

docs.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"default": "system",
2020
"strict": false
2121
},
22+
"thumbnails": {
23+
"appearance": "dark",
24+
"background": "/resources/logo/og-image-bg.svg"
25+
},
2226
"styling": {
2327
"eyebrows": "breadcrumbs"
2428
},
@@ -232,7 +236,6 @@
232236
"payments/overview",
233237
"payments/toncoin",
234238
"payments/jettons"
235-
236239
]
237240
},
238241
{
@@ -1680,4 +1683,4 @@
16801683
"destination": "/contribute"
16811684
}
16821685
]
1683-
}
1686+
}

index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: "Welcome to TON Blockchain documentation - TON Docs"
2+
title: "Welcome to TON Blockchain documentation"
33
description: "Meet the next generation of TON documentation. AI-native, beautiful out-of-the-box, and built for developers."
44
mode: "custom"
5+
"og:image": "resources/logo/og-image.png"
6+
"twitter:image": "resources/logo/og-image.png"
57
---
68

79
export const Journey = ({ title, description, children }) => {

resources/logo/og-image-bg.png

169 KB
Loading

resources/logo/og-image-bg.svg

Lines changed: 17 additions & 0 deletions
Loading

resources/logo/og-image.png

216 KB
Loading

0 commit comments

Comments
 (0)