mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 07:28:40 +00:00
Add SVG demos (#61)
This commit is contained in:
24
docs/demos.md
Normal file
24
docs/demos.md
Normal 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)):
|
||||

|
||||
|
||||
|
||||
# Repo creation
|
||||
|
||||
Create a repo by adding an appropriate entry in config ([raw cast](./on-creation.cast)):
|
||||

|
||||
|
||||
# Repo update
|
||||
|
||||
Make a change to that repo by editing some of its fields in the config file ([raw cast](./update.cast)):
|
||||

|
||||
|
||||
# Repo deletion
|
||||
|
||||
Delete the repo by setting its `"deleted"` field to `true` ([raw cast](./deletion.cast)):
|
||||

|
||||
|
Reference in New Issue
Block a user