diff --git a/website/docs/about/index.mdx b/website/docs/about/index.mdx index c3063c1..68b704a 100644 --- a/website/docs/about/index.mdx +++ b/website/docs/about/index.mdx @@ -3,7 +3,7 @@ # DO NOT EDIT! # Automatically generated from xbb-helper/templates/docusaurus/common. -title: About the xPack Binary Development Tools +title: About description: Details about the project, including its history, the history of the website, and details about the author. keywords: - xpack @@ -17,9 +17,6 @@ date: 2024-09-22 10:23:00 +0300 --- -{frontMatter.title} - - import customField from '@site/src/libs/customField'; import MoreIntro from './_more-intro.mdx' import History from './_history.mdx' @@ -27,7 +24,7 @@ import Website from './_website.mdx' {/* ------------------------------------------------------------------------ */} -# {frontMatter.title} +# About the xPack Binary Development Tools diff --git a/website/docs/getting-started/index.mdx b/website/docs/getting-started/index.mdx index 8380da5..3915fcd 100644 --- a/website/docs/getting-started/index.mdx +++ b/website/docs/getting-started/index.mdx @@ -3,7 +3,7 @@ # DO NOT EDIT! # Automatically generated from xbb-helper/templates/docusaurus/common. -title: Getting Started with the xPack Binary Development Tools +title: Getting Started description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation. keywords: - xpack @@ -19,9 +19,6 @@ date: 2020-07-21 17:49:00 +0300 --- -{frontMatter.title} - - import Link from '@docusaurus/Link'; import Overview from './_overview.mdx'; @@ -33,7 +30,7 @@ import ReleaseSchedule from './_release-schedule.mdx' {/* ------------------------------------------------------------------------ */} -# {frontMatter.title} +# Getting Started with the xPack Binary Development Tools diff --git a/website/docs/tools/index.mdx b/website/docs/tools/index.mdx index b1de54c..b591a85 100644 --- a/website/docs/tools/index.mdx +++ b/website/docs/tools/index.mdx @@ -1,5 +1,5 @@ --- -title: The xPack Binary Development Tools +title: Tools description: The list of binary tools. keywords: - xpack @@ -12,14 +12,11 @@ date: 2024-10-14 12:32:00 +0300 --- -{frontMatter.title} - - import customField from '@site/src/libs/customField'; {/* ------------------------------------------------------------------------ */} -# {frontMatter.title} +# The xPack Binary Development Tools There are several tools, grouped by their expected use. diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index b38841b..32b16b2 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -39,7 +39,7 @@ export default function Home(): JSX.Element { const {siteConfig} = useDocusaurusContext(); return (