Merge pull request #1799 from lread/lread/badges
docs: readme: badges: reference bb book
This commit is contained in:
commit
e3908a1306
1 changed files with 5 additions and 52 deletions
57
README.md
57
README.md
|
|
@ -303,63 +303,16 @@ Go [here](https://book.babashka.org/#built-in-namespaces) to see the full list o
|
||||||
A list of projects (scripts, libraries, pods and tools) known to work with babashka.
|
A list of projects (scripts, libraries, pods and tools) known to work with babashka.
|
||||||
|
|
||||||
## Badges
|
## Badges
|
||||||
<!-- note to editor: it seems a blank line must appear before code blocks within <details> -->
|
|
||||||
|
|
||||||
[](https://babashka.org)
|
|
||||||
|
|
||||||
The babashka compatible badge indicates that a [library can be used as babashka dependency](doc/projects.md).
|
|
||||||
|
|
||||||
|
[](https://book.babashka.org#badges)
|
||||||
|
The babashka compatible badge indicates that a library can be used as babashka dependency.
|
||||||
If this is the case for your library, we encourage you to proudly display this badge.
|
If this is the case for your library, we encourage you to proudly display this badge.
|
||||||
|
|
||||||
<details><summary>Markdown</summary>
|
[](https://book.babashka.org#badges)
|
||||||
|
The babashka built-in badge means that a library has been built directly into babashka and requires no extra dependencies to use it.
|
||||||
```markdown
|
|
||||||
[](https://babashka.org)
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details><summary>AsciiDoc</summary>
|
|
||||||
|
|
||||||
```asciidoc
|
|
||||||
https://babashka.org[image:https://raw.githubusercontent.com/babashka/babashka/master/logo/badge.svg[bb compatible]]
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details><summary>HTML</summary>
|
|
||||||
|
|
||||||
```html
|
|
||||||
<a href="https://babashka.org" rel="nofollow"><img src="https://github.com/babashka/babashka/raw/master/logo/badge.svg" alt="bb compatible" style="max-width: 100%;"></a>
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
[](https://babashka.org)
|
|
||||||
|
|
||||||
The babashka built-in badge means that a [library has been built directly into babashka](https://book.babashka.org/#built-in-namespaces) and requires no extra dependencies to use it.
|
|
||||||
|
|
||||||
If this rare honor belongs to your library, you should display this badge.
|
If this rare honor belongs to your library, you should display this badge.
|
||||||
|
|
||||||
<details><summary>Markdown</summary>
|
See [the babashka book for details](https://book.babashka.org#badges).
|
||||||
|
|
||||||
```markdown
|
|
||||||
[](https://babashka.org)
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details><summary>AsciiDoc</summary>
|
|
||||||
|
|
||||||
```asciidoc
|
|
||||||
https://babashka.org[image:https://raw.githubusercontent.com/babashka/babashka/master/logo/built-in-badge.svg[bb built-in]]
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details><summary>HTML</summary>
|
|
||||||
|
|
||||||
```html
|
|
||||||
<a href="https://babashka.org" rel="nofollow"><img src="https://github.com/babashka/babashka/raw/master/logo/built-in-badge.svg" alt="bb built-in" style="max-width: 100%;"></a>
|
|
||||||
```
|
|
||||||
</details>
|
|
||||||
</br>
|
|
||||||
|
|
||||||
## Swag
|
## Swag
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue