Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Mar 31, 2019
1 parent 6ff55f4 commit 45952d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import headers.Headers
import $file.mdoc
import mdoc.MdocModule

val swamVersion = "0.1.0-SNAPSHOT"
val swamVersion = "0.1.0"

val swamLicense = License.`Apache-2.0`

Expand Down
10 changes: 10 additions & 0 deletions site/content/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ pre {
padding: 0 .4em;
font-family: monospace;
}

.container ul {
padding-left: 30px!important;
margin-top: 10px!important;
margin-bottom: 15px!important;
}

.container ul li {
list-style-type: disc!important;
}
14 changes: 14 additions & 0 deletions site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,24 @@ This project defines several modules:

If you want more details, please refer to the examples or [API documentation][api].

## Installation

Artefacts are published on maven, use your favorite build tool to bring it into your project:

- The `core` module: [![Core module on Maven Central][core-image]][core-maven]
- The `runtime` module: [![Runtime module on Maven Central][runtime-image]][runtime-maven]
- The `text` module: [![Text module on Maven Central][text-image]][text-maven]

[webassembly]: https://webassembly.org/
[text-format]: https://webassembly.org/docs/text-format/
[binary-encoding]: https://webassembly.org/docs/binary-encoding/
[non-web-embedding]: https://webassembly.org/docs/non-web/
[api]: /api/
[cats-friendly-logo]: https://typelevel.org/cats/img/cats-badge-tiny.png
[cats]: https://typelevel.org/cats
[core-image]: https://img.shields.io/maven-central/v/org.gnieh/swam-core_2.12.svg
[core-maven]: https://maven-badges.herokuapp.com/maven-central/org.gnieh/swam-core_2.12
[runtime-image]: https://img.shields.io/maven-central/v/org.gnieh/swam-runtime_2.12.svg
[runtime-maven]: https://maven-badges.herokuapp.com/maven-central/org.gnieh/swam-runtime_2.12
[text-image]: https://img.shields.io/maven-central/v/org.gnieh/swam-text_2.12.svg
[text-maven]: https://maven-badges.herokuapp.com/maven-central/org.gnieh/swam-text_2.12

0 comments on commit 45952d5

Please sign in to comment.