mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
21 lines
355 B
YAML
21 lines
355 B
YAML
|
site:
|
||
|
title: Local Preview
|
||
|
start_page: quick-docs::index
|
||
|
content:
|
||
|
sources:
|
||
|
- url: .
|
||
|
branches: HEAD
|
||
|
ui:
|
||
|
bundle:
|
||
|
url: https://asamalik.fedorapeople.org/ui-bundle.zip
|
||
|
snapshot: true
|
||
|
default_layout: with_menu
|
||
|
output:
|
||
|
clean: true
|
||
|
dir: ./public
|
||
|
destinations:
|
||
|
- provider: archive
|
||
|
runtime:
|
||
|
pull: true
|
||
|
cache_dir: ./cache
|