-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from d4l-data4life/release/0.22.1/prepare-0.22.1
Prepare 0.22.1
- Loading branch information
Showing
16 changed files
with
1,726 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
= How to create badges | ||
|
||
We use link:https://shields.io/[Shields.io] to generate our Badges. Please use the following links to document and update currently used badges. | ||
Follow the links and download the svg files and place them in the projects `assets/images` folder. | ||
|
||
== Download badges | ||
|
||
Simply use `curl` to download badges by providing the `url` and `filename` | ||
|
||
[source, bash] | ||
---- | ||
curl link -s -o filename | ||
---- | ||
|
||
== Badge sources | ||
|
||
:link-badge-release: https://img.shields.io/badge/Release-0.1.0-blueviolet.svg | ||
Version image:{link-badge-release}[Latest release]:: | ||
`curl {link-badge-release} -s -o badge-release-latest.svg` | ||
|
||
:link-badge-platform: https://img.shields.io/badge/Platform-Android%20•%20iOS%20•%20JVM%20•%20JS-blue.svg | ||
Platform image:{link-badge-platform}[Platform]:: | ||
`curl {link-badge-platform} -s -o badge-platform-support.svg` | ||
|
||
:link-badge-manager: https://img.shields.io/badge/Support-SPM-darkgreen.svg | ||
Platform image:{link-badge-platform}[Platform]:: | ||
`curl {link-badge-manager} -s -o badge-manager-support.svg` | ||
|
||
:link-badge-license: https://img.shields.io/badge/License-PRIVATE-lightgrey.svg | ||
License image:{link-badge-license}[License]:: | ||
`curl {link-badge-license} -s -o badge-license.svg` | ||
|
||
== License | ||
|
||
Shields is licensed under *Creative Commons Zero v1.0 Universal* (2021-02-16) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.