forked from docs/team-docs
Fixes #55 The guide is now split into 2 modules: * `team-info`, which contains our team information * `contributing`, which contains the actual contributing guide Each has its own navfile etc. Configs have all been updates so that outwardly, everything looks like it did before (although I did shuffle the table of contents a little bit based on @pboy's suggestions in #55). The default index is now `team-info/index.adoc` (see `antora.yml`); that's the one you'll see when you build the guide - it's the original index. I also made sure each file has an include for the attributes file and `:experimental:` at the top, and cleaned up the config YMLs a little bit. Reviewed-on: docs/team-docs#63 Reviewed-by: Jan Kuparinen <copperi@noreply.forge.fedoraproject.org>
20 lines
448 B
YAML
20 lines
448 B
YAML
site:
|
|
title: Fedora Documentation Team
|
|
start_page: fedora-docs:team-info: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
|
|
destinations:
|
|
- provider: archive
|
|
runtime:
|
|
fetch: true
|
|
cache_dir: ./cache
|