Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonnet-libs/jsonnet-training-course
https://github.com/jsonnet-libs/jsonnet-training-course
course jsonnet training
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsonnet-libs/jsonnet-training-course
- Owner: jsonnet-libs
- Created: 2022-05-17T09:19:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T12:26:35.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:06:33.151Z (4 months ago)
- Topics: course, jsonnet, training
- Language: Jsonnet
- Homepage: https://jsonnet-libs.github.io/jsonnet-training-course/
- Size: 339 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-devops - jsonnet-training-course - https://jsonnet-libs.github.io/jsonnet-training-course/ (Jsonnet / Observability)
README
# Jsonnet Training Course
[HTML version](https://jsonnet-libs.github.io/jsonnet-training-course/)
[Markdown version](_gen/index.md)
## Building
Build requirements:
- jsonnet
- md2html (from [md4c](https://github.com/mity/md4c))
- bashTo build both the markdown as well as the html version:
```
make -B
```[docker/](docker/) has an image to do this in docker.