Commit cd16b92 1 parent f15355d commit cd16b92 Copy full SHA for cd16b92
File tree 14 files changed +1694
-1664
lines changed
14 files changed +1694
-1664
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ import Tabs from '@theme/Tabs';
8
8
import TabItem from ' @theme/TabItem' ;
9
9
import CodeBlock from ' @theme/CodeBlock' ;
10
10
11
- import PlatformNativeSection from ' ./_platform-native-section.mdx' ;
12
- import PlatformDockerSection from ' ./_platform-docker-section.mdx' ;
11
+ import PlatformNativeSection from ' ../_common/_platform-native-section.mdx' ;
12
+ import PlatformDockerSection from ' ../_common/_platform-docker-section.mdx' ;
13
+
13
14
import OtherRepositories from ' ../_project/_other-repositories.mdx' ;
14
15
import More from ' ../_project/_more.mdx' ;
15
16
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ import Content from './_common/_content.mdx';
20
20
21
21
{ /* ------------------------------------------------------------------------ */ }
22
22
23
+ # How to contribute to the xPack GNU Arm Embedded GCC
24
+
23
25
[ ![ license] ( https://img.shields.io/github/license/xpack-dev-tools/arm-none-eabi-gcc-xpack )] ( https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/blob/xpack/LICENSE )
24
26
[ ![ GitHub issues] ( https://img.shields.io/github/issues/xpack-dev-tools/arm-none-eabi-gcc-xpack )] ( https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues )
25
27
[ ![ GitHub pulls] ( https://img.shields.io/github/issues-pr/xpack-dev-tools/arm-none-eabi-gcc-xpack )] ( https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/pulls/ )
26
28
27
- # How to contribute to the xPack GNU Arm Embedded GCC
28
-
29
29
This page is designed for developers who plan to contribute new features
30
30
or fix bugs in the
31
31
** xPack GNU Arm Embedded GCC**
Original file line number Diff line number Diff line change 1
1
{ /* DO NOT EDIT! */ }
2
2
{ /* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */ }
3
3
4
- import DetailsReproducibleBuilds from ' ./_details-reproducible-builds.mdx' ;
5
- import WhatAreXpmPackages from ' ./_what-are-xpm-packages.mdx' ;
6
- import Features from ' ./_features.mdx' ;
7
- import Benefits from ' ./_benefits.mdx' ;
8
- import InstallPreamble from ' ./_install-preamble.mdx' ;
4
+ import DetailsReproducibleBuilds from ' ../_common /_details-reproducible-builds.mdx' ;
5
+ import WhatAreXpmPackages from ' ../_common /_what-are-xpm-packages.mdx' ;
6
+ import Features from ' ../_common /_features.mdx' ;
7
+ import Benefits from ' ../_common /_benefits.mdx' ;
8
+ import InstallPreamble from ' ../_common /_install-preamble.mdx' ;
9
9
10
10
import Overview from ' ../_project/_overview.mdx' ;
11
11
import OtherBenefits from ' ../_project/_other-benefits.mdx' ;
Original file line number Diff line number Diff line change 5
5
6
6
## License
7
7
8
- The original content is released under the
8
+ Unless otherwise stated, the original content is released under the terms of the
9
9
[ MIT License] ( https://opensource.org/license/mit/ ) ,
10
- with all rights reserved to
10
+ with all rights reserved by
11
11
[ Liviu Ionescu] ( https://github.com/ilg-ul ) .
12
12
13
13
The binary distributions include several open-source components; the
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ import Content from './_common/_content.mdx';
36
36
37
37
{ /* ------------------------------------------------------------------------ */ }
38
38
39
+ # Getting Started with the xPack GNU Arm Embedded GCC
40
+
39
41
[ ![ license] ( https://img.shields.io/github/license/xpack-dev-tools/arm-none-eabi-gcc-xpack )] ( https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/blob/xpack/LICENSE )
40
42
![ GitHub Repo stars] ( https://img.shields.io/github/stars/xpack-dev-tools/arm-none-eabi-gcc-xpack )
41
43
42
- # Getting Started with the xPack GNU Arm Embedded GCC
43
-
44
44
<UserDeveloperMaintainer />
45
45
46
46
<Content />
@@ -53,11 +53,11 @@ import Content from './_common/_content.mdx';
53
53
54
54
<ReleaseSchedule />
55
55
56
- <SupportAndFeedback />
56
+ <Releases />
57
57
58
58
<ChangeLog />
59
59
60
- <Releases />
60
+ <SupportAndFeedback />
61
61
62
62
<License />
63
63
You can’t perform that action at this time.
0 commit comments