Skip to content

Commit 20afae5

Browse files
committed
website: updates
1 parent 25c48fc commit 20afae5

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

website/docs/about/index.mdx

Lines changed: 2 additions & 5 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 the xPack Binary Development Tools
6+
title: About
77
description: Details about the project, including its history, the history of the website, and details about the author.
88
keywords:
99
- xpack
@@ -17,17 +17,14 @@ 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-
2320
import customField from '@site/src/libs/customField';
2421
import MoreIntro from './_more-intro.mdx'
2522
import History from './_history.mdx'
2623
import Website from './_website.mdx'
2724

2825
{/* ------------------------------------------------------------------------ */}
2926

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

3229
<MoreIntro/>
3330

website/docs/getting-started/index.mdx

Lines changed: 2 additions & 5 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 the xPack Binary Development Tools
6+
title: Getting Started
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,9 +19,6 @@ 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-
2522
import Link from '@docusaurus/Link';
2623

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

3431
{/* ------------------------------------------------------------------------ */}
3532

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

3835

3936

website/docs/tools/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: The xPack Binary Development Tools
2+
title: Tools
33
description: The list of binary tools.
44
keywords:
55
- xpack
@@ -12,14 +12,11 @@ date: 2024-10-14 12:32:00 +0300
1212

1313
---
1414

15-
<head><title>{frontMatter.title}</title></head>
16-
<head><meta property="og:title" content={frontMatter.title}/></head>
17-
1815
import customField from '@site/src/libs/customField';
1916

2017
{/* ------------------------------------------------------------------------ */}
2118

22-
# {frontMatter.title}
19+
# The xPack Binary Development Tools
2320

2421
There are several tools, grouped by their expected use.
2522

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={`Welcome to ${siteConfig.organizationName}`}
42+
title="Welcome!"
4343
description="A collection of binary packages with development tools">
4444
<HomepageHeader />
4545
<main>

0 commit comments

Comments
 (0)