Move casts to better subfolder (#63)
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
@@ -3,22 +3,22 @@ Demos taken with [asciinema](https://asciinema.org/).
|
||||
|
||||
# No-op
|
||||
|
||||
A no-op, where the configuration is already in sync with the remote Gitea instance ([raw cast](./no-op.cast)):
|
||||

|
||||
A no-op, where the configuration is already in sync with the remote Gitea instance ([raw cast](./casts/no-op.cast)):
|
||||

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

|
||||
Create a repo by adding an appropriate entry in config ([raw cast](./casts/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)):
|
||||

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

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

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

|
||||
|
||||
|