This commit completely drops all of the content in `/engineering/` and `/mindshare/` modules, because we are publishing them twice: > https://gitlab.com/fedora/docs/docs-website/pages This repository is where the docs.fp.o/engineering/ and docs.fp.o/mindshare/ pages are actually getting generated from. The source content in this repository appears to be duplicative. In the interest of greater simplicity, we should remove things which are no longer being used. @pbokoc can verify whether the removal of this content will cause any issues or breakages in the Fedora Docs publishing pipeline. Signed-off-by: Justin Wheeler <jwheel@redhat.com>
24 lines
512 B
YAML
24 lines
512 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
|
|
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
|