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:
|
backend:
|
||||||
name: gitea
|
name: gitea
|
||||||
repo: nicholas/docsify # Path to your Gitea repository
|
repo: nicholas/docsify # Path to your Gitea repository
|
||||||
|
@ -7,8 +11,18 @@ backend:
|
||||||
auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize
|
auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize
|
||||||
# optional, defaults to master
|
# optional, defaults to master
|
||||||
# branch: main
|
# 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"
|
media_folder: "assets/images"
|
||||||
site_url: https://docs.bigyellowfish.com
|
|
||||||
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
|
Loading…
Reference in New Issue