This is borrowed from https://pagure.io/fedora-docs/package-maintainer-docs/blob/main/f/site.yml. This makes it so local doc builds use the correct theme.
21 lines
484 B
YAML
21 lines
484 B
YAML
site:
|
|
title: Packaging Guidelines (Local Preview)
|
|
start_page: packaging-guidelines::index.adoc
|
|
content:
|
|
sources:
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: guidelines
|
|
ui:
|
|
bundle:
|
|
url: https://gitlab.com/fedora/docs/docs-website/ui-bundle/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
|
|
snapshot: true
|
|
default_layout: with_menu
|
|
output:
|
|
clean: true
|
|
dir: ./public
|
|
destinations:
|
|
- provider: archive
|
|
runtime:
|
|
fetch: true
|
|
cache_dir: ./cache
|