Skip to content

Commit 328488b

Browse files
committed
website: re-generate commons
1 parent 93a14ca commit 328488b

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# The xPack Binary Development Tools Web Site
21

3-
This project provides the content of the
4-
[`xpack-dev-tools`](https://github.com/xpack-dev-tools) GitHub organization.
2+
[![license](https://img.shields.io/github/license/xpack-dev-tools/xpack-dev-tools.github.io)](https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/blob/website/LICENSE)
53

6-
The actual content is in the `website` folder, and is automatically published
7-
on GitHub Pages from the `website` branch.
4+
# The xPack Binary Development Tools web site source
5+
6+
The Docusaurus source code for the xPack Binary Development Tools web site.
7+
8+
## Project source
9+
10+
The source code is available on
11+
[GitHub](https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/).
12+
13+
## License
14+
15+
Unless otherwise stated, the original content is released under the terms of the
16+
[MIT License](https://opensource.org/licenses/mit/),
17+
with all rights reserved to
18+
[Liviu Ionescu](https://github.com/ilg-ul).

website/src/components/HomepageTools/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function Tool({ longName, shortName }) {
3030
<div className="padding-top--xs">
3131
<Link to={'https://github.com/xpack-dev-tools/' + shortName + '-xpack/releases/'}><img alt="GitHub Release" src={'https://img.shields.io/github/v/release/xpack-dev-tools/' + shortName + '-xpack?color=blue'} /></Link>
3232
&nbsp;<Link to={'https://github.com/xpack-dev-tools/' + shortName + '-xpack/releases/'}><img alt="GitHub Release Date" src={'https://img.shields.io/github/release-date/xpack-dev-tools/' + shortName + '-xpack?label=date&color=yellowgreen'} /></Link>
33-
&nbsp;<Link to={'https://github.com/xpack-dev-tools/' + shortName + '-xpack/releases/'}><img alt="GitHub Downloads (all assets, all releases)" src={'https://img.shields.io/github/downloads/xpack-dev-tools/' + shortName + '-xpack/total.svg'} /></Link>
33+
&nbsp;<Link to={'https://github.com/xpack-dev-tools/' + shortName + '-xpack/releases/'}><img alt="GitHub Downloads (all assets, all releases)" src={'https://img.shields.io/github/downloads/xpack-dev-tools/' + shortName + '-xpack/total'} /></Link>
3434
&nbsp;<Link to={'https://github.com/xpack-dev-tools/' + shortName + '-xpack/'}><img alt="GitHub Repo stars" src={'https://img.shields.io/github/stars/xpack-dev-tools/' + shortName + '-xpack'} /></Link>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)