This commit fixes all Antora configuration files for the components underneath this repository. When you run the build script, it reports errors that it is unable to find the reference for the `start_path` for all of the components. This is because the full path is required, including the `.adoc` file ending. So, this commit makes the path explicit and therefore, fixes the errors. Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
30 lines
638 B
YAML
30 lines
638 B
YAML
site:
|
|
title: Local Preview
|
|
start_page: council::index.adoc
|
|
content:
|
|
sources:
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: council
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: project
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: engineering
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: mindshare
|
|
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
|
|
runtime:
|
|
fetch: true
|
|
cache_dir: ./cache
|
|
urls:
|
|
html_extension_style: indexify
|