Add SVG demos (#61)

This commit is contained in:
Patrick Stevens
2023-08-06 22:58:23 +01:00
committed by GitHub
parent 3a975d7f28
commit 46f24a44ec
15 changed files with 131 additions and 12 deletions

24
docs/demos.md Normal file
View File

@@ -0,0 +1,24 @@
Demos taken with [asciinema](https://asciinema.org/).
(Yes, I have revoked the access token I used when recording these.)
# No-op
A no-op, where the configuration is already in sync with the remote Gitea instance ([raw cast](./no-op.cast)):
![No-op update demo](./no-op.svg)
# Repo creation
Create a repo by adding an appropriate entry in config ([raw cast](./on-creation.cast)):
![Repo creation demo](./on-creation.svg)
# Repo update
Make a change to that repo by editing some of its fields in the config file ([raw cast](./update.cast)):
![Repo update demo](./update.svg)
# Repo deletion
Delete the repo by setting its `"deleted"` field to `true` ([raw cast](./deletion.cast)):
![Repo deletion demo](./deletion.svg)