You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/developer/index.mdx
+20-5
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
# DO NOT EDIT!
4
4
# Automatically generated from xbb-helper/templates/docusaurus/common.
5
5
6
-
title: Developer Information
7
-
description: Assistance for developers looking to build the packages, including prerequisites, repositories used, and actions for each supported platform.
6
+
title: Contributor's Guide
7
+
description: Guidance for developers aiming to contribute new features or bug fixes, detailing how to build the binaries, including prerequisites, repositories utilised, and scripts.
8
8
keywords:
9
9
- xpack
10
10
- arm-none-eabi-gcc
@@ -16,6 +16,8 @@ date: 2024-07-21 20:33:00 +0300
16
16
17
17
---
18
18
19
+
20
+
19
21
importTabsfrom'@theme/Tabs';
20
22
importTabItemfrom'@theme/TabItem';
21
23
importCodeBlockfrom'@theme/CodeBlock';
@@ -29,11 +31,12 @@ import More from './_more.mdx'
Copy file name to clipboardexpand all lines: website/docs/maintainer/index.mdx
+8-3
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,22 @@
3
3
# DO NOT EDIT!
4
4
# Automatically generated from xbb-helper/templates/docusaurus/common.
5
5
6
-
title: Maintainer Information
6
+
title: Maintainer's Guide
7
7
description: Assistance for project maintainers, including the release schedule, versioning scheme, and instructions on how to build, test, and publish.
8
8
keywords:
9
9
- xpack
10
10
- arm-none-eabi-gcc
11
-
- releases
12
11
- build
12
+
- releases
13
13
- publish
14
14
- npmjs
15
15
16
16
date: 2024-07-21 20:11:00 +0300
17
17
18
18
---
19
19
20
+
21
+
20
22
importTabsfrom'@theme/Tabs';
21
23
importTabItemfrom'@theme/TabItem';
22
24
@@ -59,7 +61,8 @@ The Windows binaries are
59
61
compiled on x64 GNU/Linux, using [mingw-w64](https://mingw-w64.org).
60
62
61
63
For details on installing the prerequisites, please read the
0 commit comments