Add media folder
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
abc7a30de6
commit
9ea1020f5b
|
@ -1,3 +1,7 @@
|
|||
site_url: https://docs.bigyellowfish.com
|
||||
publish_mode: simple
|
||||
search: false
|
||||
|
||||
backend:
|
||||
name: gitea
|
||||
repo: nicholas/docsify # Path to your Gitea repository
|
||||
|
@ -7,8 +11,18 @@ backend:
|
|||
auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize
|
||||
# optional, defaults to master
|
||||
# branch: main
|
||||
commit_messages:
|
||||
create: Create {{collection}} “{{slug}}”
|
||||
update: Update {{collection}} “{{slug}}”
|
||||
delete: Delete {{collection}} “{{slug}}”
|
||||
uploadMedia: Upload “{{path}}”
|
||||
deleteMedia: Delete “{{path}}”
|
||||
openAuthoring: '{{message}}'
|
||||
|
||||
|
||||
|
||||
|
||||
media_folder: "assets/images"
|
||||
site_url: https://docs.bigyellowfish.com
|
||||
|
||||
|
||||
collections:
|
||||
|
|
Loading…
Reference in New Issue