Skip to content

Commit c5e69a9

Browse files
committed
website update
1 parent 7c3dec7 commit c5e69a9

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

build-assets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"hasCustomDeveloper": "true",
2121
"hasCustomInstall": "true",
2222
"hasCustomMaintainer": "true",
23-
"hasCustomUser": "true"
23+
"hasCustomUser": "true",
24+
"usePluralGuides": "true"
2425
},
2526
"xpm-version": "0.18.0",
2627
"xpm-install-loglevel": "info",

website/docs/developer/index.mdx

Lines changed: 1 addition & 1 deletion
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: Contributor's Guide
6+
title: Contributor's Guides
77
description: Guidance for developers aiming to contribute new features or bug fixes, detailing how to build the binaries, including prerequisites, repositories utilised, and scripts.
88
keywords:
99
- xpack

website/docs/developer/install/prerequisites/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
title: Prerequisites for building xPack binaries
3+
title: Prerequisites for building xPack Binary Development Tools
44
description: The tools required to run the build scripts.
55
keywords:
66
- xpack
@@ -22,7 +22,7 @@ import NpmXpmDetails from './_npm-xpm-details.mdx'
2222

2323
{/* ------------------------------------------------------------------------ */}
2424

25-
# Prerequisites for building xPack binaries
25+
# Prerequisites for building xPack Binary Development Tools
2626

2727
The scripts utilised to build the
2828
[xPack Binary Development Tools](https://github.com/xpack-dev-tools/)

website/docs/install/index.mdx

Lines changed: 1 addition & 1 deletion
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: Install Guide
6+
title: Install Guides
77
description: Explain the prerequisites, how to perform an automated or manual installation, how to uninstall, and the folder hierarchies.
88
keywords:
99
- xpack

website/docs/maintainer/index.mdx

Lines changed: 1 addition & 1 deletion
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: Maintainer's Guide
6+
title: Maintainer's Guides
77
description: Assistance for project maintainers, including the release schedule, versioning scheme, and instructions on how to build, test, and publish.
88
keywords:
99
- xpack

website/docs/user/_custom-user.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{/* ------------------------------------------------------------------------ */}
33

44
Each project features dedicated pages tailored for individuals intending
5-
to incorporate the **xPack Development Tools** binaries in their workflows.
5+
to incorporate the **xPack Binary Development Tools** binaries in their workflows.
66

77
Please follow the **User's Guide** menu for each project.

website/docs/user/index.mdx

Lines changed: 1 addition & 1 deletion
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: User Information
6+
title: User's Guides
77
description: User information, including the versioning scheme, usage of shared libraries, and RPATH configuration on GNU/Linux.
88
keywords:
99
- xpack

0 commit comments

Comments
 (0)