docs: add all current features

This commit is contained in:
Julian Tölle 2024-08-25 20:14:04 +02:00
parent 2567f0ae8b
commit 8d9f229311
16 changed files with 397 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: "true"
- name: Install latest mdbook
run: |
tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')