Skip to content

Commit f1a6550

Browse files
committed
website: re-generate commons
1 parent 0cfa617 commit f1a6550

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
[![GitHub package.json version](https://img.shields.io/github/package-json/v/xpack-dev-tools/arm-none-eabi-gcc-xpack)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/blob/xpack/package.json)
22
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xpack-dev-tools/arm-none-eabi-gcc-xpack)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
3-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/arm-none-eabi-gcc.svg?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
3+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/arm-none-eabi-gcc?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
44
[![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)
55

66
# The xPack GNU Arm Embedded GCC
77

8-
A standalone, cross-platform (Windows, macOS, GNU/Linux) binary distribution of GNU Arm Embedded GCC,
8+
A standalone, cross-platform (Windows, macOS, GNU/Linux) binary
9+
distribution of GNU Arm Embedded GCC,
910
intended for reproducible builds.
1011

1112
## Project documentation
1213

13-
For information on how to install and use the tools provided by this project,
14-
please refer to the
14+
For information on how to install and use this project, please refer to the
1515
[project web site](https://xpack-dev-tools.github.io/arm-none-eabi-gcc-xpack/).
1616

17+
## Project source
18+
19+
The source code of the current release is available on
20+
[GitHub tag v14.2.1-1.1.1 tree](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/tree/v14.2.1-1.1.1).
21+
1722
## License
1823

1924
Unless otherwise stated, the original content is released under the terms of the

website/blog/_common/_download-analytics.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import Image from '@theme/IdealImage';
88
## Analytics
99

1010
- GitHub [xpack-dev-tools/arm-none-eabi-gcc-xpack](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/)
11-
- this release <a href={`https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/v${props.version}/total.svg`} alt='Github Release' /></a>
12-
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
13-
- all GNU MCU Eclipse releases [![Github All Releases](https://img.shields.io/github/downloads/gnu-mcu-eclipse/arm-none-eabi-gcc/total.svg)](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases)
11+
- this release <a href={`https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/v${props.version}/total`} alt='Github Release' /></a>
12+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/total)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
13+
- all GNU MCU Eclipse releases [![Github All Releases](https://img.shields.io/github/downloads/gnu-mcu-eclipse/arm-none-eabi-gcc/total)](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases)
1414
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=arm-none-eabi-gcc-xpack) (grouped by release)
1515
- npmjs.com [@xpack-dev-tools/arm-none-eabi-gcc](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc)
1616
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Farm-none-eabi-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)

website/docs/developer/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import More from './_more.mdx'
3434
# How to contribute to the xPack GNU Arm Embedded GCC
3535

3636
[![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)
37+
[![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)
3738

3839
This page is designed for developers who plan to contribute new features
3940
or fix bugs in the

website/docs/maintainer/index.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import PlatformDockerBuild from './_common/_platform-docker-build.mdx'
4747
# How to make new xPack GNU Arm Embedded GCC releases
4848

4949
[![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)
50-
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/arm-none-eabi-gcc-xpack.svg)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues)
51-
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/arm-none-eabi-gcc-xpack.svg)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/pulls)
50+
[![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)
51+
[![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)
5252

5353
This page is designed for maintainers of the
5454
**xPack GNU Arm Embedded GCC**
@@ -971,15 +971,15 @@ Close those that were addressed.
971971

972972
- GitHub [`xpack-dev-tools/arm-none-eabi-gcc-xpack`](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/) repo
973973
- latest xPack release
974-
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
975-
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
976-
- previous GNU MCU Eclipse all releases [![Github All Releases](https://img.shields.io/github/downloads/gnu-mcu-eclipse/arm-none-eabi-gcc/total.svg)](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases)
974+
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/latest/total)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
975+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/arm-none-eabi-gcc-xpack/total)](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
976+
- previous GNU MCU Eclipse all releases [![Github All Releases](https://img.shields.io/github/downloads/gnu-mcu-eclipse/arm-none-eabi-gcc/total)](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases)
977977
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=arm-none-eabi-gcc-xpack) (grouped by release)
978978
- npmjs.com [`@xpack-dev-tools/arm-none-eabi-gcc`](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/) xPack
979979
- latest release, per month
980-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/arm-none-eabi-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
981-
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/arm-none-eabi-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
982-
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/arm-none-eabi-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
980+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/arm-none-eabi-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
981+
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/arm-none-eabi-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
982+
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/arm-none-eabi-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/arm-none-eabi-gcc/)
983983

984984
Credit to [Shields IO](https://shields.io) for the badges and to
985985
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)

0 commit comments

Comments
 (0)