Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 15, 2024
1 parent 25c48fc commit 20afae5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
7 changes: 2 additions & 5 deletions website/docs/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,17 +17,14 @@ date: 2024-09-22 10:23:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import customField from '@site/src/libs/customField';
import MoreIntro from './_more-intro.mdx'
import History from './_history.mdx'
import Website from './_website.mdx'

{/* ------------------------------------------------------------------------ */}

# {frontMatter.title}
# About the xPack Binary Development Tools

<MoreIntro/>

Expand Down
7 changes: 2 additions & 5 deletions website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,9 +19,6 @@ date: 2020-07-21 17:49:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Link from '@docusaurus/Link';

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

{/* ------------------------------------------------------------------------ */}

# {frontMatter.title}
# Getting Started with the xPack Binary Development Tools



Expand Down
7 changes: 2 additions & 5 deletions website/docs/tools/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: The xPack Binary Development Tools
title: Tools
description: The list of binary tools.
keywords:
- xpack
Expand All @@ -12,14 +12,11 @@ date: 2024-10-14 12:32:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import customField from '@site/src/libs/customField';

{/* ------------------------------------------------------------------------ */}

# {frontMatter.title}
# The xPack Binary Development Tools

There are several tools, grouped by their expected use.

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Welcome to ${siteConfig.organizationName}`}
title="Welcome!"
description="A collection of binary packages with development tools">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 20afae5

Please sign in to comment.