This commit makes various tweaks and changes to how the Fedora Design Team docs repository serves documentation. Key changes are noted below: * Ignored more common build artifacts in `.gitignore` * Change URL schema from `/design-docs/` to `/design/` * Remove all artifacts from the pizza factory example * Update partials file with several data-points about the Fedora Design Team and common collaboration points Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
20 lines
444 B
YAML
20 lines
444 B
YAML
site:
|
|
title: (Local Preview) Fedora Design Team
|
|
start_page: design::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
|