Skip to content

Commit 344846b

Browse files
committed
add og social meta tags; update docs header menu
1 parent 3d5f51a commit 344846b

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

docusaurus.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,16 @@ const config = {
8585
srcDark: "img/logo.svg",
8686
},
8787
items: [
88+
{ to: "blog", label: "Blog", position: "left" },
8889
{
8990
type: "doc",
9091
docId: "index",
9192
position: "left",
9293
label: "Documentation",
9394
},
94-
{
95-
href: "/#scenes",
96-
label: "Gallery",
97-
position: "left",
98-
},
99-
{ to: "blog", label: "Blog", position: "left" }, // or position: 'right'
10095
{
10196
href: "https://3dstreet.app",
102-
label: "Launch 3DStreet App",
97+
label: "Launch App",
10398
position: "right",
10499
},
105100
],

src/components/Home/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ export default function Home({ recentPosts }) {
3030
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3131
<title>3DStreet - Open-source 3D street editor</title>
3232

33+
<meta name="description" content="Effortlessly bring your street design ideas to life. With intuitive features and a straightforward interface, you can easily create stunning and impactful street designs that contribute to a safer and greener world." />
34+
35+
<meta property="og:url" content="https://3dstreet.org" />
36+
<meta property="og:type" content="website" />
37+
<meta property="og:title" content="3DStreet - Open-source 3D street editor" />
38+
<meta property="og:description" content="Effortlessly bring your street design ideas to life. With intuitive features and a straightforward interface, you can easily create stunning and impactful street designs that contribute to a safer and greener world." />
39+
<meta property="og:image" content="/img/website/social-website-preview.jpg" />
40+
41+
<meta name="twitter:card" content="summary_large_image" />
42+
<meta property="twitter:domain" content="3dstreet.org" />
43+
<meta property="twitter:url" content="https://3dstreet.org" />
44+
<meta name="twitter:title" content="3DStreet - Open-source 3D street editor" />
45+
<meta name="twitter:description" content="Effortlessly bring your street design ideas to life. With intuitive features and a straightforward interface, you can easily create stunning and impactful street designs that contribute to a safer and greener world." />
46+
<meta name="twitter:image" content="/img/website/social-website-preview.jpg" />
3347
{/* SITEMAP */}
3448
<link
3549
rel="sitemap"
90.6 KB
Loading

0 commit comments

Comments
 (0)