Skip to content

Commit 03c591d

Browse files
committed
website: re-generate commons
1 parent 40784cc commit 03c591d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

website/blog/_common/_download-analytics.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ import Image from '@theme/IdealImage';
1010
- GitHub [xpack-dev-tools/riscv-none-elf-gcc-xpack](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/)
1111
- this release <a href={ `https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/v${ props.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/riscv-none-elf-gcc-xpack/v${ props.version }/total.svg` } alt='Github Release' /></a>
1212
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/riscv-none-elf-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/)
13+
- deprecated xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/riscv-none-embed-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/)
14+
- all GNU MCU Eclipse releases [![Github All Releases](https://img.shields.io/github/downloads/gnu-mcu-eclipse/riscv-none-gcc/total.svg)](https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/)
1315
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=riscv-none-elf-gcc-xpack) (grouped per release)
1416
- npmjs.com [@xpack-dev-tools/riscv-none-elf-gcc](https://www.npmjs.com/package/@xpack-dev-tools/riscv-none-elf-gcc)
1517
- latest releases [![npm](https://img.shields.io/npm/dw/@xpack-dev-tools/riscv-none-elf-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/riscv-none-elf-gcc/)
1618
- all @xpack-dev-tools releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/riscv-none-elf-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/riscv-none-elf-gcc/)
19+
- all @xpack-dev-tools deprecated releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/riscv-none-embed-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/riscv-none-embed-gcc/)
20+
- all @gnu-mcu-eclipse releases [![npm](https://img.shields.io/npm/dt/@gnu-mcu-eclipse/riscv-none-gcc.svg)](https://www.npmjs.com/package/@gnu-mcu-eclipse/riscv-none-gcc/)
1721

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

website/docs/maintainer-info/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ with all binaries attached.
594594
- **`generate-website-blog-post`**; this will add a file
595595
in the `website/blog` folder.
596596
- edit the front matter properties
597-
- select the summary
597+
- select the correct summary
598598

599599
### Create the GitHub pre-release
600600

@@ -609,7 +609,9 @@ watching this project.
609609

610610
### Update the web install page
611611

612-
- check and possibly update the output of the `--version` runs in `website/docs/install/_install-*.mdx`
612+
- check and possibly update the output of the `--version` runs in
613+
- `website/docs/install/_automatic-install-quick-test.mdx`
614+
- `website/docs/install/_manual-install-quick-test.mdx`
613615
- commit changes
614616

615617
### Check the list of links in package.json

0 commit comments

Comments
 (0)