Skip to content

Commit cd16b92

Browse files
committed
website: updates and final common rework
1 parent f15355d commit cd16b92

File tree

14 files changed

+1694
-1664
lines changed

14 files changed

+1694
-1664
lines changed

website/docs/developer/_common/_content.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99
import 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+
1314
import OtherRepositories from '../_project/_other-repositories.mdx';
1415
import More from '../_project/_more.mdx';
1516

website/docs/developer/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ import Content from './_common/_content.mdx';
2020

2121
{/* ------------------------------------------------------------------------ */}
2222

23+
# How to contribute to the xPack GNU Arm Embedded GCC
24+
2325
[![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)
2426
[![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)
2527
[![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/)
2628

27-
# How to contribute to the xPack GNU Arm Embedded GCC
28-
2929
This page is designed for developers who plan to contribute new features
3030
or fix bugs in the
3131
**xPack GNU Arm Embedded GCC**

website/docs/getting-started/_common/_content.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

1010
import Overview from '../_project/_overview.mdx';
1111
import OtherBenefits from '../_project/_other-benefits.mdx';

website/docs/getting-started/_common/_license.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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

1313
The binary distributions include several open-source components; the

website/docs/getting-started/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ import Content from './_common/_content.mdx';
3636

3737
{/* ------------------------------------------------------------------------ */}
3838

39+
# Getting Started with the xPack GNU Arm Embedded GCC
40+
3941
[![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)
4042
![GitHub Repo stars](https://img.shields.io/github/stars/xpack-dev-tools/arm-none-eabi-gcc-xpack)
4143

42-
# Getting Started with the xPack GNU Arm Embedded 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

0 commit comments

Comments
 (0)