File tree Expand file tree Collapse file tree 14 files changed +1703
-1675
lines changed
Expand file tree Collapse file tree 14 files changed +1703
-1675
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ import Tabs from '@theme/Tabs';
88import TabItem from ' @theme/TabItem' ;
99import CodeBlock from ' @theme/CodeBlock' ;
1010
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+
1314import OtherRepositories from ' ../_project/_other-repositories.mdx' ;
1415import More from ' ../_project/_more.mdx' ;
1516
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ import Content from './_common/_content.mdx';
2020
2121{ /* ------------------------------------------------------------------------ */ }
2222
23+ # How to contribute to the xPack MinGW-w64 GCC
24+
2325[ ![ license] ( https://img.shields.io/github/license/xpack-dev-tools/mingw-w64-gcc-xpack )] ( https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/LICENSE )
2426[ ![ GitHub issues] ( https://img.shields.io/github/issues/xpack-dev-tools/mingw-w64-gcc-xpack )] ( https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues )
2527[ ![ GitHub pulls] ( https://img.shields.io/github/issues-pr/xpack-dev-tools/mingw-w64-gcc-xpack )] ( https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/pulls/ )
2628
27- # How to contribute to the xPack MinGW-w64 GCC
28-
2929This page is designed for developers who plan to contribute new features
3030or fix bugs in the
3131** xPack MinGW-w64 GCC**
Original file line number Diff line number Diff line change 11{ /* DO NOT EDIT! */ }
22{ /* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */ }
33
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' ;
99
1010import Overview from ' ../_project/_overview.mdx' ;
1111import OtherBenefits from ' ../_project/_other-benefits.mdx' ;
Original file line number Diff line number Diff line change 55
66## License
77
8- The original content is released under the
8+ Unless otherwise stated, the original content is released under the terms of the
99[ MIT License] ( https://opensource.org/license/mit/ ) ,
10- with all rights reserved to
10+ with all rights reserved by
1111[ Liviu Ionescu] ( https://github.com/ilg-ul ) .
1212
1313The 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';
3636
3737{ /* ------------------------------------------------------------------------ */ }
3838
39+ # Getting Started with the xPack MinGW-w64 GCC
40+
3941[ ![ license] ( https://img.shields.io/github/license/xpack-dev-tools/mingw-w64-gcc-xpack )] ( https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/LICENSE )
4042![ GitHub Repo stars] ( https://img.shields.io/github/stars/xpack-dev-tools/mingw-w64-gcc-xpack )
4143
42- # Getting Started with the xPack MinGW-w64 GCC
43-
4444<UserDeveloperMaintainer />
4545
4646<Content />
@@ -53,11 +53,11 @@ import Content from './_common/_content.mdx';
5353
5454<ReleaseSchedule />
5555
56- <SupportAndFeedback />
56+ <Releases />
5757
5858<ChangeLog />
5959
60- <Releases />
60+ <SupportAndFeedback />
6161
6262<License />
6363
You can’t perform that action at this time.
0 commit comments