Skip to content

Commit aeb50fc

Browse files
committed
doc: add logo
1 parent e7e620b commit aeb50fc

File tree

2 files changed

+105
-2
lines changed

2 files changed

+105
-2
lines changed

README.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
= jrsonnet
22

3+
[.text-center]
4+
image:./docs/logowide.svg[Interactive,470, alt=jrsonnet logo]
5+
6+
[.text-center]
7+
--
38
image:https://img.shields.io/github/v/tag/CertainLach/jrsonnet?color=%23fb4934&label=latest%20release&style=for-the-badge[alt=release, link=https://github.com/CertainLach/jrsonnet/releases]
49
image:https://img.shields.io/github/license/CertainLach/jrsonnet?color=%2383a598&label=license&style=for-the-badge[alt=license, ./LICENSE]
510
image:https://img.shields.io/opencollective/all/jrsonnet?color=%238ec07c&style=for-the-badge[alt=opencollective, link=https://opencollective.com/jrsonnet]
11+
--
612

713
== What is it
814

915
https://jsonnet.org/[Jsonnet] is a data templating language
1016

1117
This Rust crate implements both jsonnet library and an alternative `jsonnet` executable based on it.
12-
For more information see [bindings](#Bindings).
18+
For more information see <<bindings,Bindings>>.
1319

1420
== Install
1521

@@ -62,7 +68,7 @@ For more information see link:./docs/features.adoc[features]
6268

6369
In the end, it's always fun to implement something in Rust.
6470

65-
== Bindings
71+
== Bindings [[bindings]]
6672

6773
=== Rust
6874

docs/logowide.svg

Lines changed: 97 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)