2024-03-05 18:45:44 +00:00
|
|
|
site_url: https://docs.bigyellowfish.com
|
|
|
|
publish_mode: simple
|
|
|
|
search: false
|
|
|
|
|
2024-03-05 10:15:02 +00:00
|
|
|
backend:
|
|
|
|
name: gitea
|
|
|
|
repo: nicholas/docsify # Path to your Gitea repository
|
|
|
|
app_id: 33acc7a8-da11-4fce-acd5-970ff5c9bad3 # The Client ID provided by Gitea
|
|
|
|
api_root: https://gitea.bigyellowfish.com/api/v1 # API URL of your Gitea instance
|
|
|
|
base_url: https://gitea.bigyellowfish.com # Root URL of your Gitea instance
|
|
|
|
auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize
|
|
|
|
# optional, defaults to master
|
|
|
|
# branch: main
|
2024-03-05 18:45:44 +00:00
|
|
|
commit_messages:
|
|
|
|
create: Create {{collection}} “{{slug}}”
|
|
|
|
update: Update {{collection}} “{{slug}}”
|
|
|
|
delete: Delete {{collection}} “{{slug}}”
|
|
|
|
uploadMedia: Upload “{{path}}”
|
|
|
|
deleteMedia: Delete “{{path}}”
|
|
|
|
openAuthoring: '{{message}}'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-05 10:15:02 +00:00
|
|
|
media_folder: "assets/images"
|
|
|
|
|
|
|
|
|
|
|
|
collections:
|
|
|
|
- label: "Pages"
|
|
|
|
name: Pages
|
|
|
|
files:
|
|
|
|
- label: "Landing Page"
|
|
|
|
name: readme
|
|
|
|
file: "site/README.md"
|
|
|
|
fields:
|
|
|
|
- {label: Intro, name: intro, widget: markdown}
|