22 lines
460 B
YAML
22 lines
460 B
YAML
site:
|
|
title: Local Preview
|
|
start_page: fedora:system-administrators-guide:index.adoc
|
|
content:
|
|
sources:
|
|
- url: .
|
|
branches: HEAD
|
|
- url: https://pagure.io/fedora-docs/release-docs-home.git
|
|
branches: f33
|
|
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:
|
|
fetch: true
|
|
cache_dir: ./cache
|