File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
website/src/components/HomepageTools Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- # The xPack Binary Development Tools Web Site
2
1
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 )
5
3
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 ) .
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function Tool({ longName, shortName }) {
30
30
< div className = "padding-top--xs" >
31
31
< 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 >
32
32
< 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
- < 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
+ < 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 >
34
34
< 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 >
35
35
</ div >
36
36
</ div >
You can’t perform that action at this time.
0 commit comments