Skip to content

Commit 272d4f8

Browse files
committed
website: updates
1 parent b38fa5b commit 272d4f8

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

website/docs/about/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# DO NOT EDIT!
44
# Automatically generated from xbb-helper/templates/docusaurus/common.
55

6-
title: About xpack-dev-tools.github.io
6+
title: About the xPack Binary Development Tools
77
description: Details about the project, including its history, the history of the website, and details about the author.
88
keywords:
99
- xpack
@@ -17,14 +17,17 @@ date: 2024-09-22 10:23:00 +0300
1717

1818
---
1919

20+
<head><title>{frontMatter.title}</title></head>
21+
<head><meta property="og:title" content={frontMatter.title}/></head>
22+
2023
import customField from '@site/src/libs/customField';
2124
import MoreIntro from './_more-intro.mdx'
2225
import History from './_history.mdx'
2326
import Website from './_website.mdx'
2427

2528
{/* ------------------------------------------------------------------------ */}
2629

27-
# About the xPack Binary Development Tools
30+
# {frontMatter.title}
2831

2932
<MoreIntro/>
3033

website/docs/getting-started/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# DO NOT EDIT!
44
# Automatically generated from xbb-helper/templates/docusaurus/common.
55

6-
title: Getting Started with xpack-dev-tools.github.io
6+
title: Getting Started with the xPack Binary Development Tools
77
description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation.
88
keywords:
99
- xpack
@@ -19,6 +19,9 @@ date: 2020-07-21 17:49:00 +0300
1919

2020
---
2121

22+
<head><title>{frontMatter.title}</title></head>
23+
<head><meta property="og:title" content={frontMatter.title}/></head>
24+
2225
import Link from '@docusaurus/Link';
2326

2427
import Overview from './_overview.mdx';
@@ -30,7 +33,7 @@ import ReleaseSchedule from './_release-schedule.mdx'
3033

3134
{/* ------------------------------------------------------------------------ */}
3235

33-
# Getting Started with xPack Binary Development Tools
36+
# {frontMatter.title}
3437

3538

3639

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Home(): JSX.Element {
3939
const {siteConfig} = useDocusaurusContext();
4040
return (
4141
<Layout
42-
title={`Hello from ${siteConfig.organizationName}`}
42+
title={`Welcome to ${siteConfig.organizationName}`}
4343
description="A collection of binary packages with development tools">
4444
<HomepageHeader />
4545
<main>

0 commit comments

Comments
 (0)