Files
julienfastre 934397d4e5
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 1m44s
Add app_id to Sveltia CMS configuration file
2026-08-26 21:56:49 +02:00

21 lines
552 B
YAML

# yaml-language-server: $schema=https://unpkg.com/@sveltia/cms/schema/sveltia-cms.json
backend:
name: gitea
repo: Chill-project/manuals
base_url: https://gitea.champs-libres.be
api_root: https://gitea.champs-libres.be/api/v1
app_id: d815498b-3d72-4e0e-9033-b0c33111f0ab
media_folder: /user/docs
# public_folder: /user/site/media
collections:
- name: docs
label: Documentations
label_singular: Documentation
folder: /user/docs
format: raw
extension: md
fields:
- { label: Body, name: body, widget: markdown }