docsify/site/admin/config.yml

23 lines
732 B
YAML
Raw Normal View History

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
media_folder: "assets/images"
site_url: https://docs.bigyellowfish.com
collections:
- label: "Pages"
name: Pages
files:
- label: "Landing Page"
name: readme
file: "site/README.md"
fields:
- {label: Intro, name: intro, widget: markdown}