docs/site.yml
Justin Wheeler c445a309b0
🐛 site.yml: Remove start_path to fix build script
This commit removes the `start_path` parameter from the `site.yml`
Antora config file, because it is simply not needed anymore! In the
previous repository structure, the docs were in a `docs/` directory in
the root folder, but now, the Antora tree is in the root directory of
this dedicated `commops/docs` repository.

I realized this change needed to be made while I was trying to build the
docs locally, and the script gave me an error that it could not find the
source content.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-02-10 17:03:39 +01:00

20 lines
447 B
YAML

site:
title: (Local Preview) Fedora Community Ops
start_page: commops::index.adoc
content:
sources:
- url: .
branches: HEAD
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